unable to change value of nsslapd-errorlog-logmaxdiskspace to -1

Hi Team,

I get the following error when running the ldapmodify command to change the value of the attribute "nsslapd-errorlog-logmaxdiskspace" to -1.

# ./ldapmodify -D "cn=Directory Manager" -w-

Enter bind password:

dn:cn=config

changetype:modify

replace:nsslapd-errorlog-logmaxdiskspace

nsslapd-errorlog-logmaxdiskspace: -1

modifying entry cn=config

ldap_modify: Operations error

ldap_modify: additional info: nsslapd-accesslog-logmaxdiskspace: maxdiskspace "-1" is less than max log size "100"

I was able to change the value of "nsslapd-accesslog-logmaxdiskspace" to -1 .

What could be the reason for this error and how do I change the value of attribute "nsslapd-errorlog-logmaxdiskspace" to "-1"

Thanks,

Suresh

[806 byte] By [sureshsamuela] at [2007-11-27 4:47:14]
# 1
dsconf seems able to do this, e.g.:dsconf set-log-prop error max-disk-space-size:unlimited... will give you nsslapd-errorlog-logmaxdiskspace: -1Still, would be nice if you were able to do this via LDAP modification to cn=config, as in previous versions.
gtholberta at 2007-7-12 9:59:56 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
I am using JES2005Q4
sureshsamuela at 2007-7-12 9:59:56 > top of Java-index,Web & Directory Servers,Directory Servers...