# The format of each entry of the ldap server database is the following: # LDAP_NICKNAME => ['LDAP_SERVER', # 'LDAP_SEARCH_BASE', # 'LDAP_SEARCH_FIELDS', # 'LDAP_EXPECTED_ANSWERS', # 'LDAP_RESULT_EMAIL', # 'LDAP_RESULT_REALNAME', # 'LDAP_RESULT_COMMENT', # 'IGNORANT' (optional), # 'LDAP_BIND_DN' (optional), # 'LDAP_BIND_PASSWORD (optional)], # (IGNORANT is an optional argument. If you set it to 1, mutt_ldap_query # uses wildcards *foo* for searching). # (LDAP_BIND_DN and LDAP_BIND_PASSWORD are optional arguments. Leave them # out or empty to use and anonymous bind) %ldap_server_db = ( 'uofa' => ['ldap.arizona.edu', 'o=University of Arizona,c=US', 'cn mail', 'cn mail', '${mail}', '${cn}', 'UofA Phonebook', 0], );