Ok...So I am researching FreeBSD and active directory integration, as I have mentioned before:
http://rhyous.com/2010/05/07/connecting-to-active-directory-with-kerberos-on-freebsd/
So it is very simple to setup a kerberos client and get a ticket from Active Directory.
I would assume it would be easy to change FreeBSD to also use kerberos authentication so a user on the kerberos server could log into FreeBSD, but it is not really working.
Since I know the kerberos is setup and working, it is pam and pam_krb5.so that must be the point of failure.
I added debug to the parameters of the lines in /etc/pam.d/sshd but I don't see any extra logging anywhere.
http://rhyous.com/2010/05/07/connecting-to-active-directory-with-kerberos-on-freebsd/
So it is very simple to setup a kerberos client and get a ticket from Active Directory.
I would assume it would be easy to change FreeBSD to also use kerberos authentication so a user on the kerberos server could log into FreeBSD, but it is not really working.
Since I know the kerberos is setup and working, it is pam and pam_krb5.so that must be the point of failure.
I added debug to the parameters of the lines in /etc/pam.d/sshd but I don't see any extra logging anywhere.
- Any good tips on troubleshooting pam?
- I do have the code pulled down, however, I am not sure what process is doing the authentication or what to build and attach gdb to and debug.