summaryrefslogtreecommitdiffstats
path: root/doc/ldap/gnupg-ldap-ad-schema.ldif
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2020-12-23 14:45:20 +0100
committerWerner Koch <wk@gnupg.org>2020-12-23 14:45:55 +0100
commit15e065dee891eef9545556f210b4199107999869 (patch)
tree3a879a215a66bccacb24bada7230657bff85744d /doc/ldap/gnupg-ldap-ad-schema.ldif
parentdoc: Update Simplified Chinese doc/help.zh_CN.txt. (diff)
downloadgnupg2-15e065dee891eef9545556f210b4199107999869.tar.xz
gnupg2-15e065dee891eef9545556f210b4199107999869.zip
doc: Add instructions on how to setup an Active Directory.
--
Diffstat (limited to '')
-rw-r--r--doc/ldap/gnupg-ldap-ad-schema.ldif4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ldap/gnupg-ldap-ad-schema.ldif b/doc/ldap/gnupg-ldap-ad-schema.ldif
index 6e3a2a90d..fbced9db0 100644
--- a/doc/ldap/gnupg-ldap-ad-schema.ldif
+++ b/doc/ldap/gnupg-ldap-ad-schema.ldif
@@ -1,4 +1,4 @@
-# gnupg-ldap-scheme.ldif -*- conf -*-
+# gnupg-ldap-ad-scheme.ldif -*- conf -*-
#
# Schema for an OpenPGP LDAP keyserver. This is a slighly enhanced
# version of the original LDAP schema used for PGP keyservers as
@@ -9,7 +9,7 @@
# - Backup your AD! It is not possible to revert changes of the schema.
# - Try it first on a test system.
# - To import the new attributes and classes use:
-# ldifde -i -vv -f gnupg-ldap-ad-schema.ldif
+# ldifde -i -v -f gnupg-ldap-ad-schema.ldif
# -c "DC=EXAMPLEDC" "DC=example,DC=org"
# (the above command is given as one line)
# - The schema does not get its own distingished name as done with OpenLDAP.