> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 28, 2003 9:54 AM > To: [EMAIL PROTECTED] > Subject: RE: Cocoon 2.1 Authentication Bug? *Please* Help > > > Hello Carsten, > > The authentication works very well and I can enter inside the portal. > But inside the portal there are two "functions": User Management > and Portal Management. These "functions" use the portal-auth > action and the portal-conf and auth-conf generators. > The problem is that I can't access to these "functions", the > error is "Cocoon couldn't find the resource requested". > Before I changed the authentication pipeline and integrated a > LDAP transformer these "functions" worked very well. > > How works the portal-auth action? Do the generators read a file > (sunrise-user.xml) or another session parameters? > The tools use a configuration that is part of the handler configuration in the sitemap: <configuration name="single-role-user-management"> <load-users uri="cocoon:raw:/sunrise-loaduser"/> <load-roles uri="cocoon:raw:/sunrise-roles"/> <new-user uri="cocoon:raw:/sunrise-newuser"/> <new-role uri="cocoon:raw:/sunrise-newrole"/> <change-user uri="cocoon:raw:/sunrise-changeuser"/> <delete-role uri="cocoon:raw:/sunrise-delrole"/> <delete-user uri="cocoon:raw:/sunrise-deluser"/> </configuration>
you have to adjust these pipelines as well to use ldap. Carsten
