Hello, I am currently implementing user login using a ldap server. So far so good. I am able enter to the repositories and when the user that is logging in doesn't exist in the repository, it is automatically created.
I am seeing that the created users have no privileges (which makes sense). Unfortunately, I am using a property from the authorizable to get the modules the user can see in the application. And when a new user logs in, he is not able to get its own authorizable and I cannot read the property. Is there an "easy" way to assign, to the user that is created automatically, jcr:read to it's own authorizable's path? If there is not I think I will go with the alternative. Just check if he has the permission, if not, grant it before getting its own authorizable... Thanks. Jorge Eduardo Flórez
