Home
last modified time | relevance | path

Searched refs:LDAP_SCHEMA_YES (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dschema.c933 if ( at->at_single_value == LDAP_SCHEMA_YES ) { in ldap_attributetype2bv()
938 if ( at->at_collective == LDAP_SCHEMA_YES ) { in ldap_attributetype2bv()
943 if ( at->at_no_user_mod == LDAP_SCHEMA_YES ) { in ldap_attributetype2bv()
1780 mr->mr_obsolete = LDAP_SCHEMA_YES; in ldap_str2matchingrule()
1980 mru->mru_obsolete = LDAP_SCHEMA_YES; in ldap_str2matchingruleuse()
2213 at->at_obsolete = LDAP_SCHEMA_YES; in ldap_str2attributetype()
2327 at->at_single_value = LDAP_SCHEMA_YES; in ldap_str2attributetype()
2337 at->at_collective = LDAP_SCHEMA_YES; in ldap_str2attributetype()
2347 at->at_no_user_mod = LDAP_SCHEMA_YES; in ldap_str2attributetype()
2592 oc->oc_obsolete = LDAP_SCHEMA_YES; in ldap_str2objectclass()
[all …]
/netbsd/src/external/bsd/openldap/dist/include/
Dldap_schema.h145 #define LDAP_SCHEMA_YES 1 macro