ZEO client authentication utterly unusable

Bug #220856 reported by Darryl Dixon
4
Affects Status Importance Assigned to Milestone
ZODB
Status tracked in 3.9
3.7
Fix Committed
Undecided
Jim Fulton
3.8
Fix Committed
Undecided
Unassigned
3.9
Fix Released
Low
Wichert Akkerman

Bug Description

For all versions of ZODB tagged to date, the ZEO client authentication option (documented here: http://www.zope.org/Wikis/ZODB/HowtoRunAZEOServer/howto.html) that is present in ZEO.ClientStorage.ClientStorage is unusable.
This is for a variety of reasons, including:
1) zeopasswd.py is needlessly difficult to use as it is not usable as a script (needs "if __name__ == '__main__': main(sys.argv[1:])" added, along with chmod +x etc)
2) ZODB/component.xml is missing the schema definitions for the 'username' and 'password' keys required to use authentication from the client (ironically 'realm' is present, though)
3) ZODB.config.ZEOClient does not pass through username and password credentials even if they are supplied in the config and accepted by the schema
4) The entire end-to-end process required is undocumented (eg, steps to create zeo password database, configuration directives required in zope.conf, etc).

Revision history for this message
Christian Theune (ctheune) wrote :

Wichert has been doping something on this, I'll assign this to him for now.

Changed in zodb:
assignee: nobody → wichert
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Wichert Akkerman (wichert) wrote :

1 is not a bug: You need to look at ZEO.scripts.zeopasswd if you want to use a raw script. The egg console_script entry point taks care of the necessary wrapping as well, so if you install ZEO using zc.recipe.egg or using easy_install you will automatically get a working zeopasswd script

I have fixed 2 and 3 in ZODB trunk and the 3.7 and 3.8 branches.

Changed in zodb:
status: Confirmed → Fix Committed
Revision history for this message
Darryl Dixon (esrever-otua) wrote :

This is still unfixed in the latest 2.10.6 release.

Revision history for this message
Wichert Akkerman (wichert) wrote :

There is no ZODB 2.10.6 release, so I am assuming that you are talking about Zope2.

Zope2 can not get this fix until a new ZODB 3.7 release is made, which is something I can not do.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.