Dear fellas,

I am trying to set up authentication in a Plone site with mixed sources for
the functionalities:

- For extraction and authentication, I am using PASSSL, which extracts the
username from the DN of a client certificate.

- For user enumeration and user properties, I'd like to use a database
connection, with SQLPASPlugin.

As of know, I was able to configure PASSSL correctly: it really works
extracting the userid from the certificate. For example, let's say my
certificate subject is "CN=blablablah:foo:blablabla". PASSSL is able to
extract foo as the username.

Now, I want SQLPAS plugin to get the full username from the database. It
works perfectly, my fullname appears instead of the username in the
plone.personal_bar viewlet.

Finally, I want to be able to search users for the sharing tab using the
fullname from the database. I thought I should use the user enumeration for
that, so I activated it in the ZMI for PAS. But when I try to search a user
in the sharing tab for a folder, it doesn't show any results, only a
"changes saved" message.

The SQLPASPlugin user manager object is already the first one in the
ordering for user enumeration registry.

Anyone has any idea on what I should look?

Regards,

Alberto
-- 
View this message in context: 
http://n2.nabble.com/Help-with-SQLPASPlugin-tp1644901p1644901.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.


_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to