12 Feb
2002
12 Feb
'02
8:45 p.m.
Derek Simkowiak writes:
I am using the Local File System product to import some directories on my hard drive into Zope.
The tricky part is, I want to use Zope's acl_users and acquisition to manage usernames/passwords on those directories. That is, I want the Local File System to have an "acl_users" subdirectory where I can add/remove usernames. I doubt you can put an acl_users in the file system.
But you can place it in the directory containing the LocalFSRoot and let acquisition work... Dieter