imip-agent

Annotated conf/apache/imip-agent.conf

1103:b32d7b080ed7
2016-04-08 Paul Boddie Added Danish translations by Jonas Smedegaard. Switched the Norwegian translations to use UTF-8. Added copyright details for translations.
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@901 12
     ##AuthBasicProvider ldap
paul@901 13
     ##AuthLDAPUrl "ldap://localhost/ou=People,dc=example,dc=com?mail?sub"
paul@901 14
 
paul@901 15
     # Simple file-based authentication...
paul@901 16
     ##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>