Joe, Since all I care about are users and groups, this should suffice. Thanks for you help - Bruce ... sAMAccountName ... specific ... However, not ... to...
... Sure - have a look at the IADsADSystemInfo interface. When you import the ADSI type library into Delphi (resulting in a ActiveDs_TLB.pas file), you should...
Hi, It seems that you are looking fir the Default naming context of the server (cn=bob,ou=test,dc=mine,dc=com). To get that you can use the following: ...
Hello All, Firstly thank you all for making this group a wonderful group to be part of and the quality of questions and answers has been awesome. I have some...
Thanks for the pointer to your page. This answered a few others questions i had, but i'm still not sure on how to approach the following ( i think i...
I don't understand why you need to know the user's full DN to authenticate via LDAP. You can authenticate using the user's Win NT Account name or user ...
We use a generic LDAP authentication mechanism in our web application. Specifically, it uses the standard Java authentication libraries to authenticate users....
Hi Joe, I can authenticate fine with the winnt provider, but once a user authenticates for the first time i need to retrieve their email address. This cant be...
Hi Joe, ... That's a bit too easy - it *might* work if you have it set up that way, but in most cases, it won't work. Background: Windows up to NT4 only stored...
Hi Joe, You can download the ADSI Browser (in the files of the group) that helped me to browse my domain's structure. Hope this helps, Jose ... authentication ...
Folks, I just uploaded the first (of potentially many) AD Power Tools to the Files / AD Power Tools section. This particular one - AD System Info - will read...
I follow now. Basically, you have two options: 1. If you know their login name, you can do a search in the domain on their login name to find their user...
Like Marc said, you can either do a search on (samAccountName=xxxx) in the domain to get their DN or use the IADsNameTranslate COM object (probably not ...
Marc, Cool! Thanks for this. And, the added bonus, no doubt, is the C# code. Much appreciated! Rick Kingslan CISSP, MCSE, MCSA, MCT Microsoft MVP Windows...
... I think the primary reason for using the DN is that our existing Java code uses the generic DN structure to navigate and authenticate. For example, our...
Hello I am trying to access Novell Edirectory user names and passwords through .NET code programatically. The port I am using for this is 427 (a secure port as...
For those of you not aware there is a new tool out that will provide synchronization of data from AD to ADAM and keep the ADAM data consistent with the source...
Hi Kiran ... First off, I'm pretty sure you WON'T be able to read out passwords - any decent secure system will store those in a non-reversible way. To bind to...
Yes, that is the normal approach. sAMAccountName is indexed (as is UPN), so that search (by login name) is generally very fast. From that you can get the DN...
What language are you trying to develop your application in? If it is C#, I would suggest that you use the C# Ldap libraries available from forge.novell.com....
Dear Bruce This is Kiran, the guy who posted the question about problems accessing the novell edirectory. I tried the novell code for accessing the data but...
In basic LDAP terms, you perform a bind (ldap_bind or ldap_bind_s) with the user's credentials in order to authenticate them. If the bind succeeds, the ...
Hi I need a simple ASP script which fetches firstname,lastname,email id, location from AD when the employee id is given as input.The script has to be simple so...
I hope we are not doing home work for you! This is basic ADSI stuff. ... From: Praveen [mailto:spraveenitpro@...] Sent: Tuesday, June 08, 2004 10:05 AM ...
Khursheed Siddiqui
Khursheed_Siddiqui@...
Jun 8, 2004 6:45 pm
2095
Khursheed, Be kind :) ----> Praveen, what resources have you tried to get this information. If you need links let us know I can point you to some, and soon...
I am a recruiter in Midtown, New York and I am working closely with a cable company who are in need for developers. I am looking for people who are "Enterprise...
Not strictly an AD question, but here goes: Has anyone found a good way, outside of P-Invoke, of re-using the AD browse dialogs and object pickers that...
... Darren, are you talking about the DsBrowseForContainer call (to select an object from AD)? Haven't seen it implemented in .NET yet - plus, even if - it...
No. I have asked the same question in the past. I believe what you want is a drag and drop control for winforms that allows easy access to users, groups,...