# HG changeset patch # User Paul Boddie # Date 1445532829 -7200 # Node ID baad7aa1d14c192cafa797632f2b8e9e8c5c134d # Parent 3308aa0462ca2a885faf344b867c7551ba268285 Added optional directives to the free/busy publishing configuration. diff -r 3308aa0462ca -r baad7aa1d14c conf/apache/imip-agent.conf --- a/conf/apache/imip-agent.conf Thu Oct 22 18:40:25 2015 +0200 +++ b/conf/apache/imip-agent.conf Thu Oct 22 18:53:49 2015 +0200 @@ -3,9 +3,20 @@ # Enable this directive to protect published free/busy information. # -# AuthType basic -# AuthName "imip-agent" -# AuthBasicProvider ldap -# AuthLDAPUrl "ldap://localhost/ou=People,dc=example,dc=com?mail?sub" -# Require valid-user + #AuthType basic + #AuthName "imip-agent" + + # Choose one of the sections below. + + # LDAP authentication... + ##AuthBasicProvider ldap + ##AuthLDAPUrl "ldap://localhost/ou=People,dc=example,dc=com?mail?sub" + + # Simple file-based authentication... + ##AuthUserFile /var/www/imip-agent/users + + # Access policy. Where users and groups are involved, specific users or + # groups can be required here. + + #Require valid-user #