Lines Matching refs:service
80 # Note, this next section is adding various service principals local to
86 # kadmin/ktadd to add the service principal to the /etc/krb5/krb5.keytab
111 for service in $services
115 # add service to KDC's keytab
116 kadmin.local -q "addprinc -randkey $service/$fqdn"
117 kadmin.local -q "ktadd $service/$fqdn"
118 print "Added $service/$fqdn to /etc/krb5/krb5.keytab"
120 # add service to $host's keytab
121 kadmin.local -q "addprinc -randkey $service/$host"
122 kadmin.local -q "ktadd -k $hostkeytab $service/$host"
123 print "\nAdded $service/$host to $hostkeytab"
138 # Optional, Add service principals on KDC
188 Error, the gss service did not start. You will not be able to do nfssec with sec=krb5*