X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-useradd;h=9088502dc335e67ee2a67935632218b2956a60d6;hb=d0ee80d18e57382cb67def8a5f6ecff11f2cfcc0;hp=cdaf3f8bdc839b06b3e7189198a3182817a83812;hpb=c3cabdb89200bda743172f063b632f68940998e8;p=mirror%2Fuserdir-ldap.git 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),