Search found 1 match

by fjo
28 Apr 2013, 21:15
Forum: Patches / Modules
Topic: small patch for Kernel::System::Auth::Sync::LDAP
Replies: 0
Views: 116991

small patch for Kernel::System::Auth::Sync::LDAP

Hi,

attached patch does two things:

1. In Kernel/Config.pm, one can write:

$Self->{'AuthSyncModule::LDAP::UserSyncMap'} = {
UserFirstname => [ 'givenName', 'initials' ],
UserLastname => 'sn",
....
};

This way each agent's UserFirstname is set to her/his givenName and initials. Might be ...