mirror of https://github.com/apache/nifi.git
NIFI-672: Fixed typo in Admin Guide
This commit is contained in:
parent
5d8bfa7c80
commit
77a0561bc0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue