Home
last modified time | relevance | path

Searched refs:ldap_str2attributetype (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/doc/man/man3/
H A Dldap_schema.3.links9 ldap_str2attributetype.3
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAttrType.cpp30 a = ldap_str2attributetype (at_item.c_str(), &ret, &errp, flags); in LDAPAttrType()
/netbsd-src/external/bsd/openldap/lib/libldap/
H A DMakefile109 ldap_schema.3 ldap_str2attributetype.3 \
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_schema.h264 ldap_str2attributetype LDAP_P((
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dschemaparse.c291 at = ldap_str2attributetype( line, &code, &err, LDAP_SCHEMA_ALLOW_ALL ); in parse_at()
H A Dat.c1080 at = ldap_str2attributetype( def, &code, &err, LDAP_SCHEMA_ALLOW_ALL ); in register_at()
H A Dschema_prep.c1204 at = ldap_str2attributetype( ad_map[i].ssam_defn, in slap_schema_load()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/
H A Dallowed.c437 at = ldap_str2attributetype( def, &code, &err, LDAP_SCHEMA_ALLOW_ALL ); in register_at()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dschema.c2050 ldap_str2attributetype( LDAP_CONST char * s, in ldap_str2attributetype() function