ud-gpgimport: handle guest keyrings
authorPeter Palfrader <peter@palfrader.org>
Wed, 20 Oct 2010 11:41:23 +0000 (11:41 +0000)
committerPeter Palfrader <peter@palfrader.org>
Wed, 20 Oct 2010 11:41:23 +0000 (11:41 +0000)
ud-gpgimport so far used a single list of keyrings, and it expected all
keys from that keyring to be in ldap, and to have all users in ldap a
key in those keyrings.

Now ud-gpgimport has a notion of the guest-keyring.  It still expects
all keys from the "main" keyring to be in ldap, but not all keys from
the guest (DM and guest) keyrings need to have accounts.  An account
with a key associated to it is OK as long as it has a key in any of
the keyrings.


No differences found