Ignore:
Timestamp:
Oct 19, 2011 5:56:06 AM (19 months ago)
Author:
alec
Message:
  • Added 'search_dn_default' variable in ldap config
  • Better handling of situation when search for bind DN doesn't return data
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/config/main.inc.php.dist

    r5296 r5349  
    536536  'search_base_dn' => '', 
    537537  'search_filter'  => '',   // e.g. '(&(objectClass=posixAccount)(uid=%u))' 
     538  // Default for %dn variable if search doesn't return DN value 
     539  'search_dn_default' => '', 
    538540  // Optional authentication identifier to be used as SASL authorization proxy 
    539541  // bind_dn need to be empty 
Note: See TracChangeset for help on using the changeset viewer.