projects
/
mirror
/
userdir-ldap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
053bb4b
)
Exit if no GnuPG key has been entered
author
joey
<>
Sat, 20 Nov 2004 19:10:18 +0000
(19:10 +0000)
committer
joey
<>
Sat, 20 Nov 2004 19:10:18 +0000
(19:10 +0000)
ud-useradd
patch
|
blob
|
history
diff --git
a/ud-useradd
b/ud-useradd
index
a7b5f39
..
829d707
100755
(executable)
--- a/
ud-useradd
+++ b/
ud-useradd
@@
-61,7
+61,7
@@
SetKeyrings(["/org/keyring.debian.org/keyrings/debian-keyring.gpg"])
while (1):
Foo = raw_input("Who are you going to add (for a GPG search)? ");
if Foo == "":
while (1):
Foo = raw_input("Who are you going to add (for a GPG search)? ");
if Foo == "":
-
continue
;
+
sys.exit(0)
;
Keys = GPGKeySearch(Foo);
Keys = GPGKeySearch(Foo);