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

Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company