- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: re: ldap and kerberos, pwget returns nothing
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
09-14-2005 11:27 PM
09-14-2005 11:27 PM
re: ldap and kerberos, pwget returns nothing
I have setup a dummy user on a W2003K AD server.
But when I run pwget -n {username} it returns nothing.
Prior to configuring kerberos, the pwget was returning the login credentials.
confused by this...
any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 12:39 AM
09-15-2005 12:39 AM
Re: re: ldap and kerberos, pwget returns nothing
Also whatt does nsquery passwd "user_name" returns??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 01:39 AM
09-15-2005 01:39 AM
Re: re: ldap and kerberos, pwget returns nothing
# ./nsquery passwd test
Using "files ldap" for the passwd policy.
Searching /etc/passwd for test
test was NOTFOUND
Switch configuration: Allows fallback
Searching ldap for test
This Name Service is currently unavailable
Switch configuration: Allows fallback
All name services have been searched
and the nsswitch.conf looks like-
# /etc/nsswitch.ldap:
#
# An 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 ldap
group: files ldap
hosts: dns [NOTFOUND=return] files ldap
networks: files ldap
protocols: files ldap
rpc: files ldap
publickey: files
netgroup: files ldap
automount: files
aliases: files
services: files ldap
any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 02:03 AM
09-15-2005 02:03 AM
Re: re: ldap and kerberos, pwget returns nothing
if I query a hp-ux login setup (as opposed to one setup on AD server) the output is as follows;
# ./nsquery passwd gsa
Using "files ldap" for the passwd policy.
Searching /etc/passwd for gsa
User name: gsa
User Id: 1591
Group Id: 203
Gecos: Gurcharan Sahota,Unix
Home Directory: /home/gsa
Shell: /usr/bin/ksh
Switch configuration: Terminates Search
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2006 06:24 PM
09-12-2006 06:24 PM
Re: re: ldap and kerberos, pwget returns nothing
I have the exact same problem as you did, cant get any connection to the AD server,
I just wounder if you manage to solve the problem? and in that case how..!
The messege a get when I try:
#/usr/contrib/bin/nsquery passwd edward ldap
Using "ldap" for the passwd policy.
Searching ldap for edward
This Name Service is currently unavailable
Switch configuration: Allows fallback
All name services have been searched
I have checked configs over and over..
:)
I hope you can help me!