Re: ldap user permission

2019-06-05 Thread Angela Schreiber
@jackrabbit.apache.org Subject: Re: ldap user permission Hi Angela, thank you for your reply. I think it is awesome all the things you guys made with Oak. Unfortunately we are not using OSGi. Anyway, I will make it work as you say and see what happens. Thanks again. Jorge El lun., 3 jun. 2019 a las 1:24

Re: ldap user permission

2019-06-05 Thread jorgeeflorez .
. > Sent: Friday, May 31, 2019 2:34 PM > To: oak-dev@jackrabbit.apache.org > Subject: ldap user permission > > 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

Re: ldap user permission

2019-06-03 Thread Angela Schreiber
k/docs/security/user/authorizableaction.html there should be tests available in oak-core that illustrate the behavior if you wanted to see it in action. hope that helps angela From: jorgeeflorez . Sent: Friday, May 31, 2019 2:34 PM To: oak-dev@jackrabbit.apache.org Subject:

ldap user permission

2019-05-31 Thread jorgeeflorez .
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).