commit | author | age
|
d6c1a1
|
1 |
<?php |
BN |
2 |
|
193a0d
|
3 |
// The id of the address book to use to automatically set a |
d6c1a1
|
4 |
// user's full name in their new identity. (This should be an |
BN |
5 |
// string, which refers to the $config['ldap_public'] array.) |
|
6 |
$config['new_user_identity_addressbook'] = 'People'; |
|
7 |
|
193a0d
|
8 |
// When automatically setting a user's full name in their |
d6c1a1
|
9 |
// new identity, match the user's login name against this field. |
BN |
10 |
$config['new_user_identity_match'] = 'uid'; |
193a0d
|
11 |
|
BN |
12 |
// Determine whether to import user's identities on each login. |
|
13 |
// New user identity will be created for each e-mail address |
|
14 |
// present in address book, but not assigned to any identity. |
|
15 |
$config['new_user_identity_onlogin'] = false; |