با این اسکریپت میتونید وب سرور آپاچی خودتون رو در مقابل حملات Lightweight Directory Access Protocol یا همان LDAP محافظت کنید .
کد:SSLRequireSSL
AuthType Basic
AuthName "Authentication"
AuthBasicProvider ldap
AuthLDAPBindDN name@example.com
AuthLDAPBindPassword password
AuthLDAPURL ldaps://host:port/ou=MainOU,dc=example,dc=com?sAMAccountName?sub?(objectClass=*)
AuthzLDAPAuthoritative off
Require valid-user