|
|
|
|
|
|
|
|
{%- for auth, users in cfg_master['external_auth']|dictsort %} |
|
|
{%- for auth, users in cfg_master['external_auth']|dictsort %} |
|
|
{{ auth }}: |
|
|
{{ auth }}: |
|
|
{%- for user, commands in users.items() %} |
|
|
{%- for user, commands in users.items() %} |
|
|
|
|
|
{%- if user.startswith('^') %} |
|
|
|
|
|
{{ user }}: {% raw %}'{% endraw %}{{ commands }}{% raw %}'{% endraw %} |
|
|
|
|
|
{%- else %} |
|
|
{{ user }}: |
|
|
{{ user }}: |
|
|
{%- for command in commands %} |
|
|
{%- for command in commands %} |
|
|
{%- if command is mapping %} |
|
|
{%- if command is mapping %} |
|
|
|
|
|
|
|
|
- {% raw %}'{% endraw %}{{ command }}{% raw %}'{% endraw %} |
|
|
- {% raw %}'{% endraw %}{{ command }}{% raw %}'{% endraw %} |
|
|
{%- endif %} |
|
|
{%- endif %} |
|
|
{%- endfor -%} |
|
|
{%- endfor -%} |
|
|
|
|
|
{%- endif %} |
|
|
{%- endfor -%} |
|
|
{%- endfor -%} |
|
|
{%- endfor -%} |
|
|
{%- endfor -%} |
|
|
{%- endif %} |
|
|
{%- endif %} |