hi all,
I am doing pam_krb5 auth on linux so that user can get
authenticated from the ADS.
well i installed almost every thing like 
pam_krb5-2.0.5-1,krb5-workstation-1.3-6,
checkpassword-pam-0.98-1.
well config files look like this :- 

"/etc/pam.d/qmail-pop3d"
#========================
auth           required        pam_nologin.so
auth            required       
/lib/security/pam_krb5.so     shadow  nullok
account         required       
/lib/security/pam_pwdb.so
account         required       
/lib/security/pam_stack.so    service=system-auth
session         required       
/lib/security/pam_stack.so    service=system-auth
#===============

"/etc/pam.d/login"
===========================
auth    required        /lib/security/pam_securetty.so
auth    required        /lib/security/pam_nologin.so
auth    sufficient      /lib/security/pam_unix.so
shadow md5 nullok likeauth
auth    required        /lib/security/pam_krb5.so
use_first_pass

account required        /lib/security/pam_unix.so

password        required       
/lib/security/pam_cracklib.so
password        required       
/lib/security/pam_unix.so shadow md5 nullok
use_authtok

session required        /lib/security/pam_unix.so
session optional        /lib/security/pam_krb5.so
session optional        /lib/security/pam_console.so

#========================

well  i am getting following error in "messages", when
some one tries to login through the pop3 does any one
heared about this error ??

Dec 27 16:06:46 in sshd[27548]: PAM unable to
dlopen(/lib/security/pam_krb5.so)
Dec 27 16:06:46 in sshd[27548]: PAM [dlerror:
libkrbafs.so.0: cannot open shared object file: No
such file or directory]
Dec 27 16:06:46 in sshd[27548]: PAM adding faulty
module: /lib/security/pam_krb5.so

well when i do kinit [EMAIL PROTECTED]
is works well user also gets authenticated so the
Kerberos authentication is working fine, as i am able
to see logs at ADS i think some thing is wrong with
PAM
well if any one has seen this or solved this please
give pointers and link on that !
Thanks in Adv.
Dhanraj Sheth
[EMAIL PROTECTED]



                
__________________________________ 
Do you Yahoo!? 
Send a seasonal email greeting and help others. Do good. 
http://celebrity.mail.yahoo.com

_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to