Commit 3635de76 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 320751: LDAP: Ability to have Bugzilla use the LDAP username directly as the Bugzilla username

Patch By guillomovitch@zarb.org r=mkanat, a=myk
parent 6bec3fb6
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.118 2008/04/04 06:47:48 lpsolit%gmail.com Exp $ --> <!-- $Id: installation.xml,v 1.119 2008/04/04 06:47:49 mkanat%bugzilla.org Exp $ -->
<chapter id="installing-bugzilla"> <chapter id="installing-bugzilla">
<title>Installing Bugzilla</title> <title>Installing Bugzilla</title>
...@@ -1320,16 +1320,18 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s ...@@ -1320,16 +1320,18 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
you need to deal with user ID (e.g assigning a bug) use the email you need to deal with user ID (e.g assigning a bug) use the email
address. The LDAP authentication builds on top of this scheme, rather address. The LDAP authentication builds on top of this scheme, rather
than replacing it. The initial log in is done with a username and than replacing it. The initial log in is done with a username and
password for the LDAP directory. This then fetches the email address password for the LDAP directory. Bugzilla tries to bind to LDAP using
from LDAP and authenticates seamlessly in the standard Bugzilla those credentials, and if successful, try to map this account to a
authentication scheme using this email address. If an account for this Bugzilla account. If a LDAP mail attribute is defined, the value of this
address already exists in your Bugzilla system, it will log in to that attribute is used, otherwise emailsuffix parameter is appended to LDAP
account. If no account for that email address exists, one is created at username to form a full email adress. If an account for this address
the time of login. (In this case, Bugzilla will attempt to use the already exists in your Bugzilla system, it will log in to that account.
"displayName" or "cn" attribute to determine the user's full name.) If no account for that email address exists, one is created at the time
After authentication, all other user-related tasks are still handled by of login. (In this case, Bugzilla will attempt to use the "displayName"
email address, not LDAP username. You still assign bugs by email or "cn" attribute to determine the user's full name.) After
address, query on users by email address, etc. authentication, all other user-related tasks are still handled by email
address, not LDAP username. You still assign bugs by email address, query
on users by email address, etc.
</para> </para>
<caution> <caution>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment