[Zope] SMB authentication

Nagy Gabor linux42@freemail.c3.hu
Thu, 10 Jan 2002 13:46:18 +0100


On 02-Jan-09 17:16, Magnuson.Erik wrote:
> I'm trying to setup SMB authentication using Zope 2.3.3/Python 2.1.1p3/RH 7.1 authenticating against Win2k domain servers.

> exUserFolder will authenticate usernames in this setup, but I'd like
>to limit the authorized users to only an explicit subset of the domain
>users. I don't see any obvious way to do this in exUserFolder.  

Maybe you could assign your people to different roles, and set the
permissions so that only one of the roles can access the protected
content.

Setting roles with XUF and smb auth source is not very easy, but it
seems it can be done 

Gee