
Step one in an AFS cell is getting kerberos working. This does not provide end-to-end KDC management - the realm still needs to be created by hand. Change-Id: I891d784d676ab79e7aca9c883dd9e705a30db6e5
4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
<% @kdcs.each do |kdc| -%>
|
|
host/<%= kdc %>@<%= @realm %>
|
|
<% end -%>
|