diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-12-16 10:26:40 (GMT) |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-12-16 10:26:40 (GMT) |
commit | 12bb648410ec8f7de793210994352cba1c027cd7 (patch) | |
tree | aeaececa5fbb2fe76692c6bcbd68a55729d79350 /lib | |
parent | 9870a79685175d2eb5ddb15e7ea67991cb60b0de (diff) | |
download | kolab-wap-12bb648410ec8f7de793210994352cba1c027cd7.tar.gz |
Add 'l' (localityName) attribute to the list of self-write attributes (Bug #2678)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Auth/LDAP.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Auth/LDAP.php b/lib/Auth/LDAP.php index ac07d6f..1d4531a 100644 --- a/lib/Auth/LDAP.php +++ b/lib/Auth/LDAP.php @@ -342,7 +342,7 @@ class LDAP extends Net_LDAP3 { // @TODO: this list should be configurable or auto-created somehow $self_attrs = array( 'carLicense', 'description', 'displayName', 'facsimileTelephoneNumber', 'homePhone', - 'homePostalAddress', 'initials', 'jpegPhoto', 'labeledURI', 'mobile', 'o', 'pager', 'photo', + 'homePostalAddress', 'initials', 'jpegPhoto', 'l', 'labeledURI', 'mobile', 'o', 'pager', 'photo', 'postOfficeBox', 'postalAddress', 'postalCode', 'preferredDeliveryMethod', 'preferredLanguage', 'registeredAddress', 'roomNumber', 'secretary', 'seeAlso', 'st', 'street', 'telephoneNumber', 'telexNumber', 'title', 'userCertificate', 'userPassword', 'userSMIMECertificate', |