Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
bd26863e
Commit
bd26863e
authored
Nov 05, 2002
by
mbarnson%sisna.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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.
parent
2245c4d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
0 deletions
+44
-0
installation.sgml
docs/sgml/installation.sgml
+22
-0
installation.xml
docs/xml/installation.xml
+22
-0
No files found.
docs/sgml/installation.sgml
View file @
bd26863e
...
...
@@ -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"
...
...
docs/xml/installation.xml
View file @
bd26863e
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment