Tagged Questions
1
vote
3answers
1k views
Finding CN of users in Active Directory
I'm trying to find the Base DN of the user that can access or controls all the users in Active Directory so I can put it in my LDAP.
Usually someone will give me this, and it looks like ...
0
votes
1answer
234 views
How to convert hex sid to SDDL in c#?
I am doing an LDAP query to get the distinguesd name of a User , DN contains Guid and SID sections and SID section is HEX but I need in SDDL , How can I convert a hex sid to SDDL format ?
0
votes
1answer
81 views
For any entry in Active Directory does the DistinguishedName ever changes?
Let's say a group is created with one name. If the group is subsequently renamed, does its distinguishedName also change?
I'm looking for a way to permanently track AD objects even if their display ...
0
votes
1answer
2k views
“new DirectoryEntry(distinguishedName as string)” doesn't work when DN contains a “/”
I have the following code to convert a distinguishedName to a sAMAccountName:
Dim de As New DirectoryEntry("LDAP://" & stringDN)
Return CType(de.Properties("samaccountname")(0), String)
It ...
-1
votes
3answers
139 views
Could not query AD without distinguished name in SearchRequest?
I am running a test Active directory and am trying to query with ldap. I created a searchrequest object with distingueshed name empty and a filter this is throwing noSuchObject error code with "object ...