Fixed some messages and things
authorjgg <>
Sat, 19 Aug 2000 00:43:57 +0000 (00:43 +0000)
committerjgg <>
Sat, 19 Aug 2000 00:43:57 +0000 (00:43 +0000)
debian/control
templates/passwd-changed
ud-useradd

index a51a23c..e9d208d 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 2.5.0.0
 Package: userdir-ldap
 Architecture: all
 Depends: python-base (>= 1.5), python-ldap
-Recommends: libnet-ldap-perl, libcrypt-blowfish-perl, gnupg, python-net, python-gdbm
+Suggests: libnet-ldap-perl, libcrypt-blowfish-perl, gnupg, python-net, python-gdbm
 Description: Login User Directory in LDAP support scripts
   These scripts simplifiy the creation and management of a LDAP based user
   directory. Included are scripts to import existing passwd, group and shadow
index 5183209..f91f5e1 100644 (file)
@@ -7,7 +7,8 @@ Your password has been updated. Enclosed below is the new password encrypted
 with your key. __CRYPTTYPE__
 
 Currently LDAP information is replicated to each machine every 15 mins, 
-however master is not presently in the LDAP system.
+you can set a proper password only by using the web interface at
+https://db.debian.org/
 
 Please email __ADMIN__ if you have any questions.
 
index 9088502..74008e5 100755 (executable)
@@ -150,7 +150,6 @@ if Update == 0 or ForceMail == 1:
       print "Randomizing and encrypting password"
       Password = GenPass();
       Pass = HashPass(Password);
-      print "PASS: ", Password;
 
       # Use GPG to encrypt it, pass the fingerprint to ID it
       CryptedPass = GPGEncrypt("Your new password is '" + Password + "'\n",\