yaml indentations should be 2 spaces

This commit is contained in:
rallytime 2015-06-05 11:21:26 -06:00
parent 21b51abf25
commit 70028553c1

View file

@ -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