imip-agent

Annotated conf/apache/imip-agent.conf

1371:177816f89852
2017-10-24 Paul Boddie Merged changes from the default branch. client-editing-simplification
paul@90 1
Alias /freebusy /var/www/imip-agent/static/
paul@748 2
paul@748 3
# Enable this directive to protect published free/busy information.
paul@90 4
paul@748 5
#<Location "/freebusy">
paul@901 6
     #AuthType basic
paul@901 7
     #AuthName "imip-agent"
paul@901 8
 
paul@901 9
     # Choose one of the sections below.
paul@901 10
paul@901 11
     # LDAP authentication...
paul@1115 12
     #${APACHE_LDAP_ENABLE}AuthBasicProvider ldap
paul@1115 13
     #${APACHE_LDAP_ENABLE}AuthLDAPUrl "$LDAP_SCHEME://$LDAP_HOST:$LDAP_PORT/$LDAP_BASE_DN?mail?sub"
paul@901 14
 
paul@901 15
     # Simple file-based authentication...
paul@1115 16
     #${APACHE_SIMPLE_ENABLE}AuthUserFile /var/www/imip-agent/users
paul@901 17
paul@901 18
     # Access policy. Where users and groups are involved, specific users or
paul@901 19
     # groups can be required here.
paul@901 20
 
paul@901 21
     #Require valid-user
paul@748 22
#</Location>