- or download this
<Directory "/home/xxxxx/apache2/cgi-bin">
AllowOverride None
...
AuthLDAPBindPassword "XXXXXXXXXXXXXXXXXX"
Require valid-user
</Directory>
- or download this
[Sun Apr 12 17:06:25.112467 2020] [authnz_ldap:debug] [pid 26287:tid 2
+7] mod_authnz_ldap.c(522): [client xx.xx.xx.xx:53875] AH01691: auth_l
+dap authenticate: using URL ldap://xx.xx.xx.xx:389/DC=DOMAIN,dc=com?s
+AMAccountName?sub?(objectClass=Person)
[Sun Apr 12 17:06:25.593392 2020] [authnz_ldap:info] [pid 26287:tid 27
+] [client xx.xx.xx.xx:53875] AH01695: auth_ldap authenticate: user us
+er_id authentication failed; URI / [LDAP: ldap_simple_bind() failed][
+Invalid credentials]
[Sun Apr 12 17:06:25.593410 2020] [auth_basic:error] [pid 26287:tid 27
+] [client xx.xx.xx.xx:53875] AH01617: user user_id: authentication fa
+ilure for "/": Password Mismatch
- or download this
ldapsearch -H ldap://xx.xx.xx.xx:389 -x -D "DOMAIN\user_id" -W -b "dc=
+DOMAIN,dc=com" -s sub "(&(sAMAccountName=user_id)(objectClass=Person)
+)"