X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-useradd;h=f5c1fbcf8b48805a364672e75b6cd329bf98e1f0;hb=25dbd296540b9f652ababe6c5fdb0a7cf7b4c197;hp=494c348091c533c2105986201612e3734c4e11a7;hpb=7e02135e1259847ac592fc58a408452f2e9e41af;p=mirror%2Fuserdir-ldap.git diff --git a/ud-useradd b/ud-useradd index 494c348..f5c1fbc 100755 --- a/ud-useradd +++ b/ud-useradd @@ -70,7 +70,7 @@ for (switch, val) in options: l = passwdAccessLDAP(LDAPServer, BaseDn, AdminUser) # Locate the key of the user we are adding -SetKeyrings(["/org/keyring.debian.org/keyrings/debian-keyring.gpg"]) +SetKeyrings(ConfModule.add_keyrings.split(":")) while (1): Foo = raw_input("Who are you going to add (for a GPG search)? "); if Foo == "":