Search found 850 matches: LDAP

Searched query: +LDAP

by dpesch
22 Mar 2026, 15:43
Forum: French
Topic: Rapport de configuration
Replies: 1
Views: 83

Re: Rapport de configuration

... 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 ...
by ifthekhar2011
25 Mar 2025, 12:42
Forum: General Discussion
Topic: LDAP Ditribution Group is not recein=ving the Notifications
Replies: 0
Views: 3728

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 ...
by Joselyne
21 Mar 2025, 13:01
Forum: Customizations
Topic: Configuring multiple LDAP OU's
Replies: 0
Views: 3216

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.
by raspopov
01 Mar 2025, 03:49
Forum: Customizations
Topic: SSO with LDAP (HowTo)
Replies: 9
Views: 39248

Re: SSO with LDAP (HowTo)

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
Look at this plugin please: MantisExtAuth, it might be a good fit for you.
by cath
06 Nov 2024, 10:12
Forum: Help
Topic: Add monitor when the user create an issu
Replies: 5
Views: 7482

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 ...
by wowagsm2
18 Oct 2024, 14:07
Forum: General Discussion
Topic: MANTIS LDAP Auth
Replies: 0
Views: 10192

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 ...
by cas
23 Sep 2024, 13:38
Forum: General Discussion
Topic: Mantis LDAP
Replies: 1
Views: 8966

Re: Mantis LDAP

Perhaps but it helps if you explain your problems :mrgreen:
by dorishuntt
19 Sep 2024, 07:00
Forum: General Discussion
Topic: Mantis LDAP
Replies: 1
Views: 8966

Mantis LDAP

I´m trying to authenticate using LDAP with Mantis, but I´ve found some problems

Could anyone help me?

Tks
by lgmatabh
15 May 2024, 22:01
Forum: Customizations
Topic: Automatic unlocking when user successfully login into LDAP/AD
Replies: 1
Views: 11609

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 ...
by lgmatabh
14 May 2024, 02:50
Forum: Customizations
Topic: Automatic unlocking when user successfully login into LDAP/AD
Replies: 1
Views: 11609

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 ...
by Thiagoros
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 ...
by atrol
09 May 2024, 08:55
Forum: Help
Topic: inconsistent username treatment
Replies: 7
Views: 6327

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.
by mushu
08 May 2024, 22:30
Forum: Help
Topic: inconsistent username treatment
Replies: 7
Views: 6327

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 ...
by mushu
08 May 2024, 21:50
Forum: Help
Topic: inconsistent username treatment
Replies: 7
Views: 6327

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 ...
by atrol
08 May 2024, 21:45
Forum: Help
Topic: inconsistent username treatment
Replies: 7
Views: 6327

Re: inconsistent username treatment

Shot in the dark: Does this happen for all users, or just users that do no longer exist in LDAP?