From: jgg <> Date: Sat, 17 Jun 2000 18:43:42 +0000 (+0000) Subject: Removed list thingy X-Git-Tag: debian_userdir-ldap_0-3-7~137 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=d0ee80d18e57382cb67def8a5f6ecff11f2cfcc0 Removed list thingy --- 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),