Search found 3 matches

by foxzenith
18 Aug 2008, 07:10
Forum: General Discussion
Topic: mantis cannot login with openldap
Replies: 4
Views: 6662

Re: mantis cannot login with openldap

anybody?help me~thank!
by foxzenith
15 Aug 2008, 05:54
Forum: General Discussion
Topic: mantis cannot login with openldap
Replies: 4
Views: 6662

Re: mantis cannot login with openldap

Anybody help me?~~~~~ I think if this error message means that my .ldif files is incorrect? Because my ldif files are create from linux user accounts with this command:
./migrate_passwd.pl /etc/passwd > /worktmp/user.ldif

When i use ldapsearch -x -b "dc=example,dc=com" command,the result contain ...
by foxzenith
15 Aug 2008, 03:51
Forum: General Discussion
Topic: mantis cannot login with openldap
Replies: 4
Views: 6662

mantis cannot login with openldap

first, I'm sorry for my poor english,I'm running an apache server, v2.0.52, php v4.3.9 and mysql v5.0.51b on CentOS 4.6 ,Mantis 1.1.2. I want to configure OpenLDAP 2.2.13 authentication for Mantis.
Here is my Mantis config_inc.php:
$g_hostname = "localhost";
$g_db_username = "root";
$g_db ...