Home | History | Annotate | Download | only in acl

Lines Matching refs:gid

20 	""" List of GID than can be used to do the tests """
43 def createGroup(self, grpname, gid):
44 u = commands.getoutput('/usr/sbin/groupadd -g' + gid + " " + grpname)
51 gid = str(500+i)
52 self.createGroup(gName, gid)
80 gid = splitedline[3]
103 gid = splitedline[3]
121 gid = splitedline[2]
124 self.gList.append([groupName,gid])
135 gid = splitedline[2]
138 self.gList.append([groupName,gid])