From 65b2c0e97ea1a08f194f9b56aa0c80e2f86ae460 Mon Sep 17 00:00:00 2001 From: jgg <> Date: Sat, 19 Aug 2000 00:43:57 +0000 Subject: [PATCH] Fixed some messages and things --- debian/control | 2 +- templates/passwd-changed | 3 ++- ud-useradd | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index a51a23c..e9d208d 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/templates/passwd-changed b/templates/passwd-changed index 5183209..f91f5e1 100644 --- a/templates/passwd-changed +++ b/templates/passwd-changed @@ -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. diff --git a/ud-useradd b/ud-useradd index 9088502..74008e5 100755 --- a/ud-useradd +++ b/ud-useradd @@ -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",\ -- 2.20.1