From bd26863eaf6a7715772c3e118419a000da057a53 Mon Sep 17 00:00:00 2001 From: "mbarnson%sisna.com" <> Date: Tue, 5 Nov 2002 10:39:52 +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/sgml/installation.sgml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'docs/sgml/installation.sgml') 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. + + 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. +