HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIS+ Root master server question
Operating System - HP-UX
1832574
Members
3586
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
10-31-2001 11:24 AM
10-31-2001 11:24 AM
I have just set up a server as a root master server for nIS+. When I log in as a user, the message "Password does not decrypt secret key for unix.userid@domainname". I still am able to log in. What did I do wrong?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 11:40 AM
10-31-2001 11:40 AM
Solution
Hi Penni,
Take a look at the thread below for more info,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=cc8445d71b3abe000c/screen=ckiDisplayDocument?docId=200000055037864
hope this helps.
thanks
Take a look at the thread below for more info,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=cc8445d71b3abe000c/screen=ckiDisplayDocument?docId=200000055037864
hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 11:58 AM
10-31-2001 11:58 AM
Re: NIS+ Root master server question
Sanjay,
This is very helpful as I didn't see any of this information in the manual (chpt 5 Configuring NIS+) that I am using. However, when I try any of these commands I am getting errors. What am I doing wrong?
$ id
uid=289850(u289850) gid=20(users)
$ nisdefaults
Principal Name : u289850.testsdm.com. (not authenticated)
Domain Name : testsdm.com.
Host Name : usdmltt1.testsdm.com.
Group Name :
Access Rights : ----rmcdr---r---
Time to live : 12:00:00
Search Path : testsdm.com.
$ keylogin
Password:
Could not find unix.289850@testsdm.com's secret key
$ chkey -p
Updating files publickey database.
Reencrypting key for 'unix.289850@testsdm.com'.
Please enter the Secure-RPC password for u289850:
chkey: could not get secret key for 'unix.289850@testsdm.com'
$ nisclient -u
sh: nisclient: not found.
$ /usr/lib/nis/nisclient -u
At the prompt below, type the network password (also known
as the Secure-RPC password) that you obtained either
from your administrator or from running the nispopulate script.
Please enter the Secure-RPC password for u289850:
chkey: could not get secret key for 'unix.289850@testsdm.com'
**ERROR: chkey failed.
The network password that you have entered is invalid.
If this machine was initialized before as a NIS+ client,
please enter the user login password as the network
password.
Or re-type the network password that your administrator
gave you.
Please enter the Secure-RPC password for u289850:
chkey: could not get secret key for 'unix.289850@testsdm.com'
**ERROR: chkey failed again.
Please contact your network administrator to verify your network password.
Or as root...
usdmltt1 # nisaddcred -p 289850 -P u289850.testsdm.com. local
usdmltt1 # nisaddcred -p unix.u289850@testsdm.com -P u289850.testsdm.com. des
Updating key pair for unix.u289850@testsdm.com (u289850.testsdm.com.).
Enter u289850.testsdm.com's root login password:
Retype password:
nisaddcred: error creating credential, NIS+ error: Not found
This is very helpful as I didn't see any of this information in the manual (chpt 5 Configuring NIS+) that I am using. However, when I try any of these commands I am getting errors. What am I doing wrong?
$ id
uid=289850(u289850) gid=20(users)
$ nisdefaults
Principal Name : u289850.testsdm.com. (not authenticated)
Domain Name : testsdm.com.
Host Name : usdmltt1.testsdm.com.
Group Name :
Access Rights : ----rmcdr---r---
Time to live : 12:00:00
Search Path : testsdm.com.
$ keylogin
Password:
Could not find unix.289850@testsdm.com's secret key
$ chkey -p
Updating files publickey database.
Reencrypting key for 'unix.289850@testsdm.com'.
Please enter the Secure-RPC password for u289850:
chkey: could not get secret key for 'unix.289850@testsdm.com'
$ nisclient -u
sh: nisclient: not found.
$ /usr/lib/nis/nisclient -u
At the prompt below, type the network password (also known
as the Secure-RPC password) that you obtained either
from your administrator or from running the nispopulate script.
Please enter the Secure-RPC password for u289850:
chkey: could not get secret key for 'unix.289850@testsdm.com'
**ERROR: chkey failed.
The network password that you have entered is invalid.
If this machine was initialized before as a NIS+ client,
please enter the user login password as the network
password.
Or re-type the network password that your administrator
gave you.
Please enter the Secure-RPC password for u289850:
chkey: could not get secret key for 'unix.289850@testsdm.com'
**ERROR: chkey failed again.
Please contact your network administrator to verify your network password.
Or as root...
usdmltt1 # nisaddcred -p 289850 -P u289850.testsdm.com. local
usdmltt1 # nisaddcred -p unix.u289850@testsdm.com -P u289850.testsdm.com. des
Updating key pair for unix.u289850@testsdm.com (u289850.testsdm.com.).
Enter u289850.testsdm.com's root login password:
Retype password:
nisaddcred: error creating credential, NIS+ error: Not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 12:05 PM
10-31-2001 12:05 PM
Re: NIS+ Root master server question
Sanjay,
I got it to work fo a specific user. Since this will be a new implementation, do all the users have to do this procedure or can I as root set this?
I got it to work fo a specific user. Since this will be a new implementation, do all the users have to do this procedure or can I as root set this?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP