From 14034a426f696d16b3dbba5355d6206116e11d49 Mon Sep 17 00:00:00 2001 From: "mbarnson%sisna.com" Date: Tue, 5 Nov 2002 02:39:52 +0000 Subject: [PATCH] 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. git-svn-id: svn://10.0.0.236/trunk@132983 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/docs/sgml/installation.sgml | 22 +++++++++++++++++++ .../bugzilla/docs/xml/installation.xml | 22 +++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/mozilla/webtools/bugzilla/docs/sgml/installation.sgml b/mozilla/webtools/bugzilla/docs/sgml/installation.sgml index d2a1113951c..76b3eb87aef 100644 --- a/mozilla/webtools/bugzilla/docs/sgml/installation.sgml +++ b/mozilla/webtools/bugzilla/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. +
+ + 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. +