mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
2b06afbf26
-- With these modifications it is now possible to store and retrieve keys from an AD without manually tweaking the schema. Permissions need to be set manuallay, though.
18 lines
434 B
Plaintext
18 lines
434 B
Plaintext
# gnupg-ldap-ad-init.ldif -*- conf -*-
|
|
#
|
|
# Entries connecting the schema specified in gnupg-ldap-ad-schema.ldif.
|
|
# Revision: 2020-12-16
|
|
|
|
dn: cn=GnuPG Keys,DC=EXAMPLEDC
|
|
changetype: add
|
|
objectClass: container
|
|
cn: GnuPG Keys
|
|
|
|
dn: cn=PGPServerInfo,DC=EXAMPLEDC
|
|
changetype: add
|
|
objectClass: pgpServerInfo
|
|
cn: PGPServerInfo
|
|
pgpBaseKeySpaceDN: cn=GnuPG Keys,DC=EXAMPLEDC
|
|
pgpSoftware: GnuPG
|
|
pgpVersion: 2 ntds
|