Searched refs:ldapsource (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_ldap.c12 /* const char *ldapsource;
20 /* .IP ldapsource
1508 DICT *dict_ldap_open(const char *ldapsource, int open_flags, int dict_flags) argument
1524 msg_info("%s: Using LDAP source %s", myname, ldapsource);
1530 return (dict_surrogate(DICT_TYPE_LDAP, ldapsource, open_flags, dict_flags,
1532 DICT_TYPE_LDAP, ldapsource));
1537 if ((parser = cfg_parser_alloc(ldapsource)) == 0)
1538 return (dict_surrogate(DICT_TYPE_LDAP, ldapsource, open_flags, dict_flags,
1539 "open %s: %m", ldapsource));
1541 dict_ldap = (DICT_LDAP *) dict_alloc(DICT_TYPE_LDAP, ldapsource,
[all...]

Completed in 82 milliseconds