I went through the Bugzilla install.
Created the Admin account and password at the end of the install.
Logged in to Bugzilla and went through the configuration guide.
Set the User Authentication to use LDAP.
Went to the LDAP section and set all the values accordingly.
I have a small number of users that will be using Bugzilla. I want them to be able to log in to Bugzilla using their LDAP credentials. So they will have fewer passwords to remember.
I am going to create the users accounts.
For username, I put in thier LDAP ID and make up a standard password.
new user = jsmith@mycompany.com password = asdasdasd
Save the user.
Now I have them try and log in to Bugzilla using LDAP credentials.
LDAP ID = jsmith@mycomany.com LDAP Password = ldappassword
They get the error: The username or password you entered is not valid.
I know all the LDAP variables are correct. Also LDAP is not throwing a errors.
So I am assuming it must be something in Bugzilla.
When using the LDAP auth type the users will be created automatically by Bugzilla upon first login.
One of the troubles I ran into is that the users must have a 'valid' (of form something@somewhere.somethingelse) email in the 'mail' field of the LDAP server.