- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP NIS client to Linux NIS server. Password proble...
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
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
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
тАО06-25-2003 12:30 PM
тАО06-25-2003 12:30 PM
HP NIS client to Linux NIS server. Password problems.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2003 01:30 AM
тАО06-27-2003 01:30 AM
Re: HP NIS client to Linux NIS server. Password problems.
According to me u check the following things
1.) Have u propery did the client configuration just check the /etc/rc.connfig.d/namesvrs, do the needful changes for NIS client require
2.)then pls check the /etc/nsswitch.conf file for authentication and host resolution order
if it is file dns nis than pls change order to nis file dns
3.) start the /sbin/init.d/nis.client service
If still the problem occure than i would like know what configuration u did client side
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2003 01:36 AM
тАО06-27-2003 01:36 AM
Re: HP NIS client to Linux NIS server. Password problems.
You probably use the shadow suite on your linux
so when you create the user his password saved in other file (not in /etc/passwd)
Over the NIS you have data from /etc/passwd
but password not! So when you give the password
it can check it.
Check if you use shadow passwords on linux,
in /etc/passwd file all the password field have "*" and not encripted password.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-30-2003 07:09 AM
тАО06-30-2003 07:09 AM
Re: HP NIS client to Linux NIS server. Password problems.
HP-UX uses only the first 8 character in a password. You can type in longer passwords, but only the first 8 characters are used in an untrusted HP-UX system.
For example, the passwd command and login routines would see the following passwords as
"12345678" :
1234567890
12345678xx
12345678
Confirm this in the passwd(1)man page. Also, NIS is not supported on Trusted system on HP-UX.
Hope this helps,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2003 02:32 AM
тАО07-02-2003 02:32 AM
Re: HP NIS client to Linux NIS server. Password problems.
I forgot to mention one point in above my message
After the changing pasorwd on the server you go in to the /var/yp direcotry and update the database through the ypmake command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2003 06:59 AM
тАО07-02-2003 06:59 AM
Re: HP NIS client to Linux NIS server. Password problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2003 06:40 AM
тАО07-10-2003 06:40 AM
Re: HP NIS client to Linux NIS server. Password problems.
I was hoping someone knew of a way around this limitation. Does anyone know which module causes this limitation (maybe dtlogin)? Might there be an upgrade for it? Would LDAP solve this problem, or is the method of authentication irrelevent? The only reason I moved to a Linux NIS server was to remove this limitation. My users find it difficult to remember passwords of exactly 8 chars.
Any suggestions are welcome. Thanks again for your responses.
Kenyon
P.S. Kevin,
I tried to find out which passwd encryption we are using, but am having trouble. I have the module that is called for session authentication, but I can't see how to tell which encryption is being used. For session auth it uses both pam_limits.so and pam_unix.so (both required). Thanks.