Lines Matching refs:same
688 "possible reasons can be that several users share the same "
873 /* If modifyTimestamp is the same in the TS cache, return EOK. Return ERR_NO_TS
1103 /* The entry's timestamp was the same. Just update the ts cache */
1726 /* We set gecos to be the same as fullname on user creation,
2009 /* In MPG domains you can't have groups with the same name or GID
2010 * as users, search if a group with the same name exists.
2011 * Don't worry about users, if we try to add a user with the same
2039 /* check no other user with the same uid exist */
2227 /* In MPG domains you can't have groups with the same name as users,
2228 * search if a group with the same name exists.
2229 * Don't worry about users, if we try to add a user with the same
2236 "with the same name - %s.\n", name);
2250 "User with the same UID exists in MPG domain: "
2263 /* check no other groups with the same gid exist */
2269 "Group with the same gid exists: [%"SPRIgid"].\n", gid);
2384 bool same = false;
2393 for (int i = 0; !same && group_attrs[i] != NULL; i++) {
2398 same = strcmp(previous, values[i]) == 0;
2402 if (same == true) {
2785 * same UID, remove it and try to add the basic user again
2798 "A user with the same UID [%llu] was removed from the "
3010 * same GID, remove it and try to add the basic group again
3028 "A group with the same GID [%"SPRIgid"] was removed from "