Documentation - LDAP
Contents
Authentication
In order to authenticate against The University Of Chicago's LDAP servers, a LDAP client must:
- Connect from 128.135.0.0/16
- Support either StartTLS (port 389) or LDAP/SSL (port 636)
- Use 128 bit or better transport layer encryption when authenticating
To perform an authenticated bind against our LDAP servers, the LDAP client should:
- Connect to ldap.uchicago.edu
- The bind DN (distinguished name) is of the form:
'uid=your cnetid,ou=people,dc=uchicago,dc=edu' - The bind password is the CNet password
The server certificates are signed by Equifax Root CA. Your client may need this certificate to verify the LDAP server certificates when making a secure connection.
If you are using OpenLDAP, you will need to adjust your configuration file (ldap.conf) to use the equifax.crt file:
TLS_CACERT /PATH/TO/equifax.crtMail Client Configuration
See the Directory Servers section of NSIT Documentation's client configuration page.
Schema
Directory schema information is stored within the DIT and available to clients querying from the 128.135.0.0/16 network. The search should have the following properties:
- Base: cn=subschema
- Scope: base
- Filter: (objectclass=subschema)
- Return: All Operational Attributes
An example, using ldapsearch(1):
% ldapsearch -H ldap://ldap.uchicago.edu -b cn=subschema \-s base '(objectclass=subschema)' \+
Support
Please contact ldap-support@lists.uchicago.edu if you have questions regarding NSIT's LDAP servers.
Mailing Lists
- ldap-announce: A broadcast list for announcements regarding downtime and changes to the NSIT LDAP servers.
- ldap-support: A list for support requests and general inquiries regarding the NSIT LDAP servers.
Additional Information
- Using LDAP Affiliations for Authorization - describes the available LDAP affiliations and provides examples for some of the most common use cases
- LDAP Attributes Used At UChicago - explains which attributes in LDAP are populated at claims time as well as some uses by NSIT services of those attribute
- Calendar of Maintenance Windows - lists regularly scheduled LDAP maintenance windows which may account for possible service disruptions
Last updated: 9/2/09