Searched defs:locked (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/ldap/
H A Dsdap_access.c505 #define RHDS_LOCK_MSG "The user account is locked on the server"
510 bool locked; local
516 locked = ldb_msg_find_attr_as_bool(user_entry, SYSDB_NS_ACCOUNT_LOCK, false);
517 DEBUG(SSSDBG_TRACE_ALL, "Account for user [%s] is%s locked.\n", pd->user,
518 locked ? "" : " not" );
520 if (locked) {
633 bool locked = true; local
641 locked = ldb_msg_find_attr_as_bool(user_entry, SYSDB_NDS_LOGIN_DISABLED,
644 locked ? "" : " not");
646 if (locked) {
1726 bool locked; local
1804 bool locked = false; local
[all...]

Completed in 13 milliseconds