X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=ud-useradd;fp=ud-useradd;h=f5c1fbcf8b48805a364672e75b6cd329bf98e1f0;hp=494c348091c533c2105986201612e3734c4e11a7;hb=54432ce1af06ed844ee9ca02dd1e059daada6427;hpb=2f0f681b8005cbb37c8a8ce936536378c73178a9 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 == "":