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!
1 Answer:
Posted on October 28, 2015 at 10:26am
this post could help you
http://community.jaspersoft.com/wiki/example-custom-user-folder-processor-jasperreports-server