- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LDAP problem - Cannot log on to client system
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
11-15-2005 10:43 PM
11-15-2005 10:43 PM
LDAP problem - Cannot log on to client system
I installed Netscape Directory Server 6 on HPUX machine.
"nsquery passwd" shows that ldap is searched, but username is not found although it is in directory (ldapsearch found the results).
So, I'm not sure what is the problem here. Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 11:21 PM
11-15-2005 11:21 PM
Re: LDAP problem - Cannot log on to client system
nsquery passwd "user_name"
I do not know if nsqueyry supports ldap or not. Then command would have been
nsquery passwd "user_name" "ldap"
Have you corretly configured nsswitch.conf file and is readable to all??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 07:13 PM
11-16-2005 07:13 PM
Re: LDAP problem - Cannot log on to client system
Using "ldap" for the passwd policy.
Searching ldap for mini
mini was NOTFOUND
Switch configuration: Allows fallback
All name services have been searched
And I have this in nsswitch.conf:
passwd: files ldap
group: files ldap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 07:19 PM
11-16-2005 07:19 PM
Re: LDAP problem - Cannot log on to client system
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 09:39 PM
11-16-2005 09:39 PM
Re: LDAP problem - Cannot log on to client system
I have these troubles:
Setup fails with this:
PFMERR 41: Can't download Profile Entry from Directory Server!
retcode: 0
Try to run /opt/ldapux/config/get_profile_entry -s nss
When I try that, I get this:
PFMERR 5: Downloading profile entry failed!
"ldapsearch" gives no results, but doesn't report any errors either.
I've also attached the result of "display_profile_cache". Is passwd supposed to be *NULL*?
I'm starting to feel lost right now. :-(