- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ldap integration/name service configuration
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
08-19-2004 08:16 PM
08-19-2004 08:16 PM
ldap integration/name service configuration
I have configured HPUX ldap integration to talk to Novell eDirectory. As far as the configuration is concerned, it is fine and working as I'm able to download the profiles from the ldap directory.
But a lookup for any user fails.
If we do a nsquery passwd username, the following error "This Name Service is currently unavailable" is put on the stdout. the order for passwd in nsswithc.conf is
=============================================
# nsquery passwd testuser
Using "files ldap" for the passwd policy.
Searching /etc/passwd for testuser
testuser was NOTFOUND
Switch configuration: Allows fallback
Searching ldap for testuser
This Name Service is currently unavailable
Switch configuration: Allows fallback
All name services have been searched
===========================================
Thanks
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 01:43 AM
11-10-2004 01:43 AM
Re: ldap integration/name service configuration
Hello Jerome,
I have exactly same problem..
---------------------------
euxte2{root}# nsquery passwd don
Using "files ldap" for the passwd policy.
Searching /etc/passwd for don
don was NOTFOUND
Switch configuration: Allows fallback
Searching ldap for don
This Name Service is currently unavailable
Switch configuration: Allows fallback
All name services have been searched
---------------------------------------
Did you find a solution or work arround ?
thanks .
Jgg.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 05:21 AM
11-15-2004 05:21 AM
Re: ldap integration/name service configuration
"This Name Service is currently unavailable".
But i think i can help you with your error.
When you get the "This Name Service is currently unavailable" error that means that 1: Your ldapclientd is not running or 2: Your proxy user is not connecting to the LDAP db properly. So start there.
I'm connecting to the db but i can't seem to get it to find any users. the only thing i seem to be able to find is the configuration profile. I'm sure it's OE, but i can't seem to find it.
Anyway, Hope i helped a little.
BOB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 03:42 AM
11-16-2004 03:42 AM
Re: ldap integration/name service configuration
In fact my problem was a certificat problem , because I configured ldap.conf with ssl connection to the db.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 09:42 PM
11-22-2004 09:42 PM
Re: ldap integration/name service configuration
I had to install random product :
HP-UX Strong Random Number Generator for hpux11.i
I found it in :
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=KRNG11I
And after my ldap by ssl request had better.
Jgg.