You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2025. It is now read-only.
If a user is to be authenticated by LDAP - does she need pre-creation of sqlpad user by admin? This should be documented in authentication.md
Is it possible to enable LDAP authentication while disabling local username registration? (It should be possible in an enterprise environment. Looking at the code I'm not sure this is possible). This should be documented in authentication.md
Some things are not clear to me with LDAP.
If a user is to be authenticated by LDAP - does she need pre-creation of sqlpad user by admin? This should be documented in authentication.md
Is it possible to enable LDAP authentication while disabling local username registration? (It should be possible in an enterprise environment. Looking at the code I'm not sure this is possible). This should be documented in authentication.md
Add a URL example LDAP_URL to configuration.md - I took the example from http://www.passportjs.org/packages/passport-ldapauth/ . Is that correct? are both LDAP and LDAPS supported? preliminary LDAP docs #707
@dengc367