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
|