X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-console.git/blobdiff_plain/0831546bfd6cbfa9ec41f6e82b28d9a84fcf1cec..6bb64dadcc100b9e89e130c53a34e0f1c645e96f:/server/etc/remctl/acl/invirt-console-server.mako?ds=inline diff --git a/server/etc/remctl/acl/invirt-console-server.mako b/server/etc/remctl/acl/invirt-console-server.mako index f2fffe3..3443721 100644 --- a/server/etc/remctl/acl/invirt-console-server.mako +++ b/server/etc/remctl/acl/invirt-console-server.mako @@ -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