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. smbUserFolder would do exactly what I want, but I've been unable to get the authentication module to work correctly (pam_smb-1.1.6/smb-valid-0.5/smbUserFolder.0.1). It does not seem to connect correctly to either the PDC or the BDC (i.e., NTV_SERVER_ERROR) Any suggestions for either exUserFolder or smbUserFolder? Thanks -- Erik
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
participants (2)
-
Magnuson.Erik -
Nagy Gabor