[Zope] FW: Change roles with python
Dieter Maurer
dieter@handshake.de
Sat, 31 May 2003 19:34:47 +0200
Andrew R. Halko wrote at 2003-5-31 09:28 -0400:
> In User.py there are some lines:
>
> _remote_user_mode=_remote_user_mode
> _domain_auth_mode=0
> _emergency_user=emergency_user
> # Note: use of the '_super' name is deprecated.
> _super=emergency_user
> _nobody=nobody
>
> Is all I have to change the _domain_auth_mode=0 to be 1?
The user folder has also a method that can control the
"_domain_auth_mode". You can call this method via Web
to change to mode. That was, what I have been suggesting.
But, you can modify the sources, too. Be careful with
upgrades, then.
Dieter