Operating System - HP-UX
1823070 Members
3166 Online
109645 Solutions
New Discussion юеВ

nscd daemon for hp-ux 11.11

 
sfgroups
Advisor

nscd daemon for hp-ux 11.11

Hi,


We are going to implement LDAP authentication for our HP 11.11 UNIX servers. In Solaris we use nscd process to caching.

Can I use the same process in HP-UX also? Some where I found pwgrd reference, is this process change username & password from ldap?

Thanks
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: nscd daemon for hp-ux 11.11

Shalom,

I recommend the ldap-ux client.
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4269AA
Notes
http://docs.hp.com/en/J4269-90045/ch01s01.html
http://docs.hp.com/en/J4269-90016/ch02s07.html
ADS stuff
http://docs.hp.com/en/J4269-90039/ch03s03.html

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Don Mallory
Trusted Contributor

Re: nscd daemon for hp-ux 11.11

Yes, pwgrd is just like the ncsd daemon (used in Linux too). It's usually installed by default and is controlled by /etc/rc.config.d/pwgr. Your options are, On, and Off.

It is used as PART of the LDAP client processes, however it's not the whole soution.

There are more than a few whitepapers and document references. The link below will get you started:

http://docs.hp.com/en/internet.html#LDAP-UX%20Integration

Also note, if you are planning on using Kerberos, there's a whole lot more there.


For use with Samba:
http://docs.hp.com/en/5523/wp-SettingUpSambainanLDAPEnvironment.pdf

Enhanced AutoFS and LDAP:
http://docs.hp.com/en/B1031-90059/B1031-90059.pdf

Those should get you started.

Pay attention to the pam_authz stuff as well.

Good luck,
Don