Searched refs:dict_ldap (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | dict_ldap.c | 215 dict_ldap->dict.error = (__err); \ 419 static int dict_ldap_bind_sasl(DICT_LDAP *dict_ldap) in dict_ldap_bind_sasl() argument 428 vstring_sprintf(minssf, "minssf=%d", dict_ldap->sasl_minssf); in dict_ldap_bind_sasl() 430 if ((rc = ldap_set_option(dict_ldap->ld, LDAP_OPT_X_SASL_SECPROPS, in dict_ldap_bind_sasl() 434 props.authcid = dict_ldap->bind_dn; in dict_ldap_bind_sasl() 435 props.passwd = dict_ldap->bind_pw; in dict_ldap_bind_sasl() 436 props.realm = dict_ldap->sasl_realm; in dict_ldap_bind_sasl() 437 props.authzid = dict_ldap->sasl_authz; in dict_ldap_bind_sasl() 439 if ((rc = ldap_sasl_interactive_bind_s(dict_ldap->ld, NULL, in dict_ldap_bind_sasl() 440 dict_ldap->sasl_mechs, NULL, NULL, in dict_ldap_bind_sasl() [all …]
|
H A D | Makefile.in | 6 deliver_request.c dict_ldap.c dict_mysql.c dict_pgsql.c \ 83 MAP_OBJ = dict_ldap.o dict_mysql.o dict_pgsql.o dict_sqlite.o 89 dict_ldap.h dict_mysql.h dict_pgsql.h dict_proxy.h dict_sqlite.h domain_list.h \ 164 $(LIB_PREFIX)ldap$(LIB_SUFFIX): dict_ldap.o 165 $(PLUGIN_LD) $(SHLIB_RPATH) -o $@ dict_ldap.o $(AUXLIBS_LDAP) 1174 dict_ldap.o: ../../include/argv.h 1175 dict_ldap.o: ../../include/binhash.h 1176 dict_ldap.o: ../../include/check_arg.h 1177 dict_ldap.o: ../../include/dict.h 1178 dict_ldap.o: ../../include/match_list.h [all …]
|
/netbsd-src/external/ibm-public/postfix/lib/global/ |
H A D | Makefile | 38 dict_ldap.c \
|
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
H A D | Makefile.in | 75 pcf_ldap_suffixes.h: ../global/dict_ldap.c 76 sh extract_cfg.sh -d ../global/dict_ldap.c > $@ 1095 postconf_dbms.o: ../../include/dict_ldap.h
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | HISTORY | 2667 Folded in the updated dict_ldap.c module by John Hensley, 3177 by John Hensley. File: util/dict_ldap.c. 3296 util/dict_ldap.c. 3342 sequences as per RFC 2254. File: util/dict_ldap.c. 4414 util/dict_ldap.c, LDAP_README. 4493 Jones, HP. File: util/dict_ldap.c. 4637 Bugfix: dict_ldap did not properly initialize a handle 4639 File: util/dict_ldap.c. 4792 conf/sample-ldap.cf, util/dict_ldap.c. 5030 dict_ldap.c. This module should move to the global directory, [all …]
|