Changeset 4955 in subversion


Ignore:
Timestamp:
Jul 22, 2011 8:54:58 AM (22 months ago)
Author:
alec
Message:

-Described new configuration for last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/acl/config.inc.php.dist

    r4943 r4955  
    66$rcmail_config['acl_advanced_mode'] = false; 
    77 
    8 // The ID of the LDAP addressbook that would be searched for existing user names. 
    9 // (This should be a string, which refers to the $rcmail_config['ldap_public'] array.) 
     8// LDAP addressbook that would be searched for user names autocomplete. 
     9// That should be an array refering to the $rcmail_config['ldap_public'] array key 
     10// or complete addressbook configuration array. 
    1011$rcmail_config['acl_users_source'] = ''; 
    1112 
    12 // The LDAP attribute which will be used as a user identifier 
    13 $rcmail_config['acl_users_uid_field'] = 'uid'; 
     13// The LDAP attribute which will be used as ACL user identifier 
     14$rcmail_config['acl_users_field'] = 'mail'; 
     15 
     16// The LDAP search filter will be &'d with search queries 
     17$rcmail_config['acl_users_filter'] = ''; 
    1418 
    1519?> 
Note: See TracChangeset for help on using the changeset viewer.