6.0.0-beta1
9/25/25

[#3465] LDAP contact adding
Summary LDAP contact adding
Queue Turba
Queue Version 2.0.5
Type Bug
State Duplicate
Priority 2. Medium
Owners
Requester tarmo.randel (at) mail (dot) ee
Created 02/13/2006 (7164 days ago)
Due
Updated 02/13/2006 (7164 days ago)
Assigned
Resolved 02/13/2006 (7164 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/13/2006 11:17:27 PM Jan Schneider Comment #2
State ⇒ Duplicate
Reply to this comment
02/13/2006 01:47:52 PM tarmo (dot) randel (at) mail (dot) ee Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ LDAP contact adding
Queue ⇒ Turba
Reply to this comment
objectClass person requires sn (at least in openldap), this hack fixes 
it in ldap.php (line: 259):



/* objectClass: person requires sn */

         if (isset($attributes['cn'])) {

                 $t = split(' ', $attributes['cn']);

                 if (count($t) > 0)

                         $attributes['sn'] = $t[0];

}


Saved Queries