From d0ee80d18e57382cb67def8a5f6ecff11f2cfcc0 Mon Sep 17 00:00:00 2001 From: jgg <> Date: Sat, 17 Jun 2000 18:43:42 +0000 Subject: [PATCH] Removed list thingy --- ud-useradd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ud-useradd b/ud-useradd index cdaf3f8..9088502 100755 --- a/ud-useradd +++ b/ud-useradd @@ -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), -- 2.20.1