martin: server/kolab/kolab slapd.conf.template,1.10,1.11

cvs at intevation.de cvs at intevation.de
Fri Mar 19 12:04:14 CET 2004


Author: martin

Update of /kolabrepository/server/kolab/kolab
In directory doto:/tmp/cvs-serv16928

Modified Files:
	slapd.conf.template 
Log Message:
Martin K.: Adapted to new OpenLDAP Syntax for regular expressions for access control


Index: slapd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/slapd.conf.template,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- slapd.conf.template	28 Nov 2003 02:01:04 -0000	1.10
+++ slapd.conf.template	19 Mar 2004 11:04:12 -0000	1.11
@@ -1,5 +1,5 @@
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
-# (c) 2003 Martin Konold <martin.konold at erfrakon.de>
+# (c) 2004 Martin Konold <martin.konold at erfrakon.de>
 # (c) 2003 Achim Frank <achim.frank at erfrakon.de>
 # This program is Free Software under the GNU General Public License (>=v2).
 # Read the file COPYING that comes with this packages for details.
@@ -87,14 +87,14 @@
         by self write
         by anonymous auth stop
 
-access to dn="(.*,)?cn=internal,@@@base_dn@@@"
+access to dn.regexp="(.*,)?cn=internal,@@@base_dn@@@"
  	by group="cn=admin,@@@base_dn@@@" write
         by group="cn=maintainer,@@@base_dn@@@" write
         by self write
 	by dn="cn=nobody,@@@base_dn@@@" read 
 	by anonymous auth stop
 
-access to dn="(.*,)?cn=external,@@@base_dn@@@"
+access to dn.regexp="(.*,)?cn=external,@@@base_dn@@@"
         by group="cn=admin,@@@base_dn@@@" write
         by group="cn=maintainer,@@@base_dn@@@" write
 	by * read stop





More information about the commits mailing list