- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIS+ users can not login from CDE
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-22-2000 09:08 AM
08-22-2000 09:08 AM
NIS+ users can not login from CDE
I used dr_dt to check the CDE login, it seems OK no error exist.
Can anyone help me to solve the problem?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 09:22 AM
08-22-2000 09:22 AM
Re: NIS+ users can not login from CDE
group: compat. That is going to replace the old + + in the /etc/passwd and /etc/group files.
And one more question: Do users have a home directory inyour box? (local or NFS remote)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 09:25 AM
08-22-2000 09:25 AM
Re: NIS+ users can not login from CDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 10:16 AM
08-22-2000 10:16 AM
Re: NIS+ users can not login from CDE
No, I did not use the nsswitch.compat. I copied nsswitch.nisplus to the nsswitch.conf.
And the nsswitch.compat is using NIS not the NIS+, in our network we use NIS+.
The user have HOME. I can use su - uid to get into it's home after I login as root in the CDE.
Chris:
But how to update the .dtprofile file.There is no errors In the Xerrors file.And I the web page not found.
Thanks for your reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 11:15 AM
08-22-2000 11:15 AM
Re: NIS+ users can not login from CDE
I am not sure, but I would give it a try with compat version as well.
If everything is ok, a silly question: are those user name in the maps (database) file?
Try ypcat (see man ypcat for nisplus). For nis is working as:
in client side: ypcat passwd_map |grep username. Is it working?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 11:29 PM
08-22-2000 11:29 PM
Re: NIS+ users can not login from CDE
If you create a non root local user can they log in ?
Edit a users .dtprofile :
add : set -x at the end.
logout as root and then back in as the user. Check $HOME/.dt/startlog for clues afterwards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2000 12:09 PM
08-23-2000 12:09 PM
Re: NIS+ users can not login from CDE
I did not use yppush. because we are using NIS+ server.
I add a local user, and it can login from the CDE. But I can't find any clues on the startlog file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2000 03:04 PM
08-23-2000 03:04 PM
Re: NIS+ users can not login from CDE
But still can not login the NIS+ users. Only local user can login.