mantis: 1.2.10
apache: 2.2.3
mysql: 5.0.95
php: 5.1.6
Hello,
We enabled LDAP auth by adding the following to config_inc.php:
$g_login_method = LDAP;
$g_ldap_server = ‘ldap://dc1.mydomain.local’;
$g_ldap_port = 389;
$g_ldap_root_dn = “OU=Users,DC=MYDOMAIN,DC=LOCAL”;
$g_ldap_bind_dn = ‘CN=ldapsearch,CN=Users,DC=MYDOMAIN,DC=LOCAL’; $g_ldap_bind_passwd = ‘Password123’;
$g_ldap_organization = ‘‘;
$g_ldap_protocol_version = 3;
$g_ldap_uid_field= ‘sAMAccountName’;
I then re-named user accounts to match the ones in Active directory. After this the user accounts all seemed to work fine but the svn hooks no longer worked and svn was not updating mantis. I think it is because the svn user in mantis has no password associated with it and I am unable to create a user in AD without a password.
Is their anyway to make mantis use the local DB for svn while going to LDAP for the rest?
Has anyone successfully got LDAP authentication working while still being able to use SVN hooks?
