From 49372b2fea64e324ddef325bf99030e44e3c035e Mon Sep 17 00:00:00 2001 From: arteta22000 Date: Fri, 10 Jan 2025 17:42:55 +0100 Subject: [PATCH] readme.md update --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b73525d..09d1b07 100644 --- a/README.md +++ b/README.md @@ -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