... l'interface d'administration, sans toucher à aucun fichier.
Les paramètres plus complexes ou sensibles (accès base de données, authentification LDAP, configuration SMTP, chemins serveur) doivent être définis dans config_inc.php .
Pour avoir la liste complète des paramètres disponibles, le ...
Search found 850 matches: LDAP
Searched query: +LDAP
- 22 Mar 2026, 15:43
- Forum: French
- Topic: Rapport de configuration
- Replies: 1
- Views: 86
- 25 Mar 2025, 12:42
- Forum: General Discussion
- Topic: LDAP Ditribution Group is not recein=ving the Notifications
- Replies: 0
- Views: 3730
LDAP Ditribution Group is not recein=ving the Notifications
... 144 | sales| Sales Team | itsalee@xxxxxxxxx.com |
+-----+--------------+----------------------------+------------------------+
LDAP configurations as below
# LDAP Server Configuration
$g_ldap_use_starttls = OFF;
$g_reauthentication = ON;
$g_reauthentication_expiry = 300;
$g_ldap ...
+-----+--------------+----------------------------+------------------------+
LDAP configurations as below
# LDAP Server Configuration
$g_ldap_use_starttls = OFF;
$g_reauthentication = ON;
$g_reauthentication_expiry = 300;
$g_ldap ...
- 21 Mar 2025, 13:01
- Forum: Customizations
- Topic: Configuring multiple LDAP OU's
- Replies: 0
- Views: 3218
Configuring multiple LDAP OU's
Hi,
Suppose I have the domain dc = company, dc=com
And under the domain, OU = X and OU = Y, the entries where search in the AD must begin.
How do I configure the parameter "$g_ldap_root_dn" (in /config/config_inc.php) to take the two OU's into account?
Thanks.
Suppose I have the domain dc = company, dc=com
And under the domain, OU = X and OU = Y, the entries where search in the AD must begin.
How do I configure the parameter "$g_ldap_root_dn" (in /config/config_inc.php) to take the two OU's into account?
Thanks.
- 01 Mar 2025, 03:49
- Forum: Customizations
- Topic: SSO with LDAP (HowTo)
- Replies: 9
- Views: 39248
Re: SSO with LDAP (HowTo)
Look at this plugin please: MantisExtAuth, it might be a good fit for you.Thiagoros wrote: 12 May 2024, 09:47It could be like a useful complement to Mantis. If there isn't an existing project for SSO authentication, developing a plugin could be a good effort to improve its capabilities
- 06 Nov 2024, 10:12
- Forum: Help
- Topic: Add monitor when the user create an issu
- Replies: 5
- Views: 7483
Re: Add monitor when the user create an issu
... g_reauthentication = OFF; // Pas de réauthentification pour l'Admin
$g_reauthentication_expiry = TOKEN_EXPIRY_AUTHENTICATED;
// Serveur LDAP xxxx, port par défaut 389
//$g_ldap_server = 'xxxx.infrawin.xxxx';
$g_ldap_protocol_version = 3; // 3 = Microsoft Active Directory
$g_ldap ...
$g_reauthentication_expiry = TOKEN_EXPIRY_AUTHENTICATED;
// Serveur LDAP xxxx, port par défaut 389
//$g_ldap_server = 'xxxx.infrawin.xxxx';
$g_ldap_protocol_version = 3; // 3 = Microsoft Active Directory
$g_ldap ...
- 18 Oct 2024, 14:07
- Forum: General Discussion
- Topic: MANTIS LDAP Auth
- Replies: 0
- Views: 10193
MANTIS LDAP Auth
I'm trying to set up LDAP authorization in our AD.
$g_login_method = LDAP;
$g_ldap_server = 'ldap://company.org';
$g_ldap_root_dn = 'OU=Company Users,DC=company,DC=org';
$g_ldap_organization = '';
$g_ldap_follow_referrals = OFF;
$g_ldap_bind_dn = 'CN=testlink_ad,OU=Company Service Accounts,DC=company ...
$g_login_method = LDAP;
$g_ldap_server = 'ldap://company.org';
$g_ldap_root_dn = 'OU=Company Users,DC=company,DC=org';
$g_ldap_organization = '';
$g_ldap_follow_referrals = OFF;
$g_ldap_bind_dn = 'CN=testlink_ad,OU=Company Service Accounts,DC=company ...
- 23 Sep 2024, 13:38
- Forum: General Discussion
- Topic: Mantis LDAP
- Replies: 1
- Views: 8970
Re: Mantis LDAP
Perhaps but it helps if you explain your problems 
- 19 Sep 2024, 07:00
- Forum: General Discussion
- Topic: Mantis LDAP
- Replies: 1
- Views: 8970
Mantis LDAP
I´m trying to authenticate using LDAP with Mantis, but I´ve found some problems
Could anyone help me?
Tks
Could anyone help me?
Tks
- 15 May 2024, 22:01
- Forum: Customizations
- Topic: Automatic unlocking when user successfully login into LDAP/AD
- Replies: 1
- Views: 11611
Re: Automatic unlocking when user successfully login into LDAP/AD
... blocking time in the same HTTP session. It works in the same way as current and static locking (with manual unlocking), but dynamic.
If log_ldap is enabled, it generates additional logs.
If anyone would like to help revalidate the tests, standardize variable names and improve the code, I ...
If log_ldap is enabled, it generates additional logs.
If anyone would like to help revalidate the tests, standardize variable names and improve the code, I ...
- 14 May 2024, 02:50
- Forum: Customizations
- Topic: Automatic unlocking when user successfully login into LDAP/AD
- Replies: 1
- Views: 11611
Automatic unlocking when user successfully login into LDAP/AD
Guys
We use MantiBT 2.26.x with an AD/LDAP directory service at a large corporation.
When the user changes the password in AD/LDAP, in the Service Center, because he has forgotten it, the account is already blocked by the limit "$g_max_failed_login_count = 3;" on MantisBT.
I understand that this ...
We use MantiBT 2.26.x with an AD/LDAP directory service at a large corporation.
When the user changes the password in AD/LDAP, in the Service Center, because he has forgotten it, the account is already blocked by the limit "$g_max_failed_login_count = 3;" on MantisBT.
I understand that this ...
- 12 May 2024, 09:47
- Forum: Customizations
- Topic: SSO with LDAP (HowTo)
- Replies: 9
- Views: 39248
Re: SSO with LDAP (HowTo)
Hello erverybody
For me, this implementation looks simple and I' am wondering, why it's not part of standard mantis already. I couldn't find a project about SSO-authentification. Is there one? To build a plugin or so?
Jeromy
It could be like a useful complement to Mantis. If there isn't an ...
- 09 May 2024, 08:55
- Forum: Help
- Topic: inconsistent username treatment
- Replies: 7
- Views: 6329
Re: inconsistent username treatment
That's exactly what I saw in source code / why I asked.
I am not sure if the current behavior is intended to prevent performance issues / stressing the LDAP server.
I am not sure if the current behavior is intended to prevent performance issues / stressing the LDAP server.
- 08 May 2024, 22:30
- Forum: Help
- Topic: inconsistent username treatment
- Replies: 7
- Views: 6329
Re: inconsistent username treatment
... the code in manage_user_page.php file to this around line 418 and the usernames worked properly after that. I think that file needs to have the LDAP test added like it is in the user edit page code.
original
<td><?php echo string_display_line( $v_realname ) ?></td> <!-- original code -->
new ...
original
<td><?php echo string_display_line( $v_realname ) ?></td> <!-- original code -->
new ...
- 08 May 2024, 21:50
- Forum: Help
- Topic: inconsistent username treatment
- Replies: 7
- Views: 6329
Re: inconsistent username treatment
... it appears just fine.
I believe that the code for those two pages is not the same. In the MANAGE_USER_EDIT_PAGE.PHP code there is a check for if LDAP is being used or not, and if so it calls "user_get_realname( $t_user_id )" but that is missing in the main MANAGE_USER_PAGE.PHP code.
Which doesn't ...
I believe that the code for those two pages is not the same. In the MANAGE_USER_EDIT_PAGE.PHP code there is a check for if LDAP is being used or not, and if so it calls "user_get_realname( $t_user_id )" but that is missing in the main MANAGE_USER_PAGE.PHP code.
Which doesn't ...
- 08 May 2024, 21:45
- Forum: Help
- Topic: inconsistent username treatment
- Replies: 7
- Views: 6329
Re: inconsistent username treatment
Shot in the dark: Does this happen for all users, or just users that do no longer exist in LDAP?