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;








0















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!










share|improve this question









New contributor




weijchen0919 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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
If this question can be reworded to fit the rules in the help center, please edit the question.
















  • 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

















0















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!










share|improve this question









New contributor




weijchen0919 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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
If this question can be reworded to fit the rules in the help center, please edit the question.
















  • 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













0












0








0








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!










share|improve this question









New contributor




weijchen0919 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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






share|improve this question









New contributor




weijchen0919 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




weijchen0919 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Apr 14 at 9:04







weijchen0919













New contributor




weijchen0919 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 14 at 8:48









weijchen0919weijchen0919

11




11




New contributor




weijchen0919 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





weijchen0919 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






weijchen0919 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




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
If this question can be reworded to fit the rules in the help center, please edit the question.







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
If this question can be reworded to fit the rules in the help center, please edit the question.












  • 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











  • 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










0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

Why did Thanos need his ship to help him in the battle scene?Which actor plays Thanos in the Avengers mid-credits scene?Are there economic implications portrayed in comics where the buildings and cities are ruined almost daily?Old X-Men comic where team travels to alien world with a ring-like sun that needs recharging?Why does Ego need help sleeping?Is there an objective answer to who “the strongest Avenger” is?How did Banner get unstuck?Why did Thanos get hit?How did Thanos (or anyone) know the Infinity Stones would give him this power?Did Thanos leave Eitri alive for his after-sales service?In Avengers 1, why does Thanos need Loki?