2015-04-05 | Paul Boddie | file changeset files shortlog | Show only recurrences provided by a particular event, not parent events. This is intended to make editing of occurrences more intuitive and less confusing. |
paul@90 | 1 | Alias /freebusy /var/www/imip-agent/static/ |
paul@188 | 2 | Alias /imip-manager/styles.css /var/www/imip-agent/styles.css |
paul@90 | 3 | ScriptAlias /imip-manager /var/www/imip-agent/imip_manager.py |
paul@90 | 4 | |
paul@90 | 5 | <Location "/imip-manager"> |
paul@90 | 6 | AuthType basic |
paul@90 | 7 | AuthName "imip-manager" |
paul@90 | 8 | AuthBasicProvider ldap |
paul@90 | 9 | AuthLDAPUrl "ldap://localhost/ou=People,dc=example,dc=com?mail?sub" |
paul@90 | 10 | Require valid-user |
paul@90 | 11 | </Location> |