If you develop an application which requires access to non-public LDAP attributes, you have to file a request.
Our LDAP server (ldaps.UGent.be) contains a lot of information which is accessible to everyone, e.g. name, e-mail address and phone number. Anonymous access (without login name and password) is restricted to attributes which are typically used in (phone) directory style applications. Other information is not publicly available; it can only be used by registered applications.
To register you have to provide us with the LDAP attribute groups which your application needs to access. Based on your request, an application-id in which your permissions are stored, will be created to allow ldap connection.
Attributes which can be accessed by applications are sorted in groups. Attribute groups are arranged by their level of privacy.
Cf. the list of current attribute groups .
You receive an application-id (application-dn) which enables authenticated binding to the UGentLDAP server and provides access to the allowed attributes/attribute groups.
The application-id is associated with a password. This password has to be set by you . (Dutch only)
> Applicaties > uw applicatie > reset password
Send an e-mail containing the following to ldapadm@ugent.be:
The UGentLDAP can be accessed
The commonly used authentication mechanisms for LDAP are
The UGent LDAP provides Simple bind only .
PLEASE NOTE: Some clients, as the unix ldapsearch command, use SASL by default. To select simple bind, use the -x option. (ldapsearch -x)