2015-04-06 | Paul Boddie | raw annotate files changeset graph | Fixed empty attendee removal; removed superfluous position information from the attendee-adding control elements; removed a superfluous time zone lookup. |
1 Alias /freebusy /var/www/imip-agent/static/ 2 Alias /imip-manager/styles.css /var/www/imip-agent/styles.css 3 ScriptAlias /imip-manager /var/www/imip-agent/imip_manager.py 4 5 <Location "/imip-manager"> 6 AuthType basic 7 AuthName "imip-manager" 8 AuthBasicProvider ldap 9 AuthLDAPUrl "ldap://localhost/ou=People,dc=example,dc=com?mail?sub" 10 Require valid-user 11 </Location>