summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormbarnson%sisna.com <>2002-11-05 11:39:52 +0100
committermbarnson%sisna.com <>2002-11-05 11:39:52 +0100
commitbd26863eaf6a7715772c3e118419a000da057a53 (patch)
tree25f390e597b7dff16050bea6cc777ffb12b36dc4 /docs
parent2245c4d60f477a87ffe844e5f10b14ede5d122d0 (diff)
downloadbugzilla-bd26863eaf6a7715772c3e118419a000da057a53.tar.gz
bugzilla-bd26863eaf6a7715772c3e118419a000da057a53.tar.xz
Added notes on using OpenLDAP;
We should probably look at code changes to make Net::LDAP our permanent LDAP plugin rather than Mozilla::LDAP... See bug 167379.
Diffstat (limited to 'docs')
-rw-r--r--docs/sgml/installation.sgml22
-rw-r--r--docs/xml/installation.xml22
2 files changed, 44 insertions, 0 deletions
diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml
index d2a111395..76b3eb87a 100644
--- a/docs/sgml/installation.sgml
+++ b/docs/sgml/installation.sgml
@@ -1093,6 +1093,28 @@
primary email address. On most directory servers available, this is
"mail", but you may need to change this.
</para>
+
+ <para>You can also try using <ulink url="http://www.openldap.org/">
+ OpenLDAP</ulink> with Bugzilla, using any of a number of administration
+ tools. You should apply the patch attached this bug:
+ <ulink url="http://bugzilla.mozilla.org/show_bug.cgi?id=158630">
+ http://bugzilla.mozilla.org/show_bug.cgi?id=158630</ulink>, then set
+ the following object classes for your users:
+
+ <orderedlist>
+ <listitem><para>objectClass: person</para></listitem>
+ <listitem><para>objectClass: organizationalPerson</para></listitem>
+ <listitem><para>objectClass: inetOrgPerson</para></listitem>
+ <listitem><para>objectClass: top</para></listitem>
+ <listitem><para>objectClass: posixAccount</para></listitem>
+ <listitem><para>objectClass: shadowAccount</para></listitem>
+ </orderedlist>
+
+ Please note that this patch <emphasis>has not</emphasis> yet been
+ accepted by the Bugzilla team, and so you may need to do some
+ manual tweaking. That said, it looks like Net::LDAP is probably
+ the way to go in the future.
+ </para>
</section>
<section id="content-type"
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index d2a111395..76b3eb87a 100644
--- a/docs/xml/installation.xml
+++ b/docs/xml/installation.xml
@@ -1093,6 +1093,28 @@
primary email address. On most directory servers available, this is
"mail", but you may need to change this.
</para>
+
+ <para>You can also try using <ulink url="http://www.openldap.org/">
+ OpenLDAP</ulink> with Bugzilla, using any of a number of administration
+ tools. You should apply the patch attached this bug:
+ <ulink url="http://bugzilla.mozilla.org/show_bug.cgi?id=158630">
+ http://bugzilla.mozilla.org/show_bug.cgi?id=158630</ulink>, then set
+ the following object classes for your users:
+
+ <orderedlist>
+ <listitem><para>objectClass: person</para></listitem>
+ <listitem><para>objectClass: organizationalPerson</para></listitem>
+ <listitem><para>objectClass: inetOrgPerson</para></listitem>
+ <listitem><para>objectClass: top</para></listitem>
+ <listitem><para>objectClass: posixAccount</para></listitem>
+ <listitem><para>objectClass: shadowAccount</para></listitem>
+ </orderedlist>
+
+ Please note that this patch <emphasis>has not</emphasis> yet been
+ accepted by the Bugzilla team, and so you may need to do some
+ manual tweaking. That said, it looks like Net::LDAP is probably
+ the way to go in the future.
+ </para>
</section>
<section id="content-type"