readme.md update

pull/209/head
arteta22000 2025-01-10 17:42:55 +01:00 committed by GitHub
parent 25818b3919
commit 49372b2fea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -97,7 +97,11 @@ If it is a setting controlled by an environment variable which is meant to overr
#### LDAP Authentication
You can configure LDAP authentication in MISP using 2 methods. Using the native plugin: LdapAuth (https://github.com/MISP/MISP/tree/2.5/app/Plugin/LdapAuth) or or use the previous approach with ApacheSecureAuth. LdapAuth is to be recommended, because it does not require rproxy apache with the ldap module.
You can configure LDAP authentication in MISP using 2 methods:
- native plugin: LdapAuth (https://github.com/MISP/MISP/tree/2.5/app/Plugin/LdapAuth)
- previous approach with ApacheSecureAuth (https://gist.github.com/Kagee/f35ed25216369481437210753959d372).
LdapAuth is to be recommended, because it doesn't require rproxy apache with the ldap module.
### Production