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. +