diff options
author | Werner Koch <wk@gnupg.org> | 2020-12-23 14:45:20 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2020-12-23 14:45:55 +0100 |
commit | 15e065dee891eef9545556f210b4199107999869 (patch) | |
tree | 3a879a215a66bccacb24bada7230657bff85744d /doc/ldap/gnupg-ldap-ad-schema.ldif | |
parent | doc: Update Simplified Chinese doc/help.zh_CN.txt. (diff) | |
download | gnupg2-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.ldif | 4 |
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. |