config.{authn[0] => kerberos}.realm
[invirt/packages/invirt-console.git] / server / etc / remctl / acl / invirt-console-server.mako
index f2fffe3..3443721 100644 (file)
@@ -1,4 +1,4 @@
 <% from invirt.config import structs as cfg %>\
 % for h in cfg.hosts:
-host/${h.hostname}@${cfg.authn[0].realm}
+host/${h.hostname}@${cfg.kerberos.realm}
 % endfor