Lines Matching refs:groupname
109 # Determine the possible groupname
110 # Unless the group name (or gid) is specified, we assume that the LOGIN is the groupname
113 # So if the implicit username-group creation is on, then the implicit groupname (LOGIN)
117 uaargs.groupname = uaargs.gid
119 uaargs.groupname = uaargs.LOGIN
121 uaargs.groupname = 'users'
122 uaargs.groupid = field[3] or uaargs.groupname
130 elif uaargs.groupname and not uaargs.groupname.isdigit():
132 bb.debug(1, "Adding group %s (gid %s)!" % (uaargs.groupname, uaargs.groupid))
133 newgroup = "-g %s %s" % (uaargs.groupid, uaargs.groupname)
146 if not uaargs.groupname in groupadd:
203 # groupname:password:group_id:group_members
205 # If a field is left blank, the original value will be used. The 'groupname' field
224 …bb.warn("%s: Changing groupname %s's gid from (%s) to (%s), verify configuration files!" % (d.getV…