HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LDAP/UX Integrations
Operating System - HP-UX
1830009
Members
1704
Online
109998
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 11:43 AM
04-16-2003 11:43 AM
LDAP/UX Integrations
Hey all you LDAP guru's. I am attempting (feebly) to set up the Netscape Directory Server 6.x and use the LDAP/UX Integration package. What I am discovering is the documentation for making this work seems to be somewhat disjointed. Or at least I think they are. Here are the steps I have done so far.
1. swinstall the NDS depot
2. run setup for NDS depot
3. select my DN to be o=dolgen.com (our internal domain)
4. Installed the LDAP/UX client services.
5. Run the Setup for LDAP/UX
6. Migrate /etc/passwd to paswd.out
7. ldapmodify the paswd.out file into the directory.
However, step 7 always fails. I can go in the startconsole and enter a user no problem, but when I try to run the ldapmodify it bombs out. Here is the command I am running:
/opt/ldapux/bin/ldapmodify -v -a -c -D "cn=manager, o=dolgen.com" -w ****** -h ipl3k01 -p 389 -f pwd.out
It produces the following output:
ldap_init( ipl3k01, 389 )
ldap_bind: No such object
ldap_bind: matched: o=dolgen.com
What am I doing wrong? I don't have a clue what the No such object is even referring to.
Thanks in advance!
Eric
1. swinstall the NDS depot
2. run setup for NDS depot
3. select my DN to be o=dolgen.com (our internal domain)
4. Installed the LDAP/UX client services.
5. Run the Setup for LDAP/UX
6. Migrate /etc/passwd to paswd.out
7. ldapmodify the paswd.out file into the directory.
However, step 7 always fails. I can go in the startconsole and enter a user no problem, but when I try to run the ldapmodify it bombs out. Here is the command I am running:
/opt/ldapux/bin/ldapmodify -v -a -c -D "cn=manager, o=dolgen.com" -w ****** -h ipl3k01 -p 389 -f pwd.out
It produces the following output:
ldap_init( ipl3k01, 389 )
ldap_bind: No such object
ldap_bind: matched: o=dolgen.com
What am I doing wrong? I don't have a clue what the No such object is even referring to.
Thanks in advance!
Eric
Time is not a test of the truth.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 02:32 PM
04-16-2003 02:32 PM
Re: LDAP/UX Integrations
Here is a manual on the subject. Perhaps it will provide you and alternative, or at least get you better error messaging.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063237765
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063324246
You might be able to talk to a support specialist at the below link who has access to the internal HP database. Worth a shot right?
http://www1.itrc.hp.com/service/cki/navigate.do?list=en&page=2#WCSSanchor
itrc search page is down. That's where I'd go to find an alternative install procedure.
SEP
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063237765
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063324246
You might be able to talk to a support specialist at the below link who has access to the internal HP database. Worth a shot right?
http://www1.itrc.hp.com/service/cki/navigate.do?list=en&page=2#WCSSanchor
itrc search page is down. That's where I'd go to find an alternative install procedure.
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 05:46 AM
04-17-2003 05:46 AM
Re: LDAP/UX Integrations
Steven,
Thanks for the links. I ended up getting frustrated and finally logged a support call w/ HP. It turns out I had everything correct, except for what I was using for my Bind DN.
I was under the impression that I had to include my organization in the syntax for the DN. Apparently the 'root' user for LDAP doesn't belong to my Org, but belongs at the root of the entire directory.
So I changed -D "cn=manager, o=dolgen.com" to -D cn=manager and everything worked just fine after that.
Thanks for the links. I ended up getting frustrated and finally logged a support call w/ HP. It turns out I had everything correct, except for what I was using for my Bind DN.
I was under the impression that I had to include my organization in the syntax for the DN. Apparently the 'root' user for LDAP doesn't belong to my Org, but belongs at the root of the entire directory.
So I changed -D "cn=manager, o=dolgen.com" to -D cn=manager and everything worked just fine after that.
Time is not a test of the truth.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP