You are not logged in Log in Join
You are here: Home » Members » mrlex's Home » ACUF » patch-gruf

Log in
Name

Password

 

patch description

Patch Feature

  • Add support for CAS authentication within GroupUserFolder (GRUF)

This patch allow the authenticate() method of GRUF to dive into the ACASUserFolder one even when its auth parameter is None

GroupUserFolder version

  • Versions 3.1 through 3.22 (3.2.2 in fact) needs patching. It has not been tested with earlyer versions.

This patch is not needed for GRUF >= 3.3 which already includes this support

However it is better to upgrade to 3.3 if you can

How to apply under UNIX:

    # ZOPE_PRODUCTS is usually "/usr/local/zope/lib/python/Products"
    cd $ZOPE_PRODUCTS/GroupUserFolder/
    patch -p1 < /tmp/GroupUserFolder-3.1-CASUserFolder.patch

Download

GroupUserFolder-3.1-CASUserFolder.patch