Hello, 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. Is there a way to do that? Thanks, Derek
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
participants (2)
-
Derek Simkowiak -
Dieter Maurer