Skip to content
Snippets Groups Projects
Commit 1e2d1729 authored by sveseli's avatar sveseli
Browse files

reference bug fixed

parent 0d19fc52
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ class LdapLinuxPlatformUtility:
@classmethod
def addLocalUserToGroup(cls, username, groupName):
""" Add local user to group. """
createLocalGroup(groupName)
cls.createLocalGroup(groupName)
logger = cls.getLogger()
logger.debug('Adding local user %s to group %s' % (username, groupName))
cmd = '%s -a %s %s' % (cls.GPASSWD_CMD, username, groupName)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment