Jump to content

Setting permissions for folders created by externalUserFolderProcessor (LDAP auth)


Go to solution Solved by plambert_1,

Recommended Posts

Posted

I have my server integrated with LDAP, and authentication is working perfectly.

Users' home directories are being created under a directory named /Users. This is currently the result of this bean config:

    <bean id="externalUserFolderProcessor"
          class="com.jaspersoft.jasperserver.api.security.externalAuth.processors.ExternalUserFolderProcessor"
          parent="abstractExternalProcessor">
        <property name="repositoryService" ref="${bean.unsecureRepositoryService}"/>
        <property name="userFoldersParentDirectory" value="/Users"/>
    </bean>
 
My issue is with permissions applied to the newly-created folders. By default, the user role's read-only permisison is being inherited. I would like for the new user to have Administer access over the folder (and ideally revoke read-only access for the role).
 
I would like to know if there is an additional property that will let me achieve this. Documentation of externalUserFolderProcessor seems to be scarce. Any advice?
 
Thanks!
 
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...