fix copy paste bug in documentation for ldap auth

This closes #2837.

Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
David Savage 2018-07-03 14:52:17 +01:00 committed by Aldrin Piri
parent d3222b85ab
commit f8b1ae6d3f
No known key found for this signature in database
GPG Key ID: 531AEBAA4CFE5D00
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ volume to provide certificates on the host system to the container instance.
docker run --name nifi \
-v /User/dreynolds/certs/localhost:/opt/certs \
-p 8443:8443 \
-e AUTH=tls \
-e AUTH=ldap \
-e KEYSTORE_PATH=/opt/certs/keystore.jks \
-e KEYSTORE_TYPE=JKS \
-e KEYSTORE_PASSWORD=QKZv1hSWAFQYZ+WU1jjF5ank+l4igeOfQRp+OSbkkrs \