Home
last modified time | relevance | path

Searched refs:LDAP_CONTROL_X_ACCOUNT_USABILITY (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Daccount_usability.c32 #ifdef LDAP_CONTROL_X_ACCOUNT_USABILITY
42 ld->ld_errno = ldap_control_create( LDAP_CONTROL_X_ACCOUNT_USABILITY, in ldap_create_accountusability_control()
/netbsd/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c133 #ifdef LDAP_CONTROL_X_ACCOUNT_USABILITY in usage()
232 #ifdef LDAP_CONTROL_X_ACCOUNT_USABILITY
823 #ifdef LDAP_CONTROL_X_ACCOUNT_USABILITY in handle_private_option()
1132 #ifdef LDAP_CONTROL_X_ACCOUNT_USABILITY in main()
1163 #ifdef LDAP_CONTROL_X_ACCOUNT_USABILITY in main()
1169 c[i].ldctl_oid = LDAP_CONTROL_X_ACCOUNT_USABILITY; in main()
H A Dcommon.c165 #ifdef LDAP_CONTROL_X_ACCOUNT_USABILITY
202 #ifdef LDAP_CONTROL_X_ACCOUNT_USABILITY
203 { LDAP_CONTROL_X_ACCOUNT_USABILITY, TOOL_SEARCH, print_account_usability },
2586 #ifdef LDAP_CONTROL_X_ACCOUNT_USABILITY
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dppolicy.c685 static const char ppolicy_account_ctrl_oid[] = LDAP_CONTROL_X_ACCOUNT_USABILITY;
3251 if ( (rc = overlay_register_control( be, LDAP_CONTROL_X_ACCOUNT_USABILITY )) != LDAP_SUCCESS ) { in ppolicy_db_open()
3265 overlay_unregister_control( be, LDAP_CONTROL_X_ACCOUNT_USABILITY ); in ppolicy_db_close()
3352 code = register_supported_control( LDAP_CONTROL_X_ACCOUNT_USABILITY, in ppolicy_initialize()
/netbsd/external/bsd/openldap/dist/include/
H A Dldap.h395 #define LDAP_CONTROL_X_ACCOUNT_USABILITY "1.3.6.1.4.1.42.2.27.9.5.8" macro