View Single Post
Old 11-09-2003, 12:17 PM  
ThomasH
Member
 
Join Date: Oct 2003
Posts: 30
Default Small bug in dir rights assignments

I had some trouble with my virtuel dir rights settings:

MakeDir = /Finance adm/* =finadm 1MG !*

That one didn't work, it turned out that the space in the virtuel dir name caused the error.

I had to use:

MakeDir = /Finance_adm/* =finadm 1MG !*


It seems that the dir name is parsed a bit incorrectly.



Small thing, but I wanted to let you know, so you might get it fixed in the next version.

/ThomasH
ThomasH is offline   Reply With Quote