Search results

  1. B

    Progress and Com Objects

    Lee, Not a problem. I really appreciate you helping on this. I will certainly read the KB article now. Thanks and I look forward to your response. Jim
  2. B

    Progress and Com Objects

    Gotcha, So how to I call it? I know how to create a handle to an automation object, and can call methods of the com objects related to the automation object, but how do I call to a COM object that is not related to any of the automation objects? I tried it and it says it is not...
  3. B

    Progress and Com Objects

    Hey Lee, I looked in WinNTSystemInfo which has a related COM object of IADsWinNTSystemInfo. In there, the only methods I see are ComputerName, DomainName, PDC, UserName. Am I missing something? Jim
  4. B

    Progress and Com Objects

    Yes....that's the first thing I did. The problem is, from my previous usage, I always created a com-handle on one of the automation objects in the dll. Each automation object has related com objects, none of which are the one I need iadsgroup or even iadscontainer. From looking at vbcode...
  5. B

    Progress and Com Objects

    Hello all, I posted earlier about authenticating against Active Directory, which I now have working thanks to you all. Here is my second issue. I want to check if a user is in a specific Group in Active Directory. I am using activeds.dll (activeds.tlb). It has a alot of automation...
  6. B

    Progress and Active Directory

    Lee, Yes I was able to get the non-ADO version working, but still can't access the darn memberOf attribute. Still not giving up though. If I do find a way around this I will certainly post. Thank you all very much for the help!! Jim
  7. B

    Progress and Active Directory

    Lee, Thanks for the reponse. I actually have it successfully authenticating against Active Directory...yay!! Next step is to check to see if the user is in a specific group. Bad thing is the memberOf attribute returns an array.....If Progress only had arrays :( Jim
  8. B

    Progress and Active Directory

    I have a web application that I want to authenticate users against our Active Directory. Essentially do an LDAP bind as the user. I have code where I can anonimously query and pull data from AD, but I can seem to get it to bind as the user. Thanks Jim
  9. B

    Progress and Active Directory

    Hello, I have been tasked with writing a procedure that we can use to auth users against active directory. Obviously I would need to use a com object. Has anyone done this with progress yet or can point me to some docs on some com objects I can use. I have not been very successful in...
  10. B

    Sha1

    I am using 9.1c on windows 2k3
  11. B

    Sha1

    Hello, Has anyone come across a way to do SHA1 encoding in Progress/Webspeed? I did tons of searches to now avail. Looks like every other language has this capability. Any help is appreciated. Jim
Back
Top