NIFI-672: Fixed typo in Admin Guide

This commit is contained in:
Mark Payne 2015-06-22 12:50:17 -04:00
parent 5d8bfa7c80
commit 77a0561bc0
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ Here is an example entry using the name John Smith:
----
<users>
<user dn="[cn=John Smith,ou=people,dc=example,dc=com]">
<user dn="cn=John Smith,ou=people,dc=example,dc=com">
<role name="ROLE_ADMIN"/>
</user>
</users>