Tagged Questions

2
votes
1answer
58 views

What's the difference in using distinguished name with cn or uid when logging into LDAP?

I'm running into a problem using LDAP to authenticate logins. We are using a Novell edirectory for authentication of other applications like Jira. ( Jira works perfect ). I have this application ...
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
2answers
59 views

Wildcards in LDAP connection [closed]

Possible Duplicate: What's the difference in using distinguished name with cn or uid when logging into LDAP? I'm trying to trick an application into logging in a user. I'm not trying ...
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 ...