Removed list thingy
authorjgg <>
Sat, 17 Jun 2000 18:43:42 +0000 (18:43 +0000)
committerjgg <>
Sat, 17 Jun 2000 18:43:42 +0000 (18:43 +0000)
ud-useradd

index cdaf3f8..9088502 100755 (executable)
@@ -192,7 +192,7 @@ Subst["__LOGIN__"] = account;
 Subst["__PRIVATE__"] = privsub;
 Subst["__EMAIL__"] = email;
 Subst["__PASSWORD__"] = CryptedPass;
-Subst["__LISTPASS__"] = string.strip(open(pwd.getpwuid(os.getuid())[5]+"/.debian-lists_passwd","r").read());
+#Subst["__LISTPASS__"] = string.strip(open(pwd.getpwuid(os.getuid())[5]+"/.debian-lists_passwd","r").read());
 
 # Generate the LDAP request
 Rec = [(ldap.MOD_REPLACE,"uid",account),