Changes between Initial Version and Version 1 of Ticket #10581, comment 12


Ignore:
Timestamp:
Sep 18, 2013, 6:22:44 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10581, comment 12

    initial v1  
    33The following changes also seems to be advisable, even if perhaps not necessary:
    44
    5 {{{
     5{{{#!diff
    66-    dir_timeout = Option('account-manager', 'dir_timeout', 5, 'ldap response timeout in seconds')
    77+    dir_timeout = IntOption('account-manager', 'dir_timeout', 5, 'ldap response timeout in seconds')
     
    1010As well as
    1111
    12 {{{
     12{{{#!diff
    1313-    group_expand = Option('account-manager', 'group_expand', 1, 'binary: expand ldap_groups into trac groups.')
    1414-    cache_ttl = Option('account-manager', 'cache_timeout', 60, 'cache timeout in seconds')