mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
dirmngr: Finalize Active Directory LDAP Schema
-- 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.
This commit is contained in:
parent
a2434ccabd
commit
2b06afbf26
3 changed files with 7 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
|||
# gnupg-ldap-ad-init.ldif -*- conf -*-
|
||||
#
|
||||
# Entries connecting the schema specified in gnupg-ldap-ad-schema.ldif.
|
||||
# Revision: 2020-12-08
|
||||
# Revision: 2020-12-16
|
||||
|
||||
dn: cn=GnuPG Keys,dc=w32demo,dc=g10code,dc=de
|
||||
dn: cn=GnuPG Keys,DC=EXAMPLEDC
|
||||
changetype: add
|
||||
objectClass: container
|
||||
cn: GnuPG Keys
|
||||
|
||||
dn: cn=PGPServerInfo,dc=w32demo,dc=g10code,dc=de
|
||||
dn: cn=PGPServerInfo,DC=EXAMPLEDC
|
||||
changetype: add
|
||||
objectClass: pgpServerInfo
|
||||
cn: PGPServerInfo
|
||||
pgpBaseKeySpaceDN: cn=GnuPG Keys,dc=w32demo,dc=g10code,dc=de
|
||||
pgpBaseKeySpaceDN: cn=GnuPG Keys,DC=EXAMPLEDC
|
||||
pgpSoftware: GnuPG
|
||||
pgpVersion: 2 ntds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue