<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Pam-ldap_anbindung_unter_ubuntu%2Fdebian</id>
	<title>Pam-ldap anbindung unter ubuntu/debian - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Pam-ldap_anbindung_unter_ubuntu%2Fdebian"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Pam-ldap_anbindung_unter_ubuntu/debian&amp;action=history"/>
	<updated>2026-06-30T02:39:37Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Pam-ldap_anbindung_unter_ubuntu/debian&amp;diff=4810&amp;oldid=prev</id>
		<title>Jan: Die Seite wurde neu angelegt: „== Einrichten einer Pam-Ldap-Anbindung ==  Installation der Software  '''aptitude install ldap-utils libpam-ldap libnss-ldap nfs-common nscd'''  In der Konfigu…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Pam-ldap_anbindung_unter_ubuntu/debian&amp;diff=4810&amp;oldid=prev"/>
		<updated>2014-08-06T12:58:41Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „== Einrichten einer Pam-Ldap-Anbindung ==  Installation der Software  &amp;#039;&amp;#039;&amp;#039;aptitude install ldap-utils libpam-ldap libnss-ldap nfs-common nscd&amp;#039;&amp;#039;&amp;#039;  In der Konfigu…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Einrichten einer Pam-Ldap-Anbindung ==&lt;br /&gt;
&lt;br /&gt;
Installation der Software&lt;br /&gt;
 '''aptitude install ldap-utils libpam-ldap libnss-ldap nfs-common nscd''' &lt;br /&gt;
In der Konfiguration von ldap nichts ausfüllen, sondern immer nur mit &amp;quot;enter&amp;quot; bestätigen!&lt;br /&gt;
&lt;br /&gt;
Ldap Konfugration anpassen&lt;br /&gt;
 vi /etc/ldap/ldap.conf &lt;br /&gt;
&lt;br /&gt;
 '''base    dc=alpha,dc=quadrant'''&lt;br /&gt;
 '''uri     ldaps://leonis.xinux/'''&lt;br /&gt;
 '''TLS_CACERT /etc/ldap/xinux-ca.pem'''&lt;br /&gt;
 '''ssl     on'''&lt;br /&gt;
 '''bind_policy soft'''&lt;br /&gt;
&lt;br /&gt;
nfs share automatisch mounten:&lt;br /&gt;
&lt;br /&gt;
 vi /etc/fstab&lt;br /&gt;
in fstab einfügen:&lt;br /&gt;
 192.168.240.70:/export /export nfs defaults 0 0&lt;br /&gt;
&lt;br /&gt;
In konsole ausführen:&lt;br /&gt;
 mkdir /export&lt;br /&gt;
&lt;br /&gt;
 mount -a&lt;br /&gt;
&lt;br /&gt;
CA Zertifkat kopieren&lt;br /&gt;
 '''cp /export/share/pam-ldap/xinux-ca.pem /etc/ldap/'''&lt;br /&gt;
&lt;br /&gt;
Sicherheitskonfig kopieren&lt;br /&gt;
 '''cp /export/share/pam-ldap/group.conf /etc/security/'''&lt;br /&gt;
&lt;br /&gt;
Link setzen&lt;br /&gt;
  ''' ln -sf /etc/ldap/ldap.conf  /etc/ldap.conf'''&lt;br /&gt;
&lt;br /&gt;
Ldapclient testen&lt;br /&gt;
 '''ldapsearch -x uid=euer_login'''&lt;br /&gt;
&lt;br /&gt;
In /etc/nsswitch.conf ändern&lt;br /&gt;
 '''passwd files ldap'''&lt;br /&gt;
 '''group  files ldap'''&lt;br /&gt;
 '''shadow files ldap'''&lt;br /&gt;
&lt;br /&gt;
Pam anpassen&lt;br /&gt;
 '''cp /export/share/pam-ldap/common-*  /etc/pam.d'''&lt;br /&gt;
&lt;br /&gt;
Security Group anpassen&lt;br /&gt;
 '''echo &amp;quot;*; *; *; Al0000-2400;audio,cdrom,floppy,plugdev,video,fuse,dip,admin,users&amp;quot; &amp;gt;&amp;gt; /etc/security/group.conf'''&lt;br /&gt;
&lt;br /&gt;
nsswitch testen&lt;br /&gt;
 '''getent passwd euer_login'''&lt;/div&gt;</summary>
		<author><name>Jan</name></author>
	</entry>
</feed>