[Da-tools-commits] r352 .: Fix error due to cruft from the RoleAccount patch

Marc 'HE' Brockschmidt he at debian.org
Tue Dec 25 22:33:52 UTC 2007


------------------------------------------------------------
revno: 352
committer: Marc 'HE' Brockschmidt <he at debian.org>
branch nick: userdir-ldap-common
timestamp: Tue 2007-12-25 23:33:52 +0100
message:
  Fix error due to cruft from the RoleAccount patch
modified:
  ud-useradd
-------------- next part --------------
=== modified file 'ud-useradd'
--- a/ud-useradd	2007-12-25 13:06:39 +0000
+++ b/ud-useradd	2007-12-25 22:33:52 +0000
@@ -167,7 +167,7 @@
 if Res != "":
    privsub = Res;
 
-(uidNumber, generatedGID) = GetFreeID(l, RoleAccount)
+(uidNumber, generatedGID) = GetFreeID(l)
 if not gidNumber:
    gidNumber = DefaultGID
 UserGroup = 0



More information about the Da-tools-commits mailing list