Searched refs:binddn (Results 1 – 2 of 2) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | mod_vhostdb_ldap.c | 31 const char *binddn; member 95 const char *basedn=NULL,*binddn=NULL,*bindpw=NULL,*host=NULL,*cafile=NULL; in mod_vhostdb_dbconf_setup() local 112 if (!buffer_is_blank(&ds->value)) binddn = ds->value.ptr; in mod_vhostdb_dbconf_setup() 158 dbconf->binddn = binddn; in mod_vhostdb_dbconf_setup() 334 return mod_authn_ldap_bind(s->errh, ld, s->binddn, s->bindpw); in mod_authn_ldap_rebind_proc() 372 ret = mod_authn_ldap_bind(errh, s->ldap, s->binddn, s->bindpw); in mod_authn_ldap_search()
|
| H A D | mod_authn_ldap.c | 231 char *binddn = NULL, *bindpw = NULL, *cafile = NULL; in SETDEFAULTS_FUNC() local 290 binddn = !buffer_is_blank(cpv->v.b) in SETDEFAULTS_FUNC() 294 cpv->v.v = binddn; in SETDEFAULTS_FUNC() 315 ldc->auth_ldap_binddn = binddn; in SETDEFAULTS_FUNC()
|