Hello again,
When running tDAV with nsperm, at startup tDAV.tcl would throw this
error"
[28/Feb/2005:11:24:45][29541.2684396012][-main-] Error: tcl: source
/web/mars-h\q/tcl/tDAV.tcl failed: invalid option "inherit": should be
-noinherit
NONE
invalid option "inherit": should be -noinherit
while executing
"ns_perm denyuser inherit GET $uri """
invoked from within
"if { ![string equal "" $tdav_shares] } {
for {set i 0} {$i < [ns_set size $tdav_shares]} {incr i} {
set tdav_share [ns_configsecti..."
(file "/web/mars-hq/tcl/tDAV.tcl" line 2315)
invoked from within
"source $file"
I patched this by stripping "inherit" from the ns_perm calls from
tDAV.tcl line 2321 through 2333.