[Fedora-directory-commits] directoryconsole/src/com/netscape/admin/dirserv dirserv.properties, 1.9, 1.10

Richard Allen Megginson rmeggins at fedoraproject.org
Fri Dec 12 18:35:40 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/directoryconsole/src/com/netscape/admin/dirserv
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26442/directoryconsole/src/com/netscape/admin/dirserv

Modified Files:
	dirserv.properties 
Log Message:
Resolves: bug 238762
Bug Description: Support "auto" for "Import cache size" in the LDBM Plug-in Settings
Reviewed by: nhosoi (Thanks!)
Fix Description: Added a check box for "use auto cache size".  If this is checked, a value of -1 will be saved for nsslapd-import-cache-autosize which will tell the server to use the default auto cache value.  If this is not checked, a value of 0 will be saved which will tell the server to use the number from nsslapd-import-cachesize.  If the check box is checked, the import cachesize field will be disabled.  Here are a couple of screen shots.
https://bugzilla.redhat.com/attachment.cgi?id=326699
https://bugzilla.redhat.com/attachment.cgi?id=326700
Platforms tested: RHEL5
Flag Day: no
Doc impact: yes - will have to document the new UI



Index: dirserv.properties
===================================================================
RCS file: /cvs/dirsec/directoryconsole/src/com/netscape/admin/dirserv/dirserv.properties,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- dirserv.properties	2 Dec 2008 15:27:37 -0000	1.9
+++ dirserv.properties	12 Dec 2008 18:35:37 -0000	1.10
@@ -1488,6 +1488,8 @@
 pldbmsetting-importCacheSize-ttip= Size of cache used for import
 pldbmsetting-importCacheSize-unit-label=bytes
 pldbmsetting-importCacheSize-columns=15
+pldbmsetting-autoCacheSize-label=Use Import Cache Auto-Size
+pldbmsetting-autoCacheSize-ttip=If import cache auto-size is used, the server will automatically figure out the optimal amount of memory to use
 
 
 #




More information about the Fedora-directory-commits mailing list