From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NjUGq-00049x-31 for garchives@archives.gentoo.org; Mon, 22 Feb 2010 09:08:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94A57E062D; Mon, 22 Feb 2010 09:07:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 54F15E062D for ; Mon, 22 Feb 2010 09:07:58 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id F202C1B40B0 for ; Mon, 22 Feb 2010 09:07:57 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NjUGj-0001b3-FV for gentoo-doc-cvs@lists.gentoo.org; Mon, 22 Feb 2010 09:07:57 +0000 From: "Joshua Saddler (nightmorph)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: ldap-howto.xml X-VCS-Repository: gentoo X-VCS-Files: ldap-howto.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: Sender: Joshua Saddler Date: Mon, 22 Feb 2010 09:07:57 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6a32732e-a0ae-42e6-92c2-3feb0f539820 X-Archives-Hash: ec24f1bd380db4f9d2021af2922ce381 nightmorph 10/02/22 09:07:57 Modified: ldap-howto.xml Log: some fixes from bug 306205, and I went through and fixed some miscellan= eous errors in the code samples Revision Changes Path 1.40 xml/htdocs/doc/en/ldap-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ldap= -howto.xml?rev=3D1.40&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ldap= -howto.xml?rev=3D1.40&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ldap= -howto.xml?r1=3D1.39&r2=3D1.40 Index: ldap-howto.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ldap-howto.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ldap-howto.xml 11 Nov 2008 23:28:44 -0000 1.39 +++ ldap-howto.xml 22 Feb 2010 09:07:57 -0000 1.40 @@ -1,8 +1,8 @@ - + =20 - + Gentoo Guide to OpenLDAP Authentication =20 @@ -20,7 +20,9 @@ - + + + =20 This guide introduces the basics of LDAP and shows you how to setup @@ -31,8 +33,8 @@ =20 -2 -2008-11-11 +3 +2010-02-22 =20 Getting Started with OpenLDAP @@ -91,9 +93,9 @@ | dc: genfic (Organisation) / \ -ou: people servers (Organisational Units) +ou: People servers (Organisational Units) / \ .. -uid: .. jhon (OU-specific data) +uid: .. John (OU-specific data) =20

@@ -138,7 +140,6 @@ =20 - Configuring OpenLDAP

@@ -416,7 +417,7 @@ =20
 access to *
-  by dn=3D"uid=3Droot,ou=3Dpeople,dc=3Dgenfic,dc=3Dcom" write
+  by dn=3D"uid=3Droot,ou=3DPeople,dc=3Dgenfic,dc=3Dcom" write
   by users read
   by anonymous auth
=20
@@ -439,7 +440,7 @@
=20
 
 access to attrs=3D"userPassword"
-  by dn=3D"uid=3Droot,ou=3Dpeople,dc=3Dgenfic,dc=3Dcom" write
+  by dn=3D"uid=3Droot,ou=3DPeople,dc=3Dgenfic,dc=3Dcom" write
   by dn=3D"uid=3DJohn,ou=3DPeople,dc=3Dgenfic,dc=3Dcom" write
   by anonymous auth
   by self write
@@ -447,6 +448,7 @@
=20
 access to *
   by dn=3D"uid=3Droot,ou=3DPeople,dc=3Dgenfic,dc=3Dcom" write
+  by dn=3D"uid=3DJohn,ou=3DPeople,dc=3Dgenfic,dc=3Dcom" write
   by * search
 
=20 @@ -473,8 +475,8 @@

You can start using the directory to authenticate users in apache/proftpd/qmail/samba. You can manage it with Webmin, which provide= s an -easy management interface. You can also use phpldapadmin, luma, diradm, -jxplorer, or lat. +easy management interface. You can also use phpldapadmin, diradm, jxplor= er, or +lat.

=20 @@ -493,6 +495,5 @@ =20
-