Does the code has any problem?
CASE-SENSITIVE = YES
RULES
{
.
{
/templatedata/passenger-guide/ #the path name of a directory must end with a '/'
{
owner=HKIA-TS-DEV01\admin1
setaccess = {HKIA-TS-DEV01\passengerGuide:ALL}
}
/$
{
group=HKIA-TS-DEV01\Common
}
[^/]$
{
group=HKIA-TS-DEV01\Common
}
}
}
Thanks in advance!