imip-agent

conf/apache/imip-agent.conf

1069:37921ab84c01
2016-03-06 Paul Boddie Moved imip_store into a new imiptools.stores package as the file module.
     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      ##AuthBasicProvider ldap    13      ##AuthLDAPUrl "ldap://localhost/ou=People,dc=example,dc=com?mail?sub"    14      15      # Simple file-based authentication...    16      ##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>