Operating System - HP-UX
1825766 Members
2092 Online
109687 Solutions
New Discussion

LDAP-UX with Window2003 AD

 
shabash
Frequent Advisor

LDAP-UX with Window2003 AD

i have configured LDAP-ux with window 2003 AD.

After LDAP-UX Client Services setup complete.

Then
cp /etc/pam.conf /etc/pam.backup
cp /etc/pam.ldap /etc/pam.conf

i have tested Administrator user which i used in whole configuration setup of ldapux.

the user is not able to show in nsquery.
***************************************
# nsquery passwd Administrator ldap

Using "ldap" for the passwd policy.

Searching ldap for Administrator
Administrator was NOTFOUND

Switch configuration: Allows fallback
*******************************************
i have also follow LDAPux client service administration guide.

any one help?any thing missing?

my /etc/nsswitch.conf
**********************
n example file that could be copied over to /etc/nsswitch.conf. It

# uses LDAP (Lightweight Directory Access Protocol) in conjunction with

# dns & files.

#


passwd:files [NOTFOUND=continue] ldap
passwd: files ldap

group: files ldap



hosts: files [NOTFOUND=continue] dns [NOTFOUND=continue] ldap

networks: files ldap

protocols: files ldap

rpc: files ldap

publickey: files

netgroup: files ldap

automount: files

aliases: files

services: files ldap
*********************************

my /etc/pam.conf file
**********
file is attached
5 REPLIES 5
Shibin_2
Honored Contributor

Re: LDAP-UX with Window2003 AD

I am not an expert in LDAP. Your pam.conf must be the culprit. Please review it.
Regards
Shibin
Shibin_2
Honored Contributor

Re: LDAP-UX with Window2003 AD

shabash
Frequent Advisor

Re: LDAP-UX with Window2003 AD

i have go through all the threads which you provided,it some how confirm my initial settings to be working fine but still unable to login from user created on AD window 2003.

previously ldap setup i used Administrator as in all places including DN and proxy user.

Now as per link
http://h30499.www3.hp.com/t5/System-Administration/LDAPUX-client-and-not-going-to-the-AD-server/m-p/5213247#M465178


the tests i have check on test number 2 SSL giving error.
rest all working fine.
********************************
SSL initialization failed: error -8174 (security library: bad database.)
**********************************

how i configure SSL keys in /etc/opt/ldapux.

i have follow the link but unable to got it
http://h30499.www3.hp.com/t5/General/ldappasswd-issue-on-HPUX-11i-v1/m-p/5229965#M177300


Also the user which i used is Administrator which still unable to login and by running command
**************************************
# /usr/contrib/bin/nsquery passwd Administrator

Using "files [NOTFOUND=continue] ldap" for the passwd policy.

Searching /etc/passwd for Administrator
Administrator was NOTFOUND

Switch configuration: Allows fallback

Searching ldap for Administrator
Administrator was NOTFOUND

Switch configuration: Allows fallback

All name services have been searched
***************************************
***********************************
# /opt/ldapux/bin/ldapcfinfo -t passwd
INFO: CFI_CONFIG_SUCCESS:
"passwd" service appears properly configured for LDAP-UX operation.
#
**********************************
/opt/ldapux/config/ldap_proxy_config -v show
File Credentials verified - valid
**************************************

Also
/opt/ldapux/config/display_profile_cache | more

Find the attached output for above command.

any one help???

Steven E. Protter
Exalted Contributor

Re: LDAP-UX with Window2003 AD

Shalom,

Make sure the Windows AD server is Release 2.

ldap-ux/Windows Integration never worked right on the initial server release.

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
shabash
Frequent Advisor

Re: LDAP-UX with Window2003 AD

The window AD is already R2 release OS.