[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:network_services:kerberizing_slackware_without_pam [2015/11/28 03:28 (UTC)] jamesaxlhowtos:network_services:kerberizing_slackware_without_pam [2015/11/28 03:30 (UTC)] jamesaxl
Line 157: Line 157:
 </code> </code>
 **4.** Add host principal, and extract host principal to /etc/krb5.keytab using kadmin and admin principal: **4.** Add host principal, and extract host principal to /etc/krb5.keytab using kadmin and admin principal:
-<ode># kadmin -p krb5adminprinc/admin+<code># kadmin -p krb5adminprinc/admin
 kadmin: ank -randkey host/fully.qualified.domain.name kadmin: ank -randkey host/fully.qualified.domain.name
 kadmin: xst -k /etc/krb5.keytab host/fully.qualified.domain.name kadmin: xst -k /etc/krb5.keytab host/fully.qualified.domain.name
 howtos:network_services:kerberizing_slackware_without_pam ()