Edgewall Software

Changes between Version 6 and Version 7 of ActiveDirectory


Ignore:
Timestamp:
Jul 8, 2017, 3:20:40 PM (7 years ago)
Author:
Jun Omae
Comment:

use https://httpd.apache.org/docs/

Legend:

Unmodified
Added
Removed
Modified
  • ActiveDirectory

    v6 v7  
    1010 * your basedn is `DC=mydom,DC=example,DC=org`
    1111
    12 == Apache 2.0.x with [http://httpd.apache.org/docs-2.0/mod/mod_auth_ldap.html mod_auth_ldap]
     12== Apache 2.0.x with [https://httpd.apache.org/docs/2.0/mod/mod_auth_ldap.html mod_auth_ldap]
    1313
    1414You need to have `mod_ldap.so` and `mod_auth_ldap.so` compiled.
     
    4545}}}
    4646
    47 == Apache 2.2.x with [http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html mod_authnz_ldap] and LDAP over SSL
     47== Apache 2.2.x with [https://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html mod_authnz_ldap] and LDAP over SSL
    4848
    4949You need to have `mod_ldap.so` and `mod_authnz_ldap.so` compiled. To do so, compile Apache with: