2020-12-14 19:28:25 +01:00
|
|
|
# gnupg-ldap-ad-init.ldif -*- conf -*-
|
|
|
|
#
|
|
|
|
# Entries connecting the schema specified in gnupg-ldap-ad-schema.ldif.
|
2021-09-09 13:28:41 +02:00
|
|
|
# Revision: 2021-09-01 v1
|
2020-12-14 19:28:25 +01:00
|
|
|
|
2020-12-17 10:17:22 +01:00
|
|
|
dn: cn=GnuPG Keys,DC=EXAMPLEDC
|
2020-12-14 19:28:25 +01:00
|
|
|
changetype: add
|
|
|
|
objectClass: container
|
|
|
|
cn: GnuPG Keys
|
|
|
|
|
2020-12-17 10:17:22 +01:00
|
|
|
dn: cn=PGPServerInfo,DC=EXAMPLEDC
|
2020-12-14 19:28:25 +01:00
|
|
|
changetype: add
|
|
|
|
objectClass: pgpServerInfo
|
|
|
|
cn: PGPServerInfo
|
2020-12-17 10:17:22 +01:00
|
|
|
pgpBaseKeySpaceDN: cn=GnuPG Keys,DC=EXAMPLEDC
|
2020-12-14 19:28:25 +01:00
|
|
|
pgpSoftware: GnuPG
|
|
|
|
pgpVersion: 2 ntds
|