2014-12-18 | Paul Boddie | file changeset files shortlog | Support event cancellations issued by a person. |
paul@90 | 1 | Alias /freebusy /var/www/imip-agent/static/ |
paul@90 | 2 | ScriptAlias /imip-manager /var/www/imip-agent/imip_manager.py |
paul@90 | 3 | |
paul@90 | 4 | <Location "/imip-manager"> |
paul@90 | 5 | AuthType basic |
paul@90 | 6 | AuthName "imip-manager" |
paul@90 | 7 | AuthBasicProvider ldap |
paul@90 | 8 | AuthLDAPUrl "ldap://localhost/ou=People,dc=example,dc=com?mail?sub" |
paul@90 | 9 | Require valid-user |
paul@90 | 10 | </Location> |