Marcin and Francisco,
Marcin, your example helped.
Francisco had suggested the use of a non MS ldap browser to
determine AD configuration.
Thanks again.
I'm up and running, no stopping me now!
Mike
-----Original Message-----
From: mantisbt-help-admin lists.sourceforge.net
[mailto:mantisbt-help-admin lists.sourceforge.net] On
Behalf Of Marcin Kmetko
Sent: Wednesday, April 12, 2006 12:48 AM
To: mantisbt-help lists.sourceforge.net
Subject: Re: [Mantisbt-help] RE: Active Directory Support
Mike Craig napisał(a):
> Ok, no attachment then...
> [Mike Craig]
>
> With the settings below, Mantis just hangs when I
access the My Account page and the Sign Up page.
>
> ________________________________________
> From: Mike Craig
> Sent: Monday, April 10, 2006 1:47 PM
> To: 'mantisbt-help lists.sourceforge.net'
> Subject: Active Directory Support
>
> (Ok 3rd question for the day, this should be my last)
>
> I've read the section in the Manual about LDAP
authentication, but am still fuzzy on it.
>
> Has anyone written a How To on this?
>
> Here is the section from my config_inc.php file:
>
> $g_login_method = 'LDAP';
> $g_ldap_server =
'ldap://swfdc01.chp.local/';
> $g_ldap_root_dn = 'OU=User
OU,DC=CHP,DC=LOCAL';
> $g_ldap_uid_field = 'sAMAccountName';
> $g_ldap_bind_dn = 'CN=Unrestricted
Users,OU=User OU,DC=CHP,DC=LOCAL';
> $g_use_ldap_email = OFF;
>
> And a screen shot of the AD control panel (let me know
if this doesn't come through, I can email it directly if
you'd like)
>
>
> I have a user in Mantis, that I created with a User ID
and PWD that matches my domain user account. (ie. Craimx1)
>
> What else do I need to do to make this work? Do I need
special LDAP extensions in PHP? In Apache?
>
> Thanks
>
> Mike
>
I have a "working AD authentication" in this way
:
$g_ldap_server = '192.168.0.10';
$g_ldap_port = '389';
$g_ldap_root_dn =
'dc=mydoamin,dc=local';
$g_ldap_organization = '';
$g_ldap_uid_field = 'sAMAccountName';
$g_ldap_bind_dn
='CN=LDAP,CN=Users,DC=mydoamin,DC=local';
$g_ldap_bind_passwd = 'clear_text_password';
I have a user in AD : LDAP
password : 'clear_text_password'
Mantis use this user to "read AD" and to
authenticate other AD users.
I had to create users in mantis (actually I put them
directly to
database - (300 users)).
I have php4-ldap module installed.
regards
Kmet
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking
scripting language
that extends applications into web and mobile media. Attend
the live webcast
and join the prime developer group breaking into this new
coding territory!
http://
sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720
&dat1642
_______________________________________________
Mantisbt-help mailing list
Mantisbt-help lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mantisbt-
help
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking
scripting language
that extends applications into web and mobile media. Attend
the live webcast
and join the prime developer group breaking into this new
coding territory!
http:
//sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$
1720&dat1642
_______________________________________________
Mantisbt-help mailing list
Mantisbt-help lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mantisbt-
help
|