Lines Matching refs:service
28 service/security/kerberos-5 \
83 # Note, this next section is adding various service principals local to
89 # kadmin/ktadd to add the service principal to the /etc/krb5/krb5.keytab
114 for service in $services
118 # add service to KDC's keytab
119 kadmin.local -q "addprinc -randkey $service/$fqdn"
120 kadmin.local -q "ktadd $service/$fqdn"
121 print "Added $service/$fqdn to /etc/krb5/krb5.keytab"
123 # add service to $host's keytab
124 kadmin.local -q "addprinc -randkey $service/$host"
125 kadmin.local -q "ktadd -k $hostkeytab $service/$host"
126 print "\nAdded $service/$host to $hostkeytab"
141 # Optional, Add service principals on KDC
217 Error, the gss service did not start. You will not be able to do nfssec with sec=krb5*