Hello all, Maybe the problem is that I'm trying to use too many acronyms at once, but I'm having a problem using GUF, ZMySQLDA and PTK all together. Basically, I have a Portal up and going ok, and I have a Folder authenticated by a GUF against a MySQL database ok, but I want to have the Portal authenticate through the GUF. (I'm trying to get the portal up and running and integreted with an existing system, if you're wondering why) So I've got something like Zope |-GUFTest |-Portal But when I do http://zope/GUFTest/Portal it brings up the GUF authentication screen ok, but won't actually authenticate me. Is there something preventing Aquisition from handing the Roles found by the GUF to the Portal pages? I added roles in the GUF to match those in the Portal (Member, etc.), created a user in GUF with the same name as one in my MySQL database (to make sure the user folders were created properly) and then deleted the acl_users folder in the Portal. Does any of this sound like it makes sense? Any help anyone could offer would be of great use. Thanks! Monty