imip-agent

conf/apache/imip-agent.conf

1354:102a5f873a8b
2017-10-20 Paul Boddie Made a function that obtains all period instances for a recurrence rule.
     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>