Files
ols-ucentral-schema/renderer/templates/eap_users.uc
Jo-Philipp Wich 34a15d4086 renderer: add infrastructure for writing non-uci files
- Introduce a "files" helper and pass it to the render template context
 - Convert the EAP user file printing into a template operation
 - Display staged files in selftest.sh
 - Write staged files in ucentral.uc

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-06-28 09:09:19 +02:00

5 lines
104 B
Ucode

{% for (let user in users): %}
"{{ user.user_name }}" PWD "{{ user.password }}"
{% endfor %}
* TLS,TTLS