Home
last modified time | relevance | path

Searched refs:at_no_user_mod (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/include/
Dldap_schema.h88 int at_no_user_mod; /* 0=no, 1=yes */ member
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dschema.c943 if ( at->at_no_user_mod == LDAP_SCHEMA_YES ) { in ldap_attributetype2bv()
2341 if ( at->at_no_user_mod ) { in ldap_str2attributetype()
2347 at->at_no_user_mod = LDAP_SCHEMA_YES; in ldap_str2attributetype()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dat.c666 if ( !at->at_usage && at->at_no_user_mod ) { in at_add()
Dslap.h746 #define sat_no_user_mod sat_atype.at_no_user_mod