Branch 'kolab-webadmin-3.1' - lib/Auth

Aleksander Machniak machniak at kolabsys.com
Mon Dec 16 11:27:39 CET 2013


 lib/Auth/LDAP.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 12bb648410ec8f7de793210994352cba1c027cd7
Author: Aleksander Machniak <alec at alec.pl>
Date:   Mon Dec 16 11:26:40 2013 +0100

    Add 'l' (localityName) attribute to the list of self-write attributes (Bug #2678)

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',




More information about the commits mailing list