RE: [Zope] SMB authentication
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.
Well, if I go to set local roles with ExUserFolder and SMB, I get a Error Type: TypeError Error Value: len() of unsized object traceback. In addition, the domain has 500 users and I only want to give access to less than 50. That would be a lot of manual clicking to set 500 local roles.
Setting roles with XUF and smb auth source is not very easy, but it seems it can be done
I'm looking for hints. I could always try to hack in an explicit user list into the smb auth method but I wanted to see if anyone else had done something like this to make sure I was not re-inventing any wheels. Thanks -- Erik
I'm looking for hints. I could always try to hack in an explicit user
list into the smb auth method but I wanted to see if anyone else had done something like this to make sure I was not re-inventing any wheels. someway you have to specify who the users are. So, you could define them in a zodbAuth source and then simply define a remoteAuthMethod, which takes care of the auth... Zope and xufs security works by first looking up the user based on the username and then attempting to authenticate. the same goes for the other sql based methods that are around. Also, try the exuserfolder-users@lists.sourceforge.net list for xuf questions :) /dario - -------------------------------------------------------------------- Dario Lopez-Kästen Systems Developer Chalmers Univ. of Technology dario@ita.chalmers.se ICQ will yield no hits IT Systems & Services
participants (2)
-
Dario Lopez-Kästen -
Magnuson.Erik