Lines Matching refs:c_str

143                               Argument::ARGUMENT_VALUE(groupName.c_str()));  in checkAndThrowsForGroupChangeAllowed()
210 !std::regex_match(groupName.c_str(), in checkAndThrowForDisallowedGroupCreation()
215 Argument::ARGUMENT_VALUE(groupName.c_str())); in checkAndThrowForDisallowedGroupCreation()
255 if (!std::regex_match(userName.c_str(), in throwForUserNameConstraints()
299 Argument::ARGUMENT_VALUE(priv.c_str())); in throwForInvalidPrivilege()
312 Argument::ARGUMENT_VALUE(group.c_str())); in throwForInvalidGroups()
368 executeUserAdd(userName.c_str(), groups.c_str(), sshRequested, enabled); in createUser()
384 bus, userObj.c_str(), groupNames, priv, enabled, *this)); in createUser()
398 executeUserClearFailRecords(userName.c_str()); in deleteUser()
400 executeUserDelete(userName.c_str()); in deleteUser()
430 executeGroupDeletion(groupName.c_str()); in deleteGroup()
465 executeGroupCreation(groupName.c_str()); in createGroup()
486 executeUserRename(userName.c_str(), newUserName.c_str()); in renameUser()
507 bus, newUserObj.c_str(), groupNames, in renameUser()
550 executeUserModify(userName.c_str(), groups.c_str(), sshRequested); in updateGroupsAndPriv()
580 Argument::ARGUMENT_VALUE(std::to_string(value).c_str())); in minPasswordLength()
693 std::remove(tmpConfFile.c_str()); in setPamModuleConfValue()
733 if (std::rename(tmpConfFile.c_str(), confFile.c_str()) == 0) in setPamModuleConfValue()
739 std::remove(tmpConfFile.c_str()); in setPamModuleConfValue()
750 executeUserModifyUserEnable(userName.c_str(), enabled); in userEnable()
810 if (!strptime(failDateTime.c_str(), "%F %T", &tmStruct)) in parseFaillockForLockout()
847 output = getFailedAttempt(userName.c_str()); in userLockedForFailedAttempt()
871 executeUserClearFailRecords(userName.c_str()); in userLockedForFailedAttempt()
898 getspnam_r(userName.c_str(), &spwd, buffer.data(), buflen, &spwdPtr); in userPasswordExpired()
998 int status = getspnam_r(userName.c_str(), &spwd, buffer.data(), in isUserEnabled()
1019 int status = getgrnam_r(groupName.c_str(), &grp, buffer.data(), in getUsersInGroup()
1048 ldapMgmtService.c_str(), ldapMgrObjBasePath, in getPrivilegeMapperObject()
1109 auto status = getpwnam_r(userName.c_str(), &pwd, buffer.data(), in getPrimaryGroup()
1137 auto status = getgrnam_r(groupName.c_str(), &grp, buffer.data(), in isGroupMember()
1152 status = getgrnam_r(groupName.c_str(), &grp, buffer.data(), in isGroupMember()
1472 bus, objPath.c_str(), userGroups, in initUserObjects()
1520 newHomeDir.c_str(), "-m"); in executeUserRename()