Lines Matching defs:user
27 #define NON_EXIST_USR_ALLOW "The user %s does not exist. Possible typo in simple_allow_users.\n"
28 #define NON_EXIST_USR_DENY "The user %s does not exist. Possible typo in simple_deny_users.\n"
55 /* First, check whether the user is in the allowed users list */
78 * We need to make sure none of the user's groups
95 /* Next check whether this user has been specifically denied */
434 struct ldb_message *user;
447 DEBUG(SSSDBG_TRACE_LIBS, "Looking up groups for user %s\n", username);
452 DEBUG(SSSDBG_CRIT_FAILURE, "Invalid user %s!\n", username);
458 &user);
460 DEBUG(SSSDBG_MINOR_FAILURE, "No such user %s\n", username);
471 user->dn, NULL, SYSDB_MEMBEROF,
504 gid = ldb_msg_find_attr_as_uint64(user, SYSDB_GIDNUM, 0);
796 /* If the user wasn't found, just shortcut */
802 "Could not collect groups of user %s\n", state->username);
814 "Could not collect groups of user %s\n", state->username);