Operating System - HP-UX
1826428 Members
3890 Online
109692 Solutions
New Discussion

Re: Windows 2003 Authentication

 
UxBoD
Frequent Advisor

Windows 2003 Authentication

Hi,

I am having real problems in setting up authentication via A/D. I am running 11iv2 and have installed CIFS client, KRB5 client and LDAP/UX. I have successfully performed a net join to our AD and it has created the computer object. I have put in place the default pam.krb5 to pam.conf, but when I try and login it asks for the password and then system password. If I enter my AD one first, and then the actual Unix one I can log in fine. What do I need to change so that it will purely use just the AD password ?
4 REPLIES 4
UxBoD
Frequent Advisor

Re: Windows 2003 Authentication

Okay. I have read a lot of posts about this and have tried different things but still cannot get single login to work.

If I connect using smbclient it authenticates okay :-

/opt/samba/bin/smbclient //RUADC001/C$ -U uxbod

If I run :-

pamkrbval -a pa64 -v

the only thing it complains about is the keytab entry missing. Though from what I have read if you use /etc/passwd and just want it to validate the password via A/D the keytab is not required.

Please help :)
UxBoD
Frequent Advisor

Re: Windows 2003 Authentication

If I run kinit and my user id it accepts the password fine, and lists the ticket okay when I run klist.
UxBoD
Frequent Advisor

Re: Windows 2003 Authentication

Problem was with not using FQDN.
UxBoD
Frequent Advisor

Re: Windows 2003 Authentication

Solved