Home
last modified time | relevance | path

Searched refs:ldap_dn2domain (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
H A Dreferral.c69 if( ldap_dn2domain( op->o_req_dn.bv_val, &domain ) || domain == NULL ) { in dnssrv_back_referrals()
H A Dsearch.c79 if( ldap_dn2domain( op->o_req_dn.bv_val, &domain ) || domain == NULL ) { in dnssrv_back_search()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Ddntest.c176 n = ldap_dn2domain( strin, &tmp ); in main()
H A Ddnssrv.c45 int ldap_dn2domain( in ldap_dn2domain() function
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h1108 ldap_dn2domain LDAP_P((
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dcommon.c1229 if ( ldap_dn2domain( lud->lud_dn, &domain ) in tool_conn_setup()