Account' UserID not matched (after NIS installed) [closed] Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Come Celebrate our 10 Year Anniversary!Copying Windows 2003 local accountsNIS user not being added to NIS groupGroup membership not transferred from server to clientHow to have logs about users logins/logouts in a NIS server?One of my NIS users can't login - why?NIS netgroup map empty for nis clientHow can I change passwords on a Linux NIS master?Root denied login if networking down (on NIS/YP environment)nobody user/group with NIS/NFSOverwriting /etc/ Files between two servers
Random body shuffle every night—can we still function?
As Singapore Airlines (Krisflyer) Gold, can I bring my family into the lounge on a domestic Virgin Australia flight?
Can the Flaming Sphere spell be rammed into multiple Tiny creatures that are in the same 5-foot square?
Why weren't discrete x86 CPUs ever used in game hardware?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
Crossing US/Canada Border for less than 24 hours
What does Turing mean by this statement?
How could we fake a moon landing now?
AppleTVs create a chatty alternate WiFi network
Dynamic filling of a region of a polar plot
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
Did any compiler fully use 80-bit floating point?
What makes a man succeed?
Can a sorcerer use careful spell on himself?
A term for a woman complaining about things/begging in a cute/childish way
preposition before coffee
What would you call this weird metallic apparatus that allows you to lift people?
What order were files/directories output in dir?
How to compare two different files line by line in unix?
If Windows 7 doesn't support WSL, then what is "Subsystem for UNIX-based Applications"?
Lagrange four-squares theorem --- deterministic complexity
Why are my pictures showing a dark band on one edge?
What initially awakened the Balrog?
Tannaka duality for semisimple groups
Account' UserID not matched (after NIS installed) [closed]
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Copying Windows 2003 local accountsNIS user not being added to NIS groupGroup membership not transferred from server to clientHow to have logs about users logins/logouts in a NIS server?One of my NIS users can't login - why?NIS netgroup map empty for nis clientHow can I change passwords on a Linux NIS master?Root denied login if networking down (on NIS/YP environment)nobody user/group with NIS/NFSOverwriting /etc/ Files between two servers
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I've just built the NIS system between server A and server B.
In my case, A is the server-side and B acts as the client-side.
After creating an account on A and updating the database (execute the Makefile), I use the account to log into B.
However, the name displayed on the terminal does not match the account I am using...
A:~$ adduser test
local:~$ ssh test@ip.address
different_name@B:~$ # this is supposed to be test@B:~$
I also check the status with who and whoami on server B but get a strange outcome...
# who
test pts/2 2019-04-14 16:31 (ip.address)
# whoami
different_name
Besides, I add +:::::: to the end of /etc/passwd, +::: to the end of /etc/group, and +:::::::: to the end of /etc/shadow.
Any hints on to fix this would be greatly appreciated.
Thanks!
linux user-accounts nis
New contributor
closed as off-topic by Sven♦ Apr 14 at 9:07
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Sven
add a comment |
I've just built the NIS system between server A and server B.
In my case, A is the server-side and B acts as the client-side.
After creating an account on A and updating the database (execute the Makefile), I use the account to log into B.
However, the name displayed on the terminal does not match the account I am using...
A:~$ adduser test
local:~$ ssh test@ip.address
different_name@B:~$ # this is supposed to be test@B:~$
I also check the status with who and whoami on server B but get a strange outcome...
# who
test pts/2 2019-04-14 16:31 (ip.address)
# whoami
different_name
Besides, I add +:::::: to the end of /etc/passwd, +::: to the end of /etc/group, and +:::::::: to the end of /etc/shadow.
Any hints on to fix this would be greatly appreciated.
Thanks!
linux user-accounts nis
New contributor
closed as off-topic by Sven♦ Apr 14 at 9:07
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Sven
The best hint to fix NIS in 2019 is to NOT use NIS. It's severely outdated and should have died long ago. That said, you would need to show us your actual config to be able to help you.
– Sven♦
Apr 14 at 9:07
Like LDAP? Actually, I'm not very familiar with the technics. What should I enter to get the config? Thanks
– weijchen0919
Apr 14 at 9:21
add a comment |
I've just built the NIS system between server A and server B.
In my case, A is the server-side and B acts as the client-side.
After creating an account on A and updating the database (execute the Makefile), I use the account to log into B.
However, the name displayed on the terminal does not match the account I am using...
A:~$ adduser test
local:~$ ssh test@ip.address
different_name@B:~$ # this is supposed to be test@B:~$
I also check the status with who and whoami on server B but get a strange outcome...
# who
test pts/2 2019-04-14 16:31 (ip.address)
# whoami
different_name
Besides, I add +:::::: to the end of /etc/passwd, +::: to the end of /etc/group, and +:::::::: to the end of /etc/shadow.
Any hints on to fix this would be greatly appreciated.
Thanks!
linux user-accounts nis
New contributor
I've just built the NIS system between server A and server B.
In my case, A is the server-side and B acts as the client-side.
After creating an account on A and updating the database (execute the Makefile), I use the account to log into B.
However, the name displayed on the terminal does not match the account I am using...
A:~$ adduser test
local:~$ ssh test@ip.address
different_name@B:~$ # this is supposed to be test@B:~$
I also check the status with who and whoami on server B but get a strange outcome...
# who
test pts/2 2019-04-14 16:31 (ip.address)
# whoami
different_name
Besides, I add +:::::: to the end of /etc/passwd, +::: to the end of /etc/group, and +:::::::: to the end of /etc/shadow.
Any hints on to fix this would be greatly appreciated.
Thanks!
linux user-accounts nis
linux user-accounts nis
New contributor
New contributor
edited Apr 14 at 9:04
weijchen0919
New contributor
asked Apr 14 at 8:48
weijchen0919weijchen0919
11
11
New contributor
New contributor
closed as off-topic by Sven♦ Apr 14 at 9:07
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Sven
closed as off-topic by Sven♦ Apr 14 at 9:07
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Sven
The best hint to fix NIS in 2019 is to NOT use NIS. It's severely outdated and should have died long ago. That said, you would need to show us your actual config to be able to help you.
– Sven♦
Apr 14 at 9:07
Like LDAP? Actually, I'm not very familiar with the technics. What should I enter to get the config? Thanks
– weijchen0919
Apr 14 at 9:21
add a comment |
The best hint to fix NIS in 2019 is to NOT use NIS. It's severely outdated and should have died long ago. That said, you would need to show us your actual config to be able to help you.
– Sven♦
Apr 14 at 9:07
Like LDAP? Actually, I'm not very familiar with the technics. What should I enter to get the config? Thanks
– weijchen0919
Apr 14 at 9:21
The best hint to fix NIS in 2019 is to NOT use NIS. It's severely outdated and should have died long ago. That said, you would need to show us your actual config to be able to help you.
– Sven♦
Apr 14 at 9:07
The best hint to fix NIS in 2019 is to NOT use NIS. It's severely outdated and should have died long ago. That said, you would need to show us your actual config to be able to help you.
– Sven♦
Apr 14 at 9:07
Like LDAP? Actually, I'm not very familiar with the technics. What should I enter to get the config? Thanks
– weijchen0919
Apr 14 at 9:21
Like LDAP? Actually, I'm not very familiar with the technics. What should I enter to get the config? Thanks
– weijchen0919
Apr 14 at 9:21
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
The best hint to fix NIS in 2019 is to NOT use NIS. It's severely outdated and should have died long ago. That said, you would need to show us your actual config to be able to help you.
– Sven♦
Apr 14 at 9:07
Like LDAP? Actually, I'm not very familiar with the technics. What should I enter to get the config? Thanks
– weijchen0919
Apr 14 at 9:21