martin: doc/architecture server.sgml,1.18,1.19

cvs at intevation.de cvs at intevation.de
Tue Apr 27 20:10:26 CEST 2004


Author: martin

Update of /kolabrepository/doc/architecture
In directory doto:/tmp/cvs-serv21807

Modified Files:
	server.sgml 
Log Message:
Martin K.: Better explicit protection of user password


Index: server.sgml
===================================================================
RCS file: /kolabrepository/doc/architecture/server.sgml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- server.sgml	20 Apr 2004 18:26:43 -0000	1.18
+++ server.sgml	27 Apr 2004 18:10:23 -0000	1.19
@@ -1103,10 +1103,10 @@
 <programlisting>
 
 access to attr=userPassword
-        by group="cn=admin,dc=kepler" write
-        by group="cn=maintainer,dc=kepler" write
-        by self write
-        by anonymous auth
+        by group="cn=admin,dc=kepler" =wx
+        by group="cn=maintainer,dc=kepler" =wx
+        by self =wx
+        by anonymous =x
         by * none stop
 
 access to attr=mail





More information about the commits mailing list