Kerberos V setup on Solaris 9

2007-12-25 5:50:00

Hi Gurus,
I have been asked to setup Master kerberos and change all passwd to
kerberized ones. I am new to Kerbros.
I have setup a Kerberos Master Server V on Solaris 9, created admin
principal by following instructions on the web site
http://www.ornl.gov/~jar/HowToKerb.html#Configure
Now i need to kerberize passwd for which i did following:
1) edit /etc/passwd and /etc/shadow file and changed the second field to
KRB for one of the user.

/etc/passwd
guest:KRB:17349:140:Guest user,:/home/guest:/bin/csh

/etc/shadow
guest:KRB:13193::::::

2) edit /etc/pam.conf to support ssh kerberose.
/etc/pam.conf
sshd auth sufficient /usr/lib/security/pam_krb5.so.1
try_first_pass
sshd auth required /usr/lib/security/pam_unix_auth.so.

When i try to login it doesn't let me in. it seems i am missing
something. can anyone help me in resloving this please?
Also i need to take the bakcup of Kerberos DB so that if server fails. I
can setup other server and import this DB and bring up there besides slave.
Any help is greatly appreciated.
Best Regards
shahb

Comments

Got something to say?

You must be logged in to post a comment.