X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-useradd;h=7d0730b5071f4e221c9550f1fa5e0570e44c1bde;hb=3abfc105c07030f61283e6ce17089b1071487f10;hp=829d707c0ebee127f2fa3d788622df81d0a6f14b;hpb=542012658caafb15255f89c8e78468bb93da3c7a;p=mirror%2Fuserdir-ldap.git diff --git a/ud-useradd b/ud-useradd index 829d707..7d0730b 100755 --- a/ud-useradd +++ b/ud-useradd @@ -66,7 +66,8 @@ while (1): Keys = GPGKeySearch(Foo); if len(Keys) == 0: - print "Sorry, that search did not turn up any keys"; + print "Sorry, that search did not turn up any keys." + print "Has it been added to the Debian keyring already?" continue; if len(Keys) > 1: print "Sorry, more than one key was found, please specify the key to use by\nfingerprint:";