Operating System - HP-UX
1831496 Members
3500 Online
110025 Solutions
New Discussion

Re: LDAP-UX Authentication

 
Jason Tan
Advisor

LDAP-UX Authentication

Is there a way to configure LDAP-UX client to use authentication only instead of full directory feature ?
smtan
10 REPLIES 10
Steve Steel
Honored Contributor

Re: LDAP-UX Authentication

Hi


See

http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4269AA

and

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

Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Jason Tan
Advisor

Re: LDAP-UX Authentication

I did look through all the documentation before. However, what i want is to configure the LDAP-UX client to use authentication from the LDAP server only, not all the directory feature.

I able to configure our linux machine to use password from the LDAP server, however the configuration between LDAP-UX Client and Linux PAM is so much different.
smtan
Bob Neal-Joslin
Trusted Contributor

Re: LDAP-UX Authentication

If I understand your request, simply follow the steps defined in the documentation for configuring the LDAP-UX product. However, when the step suggests adding "ldap" to the /etc/nsswitch.conf file, skip that step. But do add pam_ldap to the pam.conf file. If this isn't enough information, let me know.

Bob


Steven E. Protter
Exalted Contributor

Re: LDAP-UX Authentication

Linux Server setup:
http://www.direct-to-linux.com/TUTORIALS/LinuxTutorialLDAP.html

http://www.tldp.org/HOWTO/LDAP-HOWTO/

http://www.metaconsultancy.com/whitepapers/ldap-linux.htm

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
Bhaskar Regmi
Occasional Advisor

Re: LDAP-UX Authentication

Only for user authentication, LDAP-UX is not a option. Better use pam_ldap from PADL, then configuration is similar to Linux box.

Bhaskar
Bob Neal-Joslin
Trusted Contributor

Re: LDAP-UX Authentication

Yes, you can use LDAP-UX. Please see my reply to "pam_ldap for user authentication only"
Jason Tan
Advisor

Re: LDAP-UX Authentication

thanks for all the reply, i might try the LDAP-UX client method before i re-compile the PAM module.
smtan
Bhaskar Regmi
Occasional Advisor

Re: LDAP-UX Authentication

If you can get the profile from LDAP server, the LDAP-UX client authentication should be no problem.

In my case I cannot create profile on the LDAP directory. Without profile, I do not know how to configure LDAP-UX for authentication.

Bob, can you share some sample configurations.
Your help is highly appreciated.

Thanks
Bhaskar
Jason Tan
Advisor

Re: LDAP-UX Authentication

Hi Bhaskar Regmi,

i have the exact scenario as you here as i cannot create profile in LDAP as well. The LDAP server is not belong to us.

smtan
Bob Neal-Joslin
Trusted Contributor

Re: LDAP-UX Authentication

See the reply under "pam_ldap for user authentication only" for information about creating a profile without storing it in the directory server.