Skip to content

Commit

Permalink
readme.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
arteta22000 authored Jan 10, 2025
1 parent 25818b3 commit 49372b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 49372b2

Please sign in to comment.