From 3df94f4b2c19e734df37c2f55079ff58d467e8d0 Mon Sep 17 00:00:00 2001 From: joey <> Date: Thu, 18 Nov 2004 16:09:29 +0000 Subject: [PATCH] Import from samosa: Removed superflous whitespace --- ud-useradd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ud-useradd b/ud-useradd index 9971549..88d6d66 100755 --- a/ud-useradd +++ b/ud-useradd @@ -9,7 +9,7 @@ from userdir_gpg import *; # this, one is to fetch all the entires and pick the highest, the other # is to randomly guess uids until one is free. This uses the former. # Regrettably ldap doesn't have an integer attribute comparision function -# so we can only cut the search down slightly +# so we can only cut the search down slightly def GetFreeID(l): HighestUID = 1400; Attrs = l.search_s(BaseDn,ldap.SCOPE_ONELEVEL, -- 2.20.1