Settings Documentation - KircheNeuenburg/ldapcontacts GitHub Wiki
Settings
Login Attribute
Default
uid
Description
The LDAP attribute the users use as their login name.
LDAP User attribute used for group membership
Default
uid
Description
The LDAP attribute from an LDAP user entry, which is used in LDAP groups to identify the user in the groups member attribute (see next setting).
LDAP Group attribute used for group membership
Default
memberuid
Description
The LDAP attribute from an LDAP group entry the group member identifiers are stored in.
Edit Login URL
Default
NONE
Description
A url where the user can edit their login data (e.g. username and/or password), if they are not editable through this app.
Unique LDAP Entry Identifier
Default
entryuuid
Description
An LDAP attribute that is unique für every entry in the LDAP tree (independent of the entry beeing a user or group). This attribute shouldn't change if the entries data is changing. Should no such attribute exist in your LDAP installation, using a unique attribute that CAN change is also possible, just be warned that entry settings (like hiding a group/user) will be lost if this attribute changes for an entry. However setting the setting for this entry again after will put everything back to normal.
LDAP User Attributes
Default
[ 'mail' => 'Mail', 'givenname' => 'First Name', 'sn' => 'Last Name', 'street' => 'Address', 'postalcode' => 'zip Code', 'l' => 'City', 'homephone' => 'Phone', 'mobile' => 'Mobile' ]
Description
Decide which LDAP attributes the users will be able to see and edit in this app.
Hidden Users
Default
NONE
Description
Choose which LDAP users should be hidden from the contacts view.
Hidden Groups
Default
NONE
Description
Choose which LDAP groups should be hidden from the contacts view group filter.