]> git.sur5r.net Git - contagged/commit
mod_auth_ldap, non-anon binding and openxchange support
authorDaniel Tarbuck <tarbuck@futurewest.ca>
Tue, 17 Jan 2006 11:14:59 +0000 (12:14 +0100)
committerDaniel Tarbuck <tarbuck@futurewest.ca>
Tue, 17 Jan 2006 11:14:59 +0000 (12:14 +0100)
commit77d53c7d27865772028df4c45ee81b38ac13f0e7
tree2ce7caa9d74c5f96e8dc75ff32567236f4ef1a64
parentc40429e3bbaa23798c5d7398c4917cde7241b5af
mod_auth_ldap, non-anon binding and openxchange support

The attached patch builds on your work in the following ways:
1. adds support for non-anonymous binding.  Leaving the extra config
variables empty results in an anonymous bind.  I haven't fully tested
this (I cannot test the anonymous case), but any problems should be
apparent immediately.

2. adds support for httpd authentication.  I use mod_auth_ldap to
authenticate access to the site.  This prevents the user having to login
twice.

3. adds support for parts of the openxchange schema
(http://www.openxchange.org). Only the parts I found useful are added.
The openxchange.schema is not included as the user that enables this is
expected to have already installed openxchange.

darcs-hash:20060117111459-bb1f7-cc6f1f6e943f5c6ffa8f393f68c32500505dae67.gz
13 files changed:
README
_htaccess [new file with mode: 0644]
config.php
entry.php
functions.php
index.php
lang/en.php
template.php
templates/entry_edit.tpl
templates/entry_show.tpl
templates/list_filter.tpl
templates/openxchange_edit.tpl [new file with mode: 0644]
templates/openxchange_show.tpl [new file with mode: 0644]