Integrate Logins with HP CIFS Server, HP-UX, and Windows 2003R2/2008
31
Step 3 – Edit ldapux_client.conf
Edit /etc/opt/ldapux/ldapux_client.conf to uncomment “password_as=”x”. This allows Secure
Internet Services Telnet logins to work using Kerberos.
Step 4 – Edit nsswitch.conf
Edit /etc/nsswitch.conf to include ldap for users and groups (passwd and group):
passwd: files ldap
group: files ldap
hosts: files dns
ipnodes: files
services: files
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files
Step 5 – Test for Active Directory Users
Edit the CIFS/Samba username.map file to remove the “buffy = buffy” line that was added earlier.
Edit /etc/passwd to remove the buffy user. Now use local HP-UX tools to validate that buffy has the
UID assigned from the Active Directory, and that other users and groups resolve correctly.
# id buffy
uid=10000(buffy) gid=10000(scoobies)
#










