mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
[doc] Alignement fix on external_auth documentation
This commit is contained in:
parent
36263405be
commit
21b51abf25
1 changed files with 6 additions and 6 deletions
|
@ -195,15 +195,15 @@ membership. Then the following LDAP quey is executed:
|
|||
external_auth:
|
||||
ldap:
|
||||
test_ldap_user:
|
||||
- '*':
|
||||
- test.ping
|
||||
- '*':
|
||||
- test.ping
|
||||
|
||||
To configure an LDAP group, append a ``%`` to the ID:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
external_auth:
|
||||
ldap:
|
||||
test_ldap_group%:
|
||||
- '*':
|
||||
- test.echo
|
||||
ldap:
|
||||
test_ldap_group%:
|
||||
- '*':
|
||||
- test.echo
|
||||
|
|
Loading…
Add table
Reference in a new issue