Lines Matching refs:lg2

140         lg2::error("Group name '{GROUP}' is not in the allowed list", "GROUP",  in checkAndThrowsForGroupChangeAllowed()
186 lg2::error("User name is empty"); in isUserExist()
201 lg2::error("User '{USERNAME}' does not exist", "USERNAME", userName); in throwForUserDoesNotExist()
213 lg2::error("Invalid group name '{GROUP}'", "GROUP", groupName); in checkAndThrowForDisallowedGroupCreation()
224 lg2::error("User '{USERNAME}' already exists", "USERNAME", userName); in throwForUserExists()
237 lg2::error("User '{USERNAME}' exceeds IPMI username length limit " in throwForUserNameConstraints()
248 lg2::error("User '{USERNAME}' exceeds system username length limit " in throwForUserNameConstraints()
258 lg2::error("Invalid username '{USERNAME}'", "USERNAME", userName); in throwForUserNameConstraints()
272 lg2::error("IPMI user limit reached"); in throwForMaxGrpUserCount()
283 lg2::error("Non-ipmi User limit reached"); in throwForMaxGrpUserCount()
297 lg2::error("Invalid privilege '{PRIVILEGE}'", "PRIVILEGE", priv); in throwForInvalidPrivilege()
310 lg2::error("Invalid Group Name '{GROUPNAME}'", "GROUPNAME", group); in throwForInvalidGroups()
372 lg2::error("Unable to create new user '{USERNAME}'", "USERNAME", in createUser()
386 lg2::info("User '{USERNAME}' created successfully", "USERNAME", userName); in createUser()
404 lg2::error("Delete User '{USERNAME}' failed", "USERNAME", userName); in deleteUser()
410 lg2::info("User '{USERNAME}' deleted successfully", "USERNAME", userName); in deleteUser()
419 lg2::error("Group '{GROUP}' already exists", "GROUP", groupName); in checkDeleteGroupConstraints()
434 lg2::error("Failed to delete group '{GROUP}'", "GROUP", groupName); in deleteGroup()
440 lg2::info("Successfully deleted group '{GROUP}'", "GROUP", groupName); in deleteGroup()
448 lg2::error("Group '{GROUP}' already exists", "GROUP", groupName); in checkCreateGroupConstraints()
454 lg2::error("Group limit reached"); in checkCreateGroupConstraints()
469 lg2::error("Failed to create group '{GROUP}'", "GROUP", groupName); in createGroup()
490 lg2::error("Rename '{USERNAME}' to '{NEWUSERNAME}' failed", "USERNAME", in renameUser()
554 lg2::error( in updateGroupsAndPriv()
563 lg2::info("User '{USERNAME}' groups / privilege updated successfully", in updateGroupsAndPriv()
575 lg2::error("Attempting to set minPasswordLength to {VALUE}, less than " in minPasswordLength()
585 lg2::error("Unable to set minPasswordLength to {VALUE}", "VALUE", in minPasswordLength()
601 lg2::error("Unable to set rememberOldPasswordTimes to {VALUE}", "VALUE", in rememberOldPasswordTimes()
617 lg2::error("Unable to set maxLoginAttemptBeforeLockout to {VALUE}", in maxLoginAttemptBeforeLockout()
633 lg2::error("Unable to set accountUnlockTimeout to {VALUE}", "VALUE", in accountUnlockTimeout()
647 lg2::error("Failed to open pam configuration file {FILENAME}", in getPamModuleConfValue()
690 lg2::error("Failed to open pam configuration file {FILENAME}", in setPamModuleConfValue()
754 lg2::error("Unable to modify user enabled state for '{USERNAME}'", in userEnable()
760 lg2::info("User '{USERNAME}' has been {STATUS}", "USERNAME", userName, in userEnable()
812 lg2::error("Failed to parse latest failure date/time"); in parseFaillockForLockout()
851 lg2::error("Unable to read login failure counter"); in userLockedForFailedAttempt()
875 lg2::error("Unable to reset login failure counter"); in userLockedForFailedAttempt()
940 lg2::error("Error opening {FILENAME}", "FILENAME", passwdFileName); in getUserAndSshGrpList()
1031 lg2::error("Group '{GROUPNAME}' not found", "GROUPNAME", groupName); in getUsersInGroup()
1056 lg2::error("Unable to get the User Service: {ERR}", "ERR", e); in getPrivilegeMapperObject()
1061 lg2::error("Failed to excute GetManagedObjects at {PATH}: {ERR}", in getPrivilegeMapperObject()
1080 lg2::error("Error in mapper call"); in getServiceName()
1089 lg2::error("Invalid response from mapper"); in getServiceName()
1119 lg2::error("User {USERNAME} does not exist", "USERNAME", userName); in getPrimaryGroup()
1149 lg2::debug("Increase buffer for getgrnam_r() to {SIZE}", "SIZE", in isGroupMember()
1176 lg2::error("Group info of {GROUP} requires too much memory", "GROUP", in isGroupMember()
1181 lg2::error("Group {GROUP} does not exist", "GROUP", groupName); in isGroupMember()
1289 lg2::warning("LDAP group privilege mapping does not exist, " in getUserInfo()
1296 lg2::error("Error while accessing variant: {ERR}", "ERR", e); in getUserInfo()
1328 lg2::error("Exception for MinPasswordLength: {ERR}", "ERR", e); in initializeAccountPolicy()
1353 lg2::error("Exception for RememberOldPasswordTimes: {ERR}", "ERR", in initializeAccountPolicy()
1379 lg2::error("Exception for MaxLoginAttemptBeforLockout: {ERR}", in initializeAccountPolicy()
1405 lg2::error("Exception for AccountUnlockTimeout: {ERR}", "ERR", e); in initializeAccountPolicy()