imip-agent

conf/apache/imip-agent.conf

1276:589108aebee7
2017-09-19 Paul Boddie Set a fallback time zone directly on calendar objects, eliminating fallback tzid arguments to object methods. This should eliminate redundant argument preparation and propagation without affecting the computed results of datetime- and period-related operations. add-fallback-tzid-to-objects
     1 Alias /freebusy /var/www/imip-agent/static/     2      3 # Enable this directive to protect published free/busy information.     4      5 #<Location "/freebusy">     6      #AuthType basic     7      #AuthName "imip-agent"     8       9      # Choose one of the sections below.    10     11      # LDAP authentication...    12      #${APACHE_LDAP_ENABLE}AuthBasicProvider ldap    13      #${APACHE_LDAP_ENABLE}AuthLDAPUrl "$LDAP_SCHEME://$LDAP_HOST:$LDAP_PORT/$LDAP_BASE_DN?mail?sub"    14      15      # Simple file-based authentication...    16      #${APACHE_SIMPLE_ENABLE}AuthUserFile /var/www/imip-agent/users    17     18      # Access policy. Where users and groups are involved, specific users or    19      # groups can be required here.    20      21      #Require valid-user    22 #</Location>