<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>https://wiki.schwatke.de/index.php?action=history&amp;feed=atom&amp;title=NIS_Client_unter_Ubuntu_einrichten</id>
		<title>NIS Client unter Ubuntu einrichten - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.schwatke.de/index.php?action=history&amp;feed=atom&amp;title=NIS_Client_unter_Ubuntu_einrichten"/>
		<link rel="alternate" type="text/html" href="https://wiki.schwatke.de/index.php?title=NIS_Client_unter_Ubuntu_einrichten&amp;action=history"/>
		<updated>2026-07-05T17:06:32Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in Wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://wiki.schwatke.de/index.php?title=NIS_Client_unter_Ubuntu_einrichten&amp;diff=1548&amp;oldid=prev</id>
		<title>Chris am 6. November 2013 um 08:58 Uhr</title>
		<link rel="alternate" type="text/html" href="https://wiki.schwatke.de/index.php?title=NIS_Client_unter_Ubuntu_einrichten&amp;diff=1548&amp;oldid=prev"/>
				<updated>2013-11-06T08:58:22Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;NIS Client Config&lt;br /&gt;
&lt;br /&gt;
Matthew Caron&lt;br /&gt;
&lt;br /&gt;
A note about administration: Since the root user&amp;#039;s account is disabled, make sure that whomever is to admin the machine is in the /etc/sudoers file on the client machine. It is also a good idea to have those users as local users on the client machine, with the same UID as is in the domain password list. It keeps things nice and consistent, and if there ever was a problem, you might need to have a local account to gain access to the machine.&lt;br /&gt;
&lt;br /&gt;
1. Add server to /etc/hosts. This means that you can still find the server if there is a DNS failure.&lt;br /&gt;
&lt;br /&gt;
2. Install the software you need&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install portmap nis&lt;br /&gt;
&lt;br /&gt;
You will be asked for the name of your NIS domain. Enter the name of your NIS domain. If you entered wrongly or want to change the defaultdomain of NIS change it in the file /etc/defaultdomain&lt;br /&gt;
&lt;br /&gt;
 DG..&lt;br /&gt;
&lt;br /&gt;
For example, robotics is the name of my NIS server. Remember this parameter is case sensitive. It is probably a good idea to then add a portmap line to /etc/hosts.allow for security reasons:&lt;br /&gt;
&lt;br /&gt;
 portmap : &amp;lt;NIS server IP address&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;quot;NIS server IP address&amp;quot; is the IP address of the NIS server.&lt;br /&gt;
&lt;br /&gt;
3. Set up name services to use NIS:&lt;br /&gt;
&lt;br /&gt;
Edit /etc/passwd to add a line at the end saying:&lt;br /&gt;
&lt;br /&gt;
 +::::::&lt;br /&gt;
&lt;br /&gt;
Edit /etc/group to add a line at the end saying:&lt;br /&gt;
&lt;br /&gt;
 +:::&lt;br /&gt;
&lt;br /&gt;
Edit /etc/shadow to add a line at the end saying:&lt;br /&gt;
&lt;br /&gt;
 +::::::::&lt;br /&gt;
&lt;br /&gt;
This sets up those services to include NIS entries if a match isn&amp;#039;t found in the file. You could change other services to use NIS by using the NIS service in /etc/nsswitch.conf, but these are the important ones.&lt;br /&gt;
&lt;br /&gt;
4. Edit /etc/yp.conf and add the line:&lt;br /&gt;
&lt;br /&gt;
 ypserver 123.45.67.89&lt;br /&gt;
 ypserver 987.65.43.21&lt;br /&gt;
&lt;br /&gt;
Where 123.45.67.89 and 987.65.43.21 are the NIS servers.&lt;br /&gt;
&lt;br /&gt;
5. Restart NIS:&lt;br /&gt;
&lt;br /&gt;
 /etc/init.d/nis restart&lt;/div&gt;</summary>
		<author><name>Chris</name></author>	</entry>

	</feed>