@@ -134,46 +134,46 @@ SYNCSERVERS_1_PULL_RULES=
134
134
# users should not be able to control the HTTP header configured in LDAP_APACHE_ENV
135
135
# (e.g. REMOTE_USER), this means you must not allow direct access to MISP.
136
136
# NOTE 2: You need to escape special characters twice, e.g., "pass\word" becomes "pass\\\\word".
137
- # APACHESECUREAUTH_LDAP_ENABLE=true
138
- # APACHESECUREAUTH_LDAP_APACHE_ENV="REMOTE_USER"
139
- # APACHESECUREAUTH_LDAP_SERVER="ldap://your_domain_controller"
140
- # APACHESECUREAUTH_LDAP_STARTTLS=true
141
- # APACHESECUREAUTH_LDAP_READER_USER="CN=service_account_name,OU=Users,DC=domain,DC=net"
142
- # APACHESECUREAUTH_LDAP_READER_PASSWORD="password"
143
- # APACHESECUREAUTH_LDAP_DN="OU=Users,DC=domain,DC=net"
144
- # APACHESECUREAUTH_LDAP_SEARCH_FILTER=""
145
- # APACHESECUREAUTH_LDAP_SEARCH_ATTRIBUTE="uid"
146
- # APACHESECUREAUTH_LDAP_FILTER="[\"mail\", \"uid\", \"cn\" ]"
147
- # APACHESECUREAUTH_LDAP_DEFAULT_ROLE_ID="3"
148
- # APACHESECUREAUTH_LDAP_DEFAULT_ORG="1"
149
- # APACHESECUREAUTH_LDAP_EMAIL_FIELD="[\"mail\"]"
150
- # APACHESECUREAUTH_LDAP_OPT_PROTOCOL_VERSION="3"
151
- # APACHESECUREAUTH_LDAP_OPT_NETWORK_TIMEOUT="-1"
152
- # APACHESECUREAUTH_LDAP_OPT_REFERRALS=false
137
+ # APACHESECUREAUTH_LDAP_ENABLE=true
138
+ # APACHESECUREAUTH_LDAP_APACHE_ENV="REMOTE_USER"
139
+ # APACHESECUREAUTH_LDAP_SERVER="ldap://your_domain_controller"
140
+ # APACHESECUREAUTH_LDAP_STARTTLS=true
141
+ # APACHESECUREAUTH_LDAP_READER_USER="CN=service_account_name,OU=Users,DC=domain,DC=net"
142
+ # APACHESECUREAUTH_LDAP_READER_PASSWORD="password"
143
+ # APACHESECUREAUTH_LDAP_DN="OU=Users,DC=domain,DC=net"
144
+ # APACHESECUREAUTH_LDAP_SEARCH_FILTER=""
145
+ # APACHESECUREAUTH_LDAP_SEARCH_ATTRIBUTE="uid"
146
+ # APACHESECUREAUTH_LDAP_FILTER="[\"mail\", \"uid\", \"cn\" ]"
147
+ # APACHESECUREAUTH_LDAP_DEFAULT_ROLE_ID="3"
148
+ # APACHESECUREAUTH_LDAP_DEFAULT_ORG="1"
149
+ # APACHESECUREAUTH_LDAP_EMAIL_FIELD="[\"mail\"]"
150
+ # APACHESECUREAUTH_LDAP_OPT_PROTOCOL_VERSION="3"
151
+ # APACHESECUREAUTH_LDAP_OPT_NETWORK_TIMEOUT="-1"
152
+ # APACHESECUREAUTH_LDAP_OPT_REFERRALS=false
153
153
154
154
# Enable LDAP (using the MISP plugin native) authentication, according to https://github.com/MISP/MISP/tree/2.5/app/Plugin/LdapAuth
155
155
# NOTE 2: You need to escape special characters twice, e.g., "pass\word" becomes "pass\\\\word".
156
- # LDAPAUTH_ENABLE=true
157
- # LDAPAUTH_LDAPSERVER="ldap://your_domain_controller"
158
- # LDAPAUTH_LDAPDN="OU=Users,DC=domain,DC=net"
159
- # LDAPAUTH_LDAPREADERUSER="CN=service_account_name,OU=Users,DC=domain,DC=net"
160
- # LDAPAUTH_LDAPREADERPASSWORD="password"
161
- # LDAPAUTH_LDAPSEARCHFILTER=""
162
- # LDAPAUTH_LDAPSEARCHATTRIBUTE="mail"
163
- # LDAPAUTH_LDAPEMAILFIELD="[\"mail\"]"
164
- # LDAPAUTH_LDAPNETWORKTIMEOUT="-1"
165
- # LDAPAUTH_LDAPPROTOCOL="3"
166
- # LDAPAUTH_LDAPALLOWREFERRALS=true
167
- # LDAPAUTH_STARTTLS=false
168
- # LDAPAUTH_MIXEDAUTH=true
169
- # LDAPAUTH_LDAPDEFAULTORGID="1"
170
- # LDAPAUTH_LDAPDEFAULTROLEID="3"
171
- # LDAPAUTH_UPDATEUSER=true
172
- # LDAPAUTH_DEBUG=false
173
- # LDAPAUTH_LDAPTLSREQUIRECERT="LDAP_OPT_X_TLS_ALLOW"
174
- # LDAPAUTH_LDAPTLSCUSTOMCACERT=false
175
- # LDAPAUTH_LDAPTLSCRLCHECK="LDAP_OPT_X_TLS_CRL_PEER"
176
- # LDAPAUTH_LDAPTLSPROTOCOLMIN="LDAP_OPT_X_TLS_PROTOCOL_TLS1_2"
156
+ # LDAPAUTH_ENABLE=true
157
+ # LDAPAUTH_LDAPSERVER="ldap://your_domain_controller"
158
+ # LDAPAUTH_LDAPDN="OU=Users,DC=domain,DC=net"
159
+ # LDAPAUTH_LDAPREADERUSER="CN=service_account_name,OU=Users,DC=domain,DC=net"
160
+ # LDAPAUTH_LDAPREADERPASSWORD="password"
161
+ # LDAPAUTH_LDAPSEARCHFILTER=""
162
+ # LDAPAUTH_LDAPSEARCHATTRIBUTE="mail"
163
+ # LDAPAUTH_LDAPEMAILFIELD="[\"mail\"]"
164
+ # LDAPAUTH_LDAPNETWORKTIMEOUT="-1"
165
+ # LDAPAUTH_LDAPPROTOCOL="3"
166
+ # LDAPAUTH_LDAPALLOWREFERRALS=true
167
+ # LDAPAUTH_STARTTLS=false
168
+ # LDAPAUTH_MIXEDAUTH=true
169
+ # LDAPAUTH_LDAPDEFAULTORGID="1"
170
+ # LDAPAUTH_LDAPDEFAULTROLEID="3"
171
+ # LDAPAUTH_UPDATEUSER=true
172
+ # LDAPAUTH_DEBUG=false
173
+ # LDAPAUTH_LDAPTLSREQUIRECERT="LDAP_OPT_X_TLS_ALLOW"
174
+ # LDAPAUTH_LDAPTLSCUSTOMCACERT=false
175
+ # LDAPAUTH_LDAPTLSCRLCHECK="LDAP_OPT_X_TLS_CRL_PEER"
176
+ # LDAPAUTH_LDAPTLSPROTOCOLMIN="LDAP_OPT_X_TLS_PROTOCOL_TLS1_2"
177
177
178
178
# Enable Azure AD (Entra) authentication, according to https://github.com/MISP/MISP/blob/2.4/app/Plugin/AadAuth/README.md
179
179
# AAD_ENABLE=true
0 commit comments