When a pgpKeyInfo object is being added to LDAP, only a small subset of attributes from addlist is added to it. This means that
to actually register one's GPG key one has to repeat submission twice: fist time to create a new object with limited subset of
attributes and second time so that ks_ldap_put performs a ldap_modify_s which will actually update the remaining attributes.
This patch fixes it.