Page History
How the User Authentication Configuration page works.
- Take the LDAP Query, replace %s % in the query with the name under LDAP Username.
- Connect to LDAP using the distinguished name pointing to that user. If authentication fails (or user is not found), it will return "Invalid Credentials."
- On Upon success, it takes LDAP Group Distinguished Name, and reads the object.
- If it can not cannot find the object at all, it will output , you receive the message, "No Group exists under that Distinguished Name."
- If it finds the object but the Group object is not under a domain name, it will not be able to cannot read it, and returns the message, "Could not get members listing for Group Distinguished Name."
- If object is read, and the distinguished name in the object exists, the users are inserted into the local Uptime Infrastructure Monitor UIM database.
- If object is read, but it contains entries that do not link to a user, that particular user is skipped and not inserted into Uptime Infrastructure MonitorUIM.
...
For example:
Code Block | ||
---|---|---|
| ||
LDAP URL ldap://ldaphostname:389 |
...
LDAP Query uid=%s,ou=usersgroup,dc=subdomain,dc=domain,dc=tld |
...
Synchronization enabled Yes Synchronize every 1h Group Distinguished Name cn=uptime.group,ou=usersgroup,dc=subdomain,dc=domain,dc=tld |
...
LDAP Username asmith Password ****** |
======================================================================
Using Oracle LDAP server, there are two methods of creating groups, "groupOfNames" and "groupOfUniqueNames". Uptime Infrastructure Monitor uses "groupOfNames" method.
The following articles will help with setting up Oracle LDAP users under "groupOfNames"
...
...
If you are unsure of the paths use software like ', use applications such as Active Directory Explorer ' or ' Wireshark ' to connect to the AD/LDAP server to determine the path.
- Active Directory Explorer
http://technet.microsoft.com/en-ca/sysinternals/bb963907.aspx
...
...