diff options
author | Werner Koch <[email protected]> | 2021-04-19 11:01:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-04-19 11:01:37 +0000 |
commit | 8576c347504305471434f84d4dc7abd2b5208e9b (patch) | |
tree | 84c9299c7c9bd8ff3d7c4e637c429df1c87ac69c | |
parent | gpg,gpgsm: Move use-keyboxd to the new conf file common.conf (diff) | |
download | gnupg-8576c347504305471434f84d4dc7abd2b5208e9b.tar.gz gnupg-8576c347504305471434f84d4dc7abd2b5208e9b.zip |
doc: Fix an example in README.ldap
--
-rw-r--r-- | doc/ldap/README.ldap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ldap/README.ldap b/doc/ldap/README.ldap index 630cccbcc..02838252f 100644 --- a/doc/ldap/README.ldap +++ b/doc/ldap/README.ldap @@ -244,7 +244,7 @@ password used in the above example is "abc"). Now run -: ldapadd -v -x -H ldapi:/// -D 'cn=admin,dc=gnupg,dc=com' \ +: ldapadd -v -x -H ldapi:/// -D 'cn=admin,dc=example,dc=com' \ : -W -f ./newuser.ldif On the password prompt enter the admin's password (not the one of the |