gunnar: server/kolabd/kolabd/templates httpd.conf.template.in, 1.18, 1.19

cvs at kolab.org cvs at kolab.org
Thu Feb 7 08:53:20 CET 2008


Author: gunnar

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv7669/kolabd/kolabd/templates

Modified Files:
	httpd.conf.template.in 
Log Message:
Allow internal users (also manager) to access free/busy.

Index: httpd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/httpd.conf.template.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- httpd.conf.template.in	29 Nov 2007 15:32:11 -0000	1.18
+++ httpd.conf.template.in	7 Feb 2008 07:53:18 -0000	1.19
@@ -211,9 +211,15 @@
 
 <AuthnProviderAlias ldap ldap-mail>
   AuthLDAPURL ldap://@@@ldap_ip@@@:@@@ldap_port@@@/@@@base_dn@@@?mail
+  AuthLDAPBindDN "@@@php_dn@@@"
+  AuthLDAPBindPassword "@@@php_pw@@@"
+  AuthzLDAPAuthoritative off
 </AuthnProviderAlias>
 <AuthnProviderAlias ldap ldap-uid>
   AuthLDAPURL ldap://@@@ldap_ip@@@:@@@ldap_port@@@/@@@base_dn@@@?uid
+  AuthLDAPBindDN "@@@php_dn@@@"
+  AuthLDAPBindPassword "@@@php_pw@@@"
+  AuthzLDAPAuthoritative off
 </AuthnProviderAlias>
 
 <Directory "@webserver_document_root@/freebusy">
@@ -236,9 +242,6 @@
    AuthBasicAuthoritative off
    AuthUserFile /dev/null
    AuthBasicProvider ldap-mail ldap-uid
-   AuthzLDAPAuthoritative off
-   AuthLDAPBindDN "@@@php_dn@@@"
-   AuthLDAPBindPassword "@@@php_pw@@@"
 @@@endif@@@
    AddDefaultCharset Off  
 </Directory>





More information about the commits mailing list