View Issue Details

IDProjectCategoryView StatusLast Update
0007946mantisbtadministrationpublic2015-05-11 11:17
Reporterrodrigorgs Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version1.1.0a2 
Summary0007946: Can't add user to project (I'm using LDAP)
Description

I'm using LDAP authentication and it works for reporting issues, receiving e-mails etc. But when I try to add a user to a project (via Manage Projects, section Add user to project), the list of users which I can add is empty. It's funny, because in the section Manage Accounts (just below) the users are correctly listed. My access level is administrator.

My LDAP configuration:
$g_login_method = LDAP;
$g_ldap_server = 'ldaps://myserver.com';
$g_ldap_root_dn = 'ou=people,dc=myserver,dc=com';
$g_ldap_uid_field = 'uid';

Steps To Reproduce

Manage => Manage Projects => "Any project" => Add user to project

TagsNo tags attached.

Activities

rodrigorgs

rodrigorgs

2007-05-09 10:03

reporter   ~0014473

Ok, the problem is: everybody in my base is administrator, and administrators aren't listed. I just wanted that everyone could use mantis without restrictions (this includes project creation) and that everyone received every e-mail about every issue (it's a small project). I guess I'm gonna just do a hack here.

vboctor

vboctor

2015-04-28 03:14

manager   ~0050655

Looks like "no change required" here.