Edgewall Software

Changes between Version 104 and Version 105 of TracModPython


Ignore:
Timestamp:
Apr 19, 2007, 2:38:04 AM (17 years ago)
Author:
hudsonfas@…
Comment:

Comment on Microsoft Windows 2003 Server Active Directory

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v104 v105  
    9595  AuthBasicProvider "ldap"
    9696  AuthLDAPURL "ldap://adserver.company.com:3268/DC=ad,DC=company,DC=com?sAMAccountName?sub?(objectClass=user)"
     97  AuthLDAPBindDN       ldap-auth-user@company.com
     98  AuthLDAPBindPassword "the_password"
    9799  authzldapauthoritative Off
    98100  # require valid-user
     
    102104
    103105Note 1: This is the case where the LDAP search will get around the multiple OUs, conecting to Global Catalog Server portion of AD (Notice the port is 3268, not the normal LDAP 389). The GCS is basically a "flattened" tree which allows searching for a user without knowing to which OU they belong.
    104 
    105 Note 2: The directive "require ldap-group ..."  specifies an AD group whose members are allowed access.
     106Note 2: Active Directory requires an authenticating user/password to access records (AuthLDAPBindDN and AuthLDAPBindPassword).
     107Note 3: The directive "require ldap-group ..."  specifies an AD group whose members are allowed access.
    106108
    107109