Add KDC to sea.fudo.org (for testing...for now)
This commit is contained in:
@@ -8,5 +8,8 @@ let
|
||||
let domain-name = entities.hosts."${hostname}".domain;
|
||||
in entities.domains."${domain-name}";
|
||||
getHostRealm = hostname: (getHostDomain hostname).gssapi-realm;
|
||||
getHostFqdn = hostname:
|
||||
let hostDomain = entities.hosts."${hostname}".domain;
|
||||
in "${hostname}.${hostDomain}";
|
||||
|
||||
in { inherit getHostSite getHostDomain getHostRealm; }
|
||||
in { inherit getHostSite getHostDomain getHostRealm getHostFqdn; }
|
||||
|
||||
Reference in New Issue
Block a user