Searched refs:bindDN (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/apr-util/ldap/ |
| D | apr_ldap_rebind.c | 45 const char *bindDN; member 100 const char *bindDN, in apr_ldap_rebind_add() argument 114 if (bindDN) { in apr_ldap_rebind_add() 115 new_xref->bindDN = apr_pstrdup(pool, bindDN); in apr_ldap_rebind_add() 261 if ((my_conn) && (my_conn->bindDN != NULL)) { in LDAP_rebindproc() 262 *binddnp = strdup(my_conn->bindDN); in LDAP_rebindproc() 312 const char *bindDN = NULL; in LDAP_rebindproc() local 317 if ((my_conn) && (my_conn->bindDN != NULL)) { in LDAP_rebindproc() 318 bindDN = my_conn->bindDN; in LDAP_rebindproc() 322 return (ldap_bind_s(ld, bindDN, bindPW, LDAP_AUTH_SIMPLE)); in LDAP_rebindproc() [all …]
|
| D | apr_ldap_stub.c | 128 const char *bindDN, in apr_ldap_rebind_add() argument 132 return lfn->rebind_add(pool, ld, bindDN, bindPW); in apr_ldap_rebind_add()
|
| /freebsd-12-stable/contrib/apr-util/include/ |
| D | apr_ldap_rebind.h | 77 const char *bindDN,
|
| /freebsd-12-stable/contrib/apr-util/include/private/ |
| D | apu_internal.h | 60 const char *bindDN, const char *bindPW);
|
| /freebsd-12-stable/contrib/sendmail/cf/ |
| D | README | 4362 -p port -d bindDN", etc. The
|
| /freebsd-12-stable/contrib/sendmail/ |
| D | RELEASE_NOTES | 4642 settings such as "-h host -p port -d bindDN", etc. The
|