[imp] using hook to generate email address from uid in LDAP nis schema?

Kevin M. Myer kevin_myer at iu13.org
Thu Oct 20 08:50:44 PDT 2005


Quoting Alain Fauconnet <alain at ait.ac.th>:


> If I configure ./turba/sources.php with:
>
> $cfgSources['localldap'] = array(
> ...
>    'map' => array(
>        '__key' => 'dn',
>        '__uid' => 'uid',
>        'name' => 'cn',
>        'email' => 'uid',

Typically, this would be mapped to something like:

          'email' => 'mail',

not uid (unless your uids are fully qualified email addresses).

Kevin
-- 
Kevin M. Myer
Senior Systems Administrator
Lancaster-Lebanon Intermediate Unit 13  http://www.iu13.org




More information about the imp mailing list