diff options
| author | Werner Koch <[email protected]> | 2020-10-07 16:33:58 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2020-10-07 16:33:58 +0000 |
| commit | f4166209e336d1483564e08970134b4554cbe4ae (patch) | |
| tree | 9a7c0b8650cafdb5a6d2a4cb1e04524a69e70f0f /doc/ldap/gnupg-ldap-init.ldif | |
| parent | gpgsm: Fix detection of too old keyboxd. (diff) | |
| download | gnupg-f4166209e336d1483564e08970134b4554cbe4ae.tar.gz gnupg-f4166209e336d1483564e08970134b4554cbe4ae.zip | |
doc: Add notes on how to setup LDAP
--
Diffstat (limited to 'doc/ldap/gnupg-ldap-init.ldif')
| -rw-r--r-- | doc/ldap/gnupg-ldap-init.ldif | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/ldap/gnupg-ldap-init.ldif b/doc/ldap/gnupg-ldap-init.ldif new file mode 100644 index 000000000..f184f9ee2 --- /dev/null +++ b/doc/ldap/gnupg-ldap-init.ldif @@ -0,0 +1,27 @@ +# gnupg-ldap-init.ldif -*- conf -*- +# +# Entries connecting the schema specified in gnupg-ldap-schema.ldif. +# Revision: 2020-10-07 + +dn: cn=PGPServerInfo,dc=example,dc=com +objectClass: pgpServerInfo +cn: PGPServerInfo +# Note that we suggest the use of ou=GnuPG keys instead of the often +# used PGP Keys. This makes it easy to spot this is a new schema. +pgpBaseKeySpaceDN: ou=GnuPG Keys,dc=example,dc=com +# Using the value GnuPG here indicates that pgpVersion below has a +# well-defined meaning. +pgpSoftware: GnuPG +# Currently used values: +# 1 :: Classic PGP schema +# 2 :: The attributes gpgFingerprint, gpgSubFingerprint, +# gpgSubCertID, and gpgMailbox are part of the schema. +pgpVersion: 2 + +dn: ou=GnuPG Keys,dc=example,dc=com +objectClass: organizationalUnit +ou: GnuPG Keys + +dn: ou=GnuPG Users,dc=example,dc=com +objectclass: organizationalUnit +ou: GnuPG Users |
