-
Hi, I would like to know if it is possible to combine login with the local Meshcentral administrator and login with LDAP users. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
yes you create a local account first, |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm using this config.json, but only work local login, ldap is not workin, if I don't use authStrategies config LDAP connection works correctly:
Is this the correct syntax for use authStrategies with local and LDAP login? Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Hi, with this config.json LDAP login works but local login doesn't. How I can setup both types of login? Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Hi,
We just opened an enhancement issue as you suggest, thanks for all, we will
be waiting for this new feature.
Regards,
El mié, 9 oct 2024 a las 15:02, Simon Smith ***@***.***>)
escribió:
… If u wanted the ability to still allow local logins,
we could implement it via a value in config.json like "ldapfallbacktolocal":
true
And if the ldap fails to auth, it will try local authentication too
Just open up an enhancement issue in issues and let us know :)
It take about a week to do maybe less
—
Reply to this email directly, view it on GitHub
<#6438 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN7BEYD6FLDDXYR2WCE6L3LZ2USOXAVCNFSM6AAAAABPSBSFYKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOBZGI2DCOA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
unfortunally after my testing, you cant, when you enable ldap with
"auth": "ldap"
any local accounts cannot be logged in with as the authentication gets sent to LDAP instead