From: Mark Hymers Date: Thu, 10 Jan 2008 13:48:43 +0000 (+0000) Subject: and some more old CheckNumber fixes X-Git-Tag: userdir-ldap-0.3.16~5^2~1 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=sidebyside;h=be3ce7306d5b401aa47a53f1498597eada6ba504;p=mirror%2Fuserdir-ldap.git and some more old CheckNumber fixes --- diff --git a/ud-userimport b/ud-userimport index f2e0ba1..4e044c7 100755 --- a/ud-userimport +++ b/ud-userimport @@ -145,7 +145,7 @@ def DoShadow(l,Shadow): continue; for x in range(2,8): - Split[x] = int(Split[x]) + int(Split[x]) Rec = [(ldap.MOD_REPLACE,"shadowLastChange",Split[2]), (ldap.MOD_REPLACE,"shadowMin",Split[3]), @@ -186,7 +186,7 @@ def DoGroup(l,Group): # Split up the group information Split = re.split("[:\n]",Line); Members = re.split("[, ]*",Split[3]); - Split[2] = int(Split[2]) + int(Split[2]) # Iterate over the membership list and add the membership information # To the directory