Changes between Version 21 and Version 22 of LdapPlugin


Ignore:
Timestamp:
Oct 22, 2006, 2:01:01 PM (18 years ago)
Author:
Emmanuel Blot
Comment:

Document changes for 0.5.0

Legend:

Unmodified
Added
Removed
Modified
  • LdapPlugin

    v21 v22  
    115115# enable LDAP support for Trac
    116116enable = false
     117# enable TLS support
     118use_tls = false
    117119# LDAP directory host
    118120host = localhost
    119 # LDAP directory port
     121# LDAP directory port (default port for LDAPS/TLS connections is 636)
    120122port = 389
    121123# BaseDN
     
    487489 * '''v0.4.3''': Fix up two issues with authentication (an invalid user identifier was sent to the LDAP server)
    488490 * '''v0.4.4''': Enable support for posix groups (and group members w/o distinguish name)
     491 * '''v0.5.0''': Add basic support for LDAPS/TLS connections
    489492
    490493== Author/Contributors ==