config.{authn[0] => kerberos}.realm
[invirt/packages/invirt-console.git] / server / etc / remctl / acl / invirt-console-server.mako
1 <% from invirt.config import structs as cfg %>\
2 % for h in cfg.hosts:
3 host/${h.hostname}@${cfg.kerberos.realm}
4 % endfor