]> git.llucax.com Git - software/pymin.git/blob - services/ppp/templates/pap-secrets
Fix example configuration file for development.
[software/pymin.git] / services / ppp / templates / pap-secrets
1 % for conn in conns.values():
2 ${conn.username} * ${conn.password}
3 % endfor