From adc546d5f36c665ea0acc9d69827178da5bc2600 Mon Sep 17 00:00:00 2001
From: "mbarnson%sisna.com" <>
Date: Fri, 4 Apr 2008 11:46:12 +0000
Subject: 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.
---
docs/en/xml/installation.xml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
(limited to 'docs/en')
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index d2a111395..76b3eb87a 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/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.
+
+ You can also try using
+ OpenLDAP with Bugzilla, using any of a number of administration
+ tools. You should apply the patch attached this bug:
+
+ http://bugzilla.mozilla.org/show_bug.cgi?id=158630, then set
+ the following object classes for your users:
+
+
+ objectClass: person
+ objectClass: organizationalPerson
+ objectClass: inetOrgPerson
+ objectClass: top
+ objectClass: posixAccount
+ objectClass: shadowAccount
+
+
+ Please note that this patch has not 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.
+