george_8 Posted October 28, 2015 Posted October 28, 2015 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!
Solution plambert_1 Posted October 28, 2015 Solution Posted October 28, 2015 this post could help youhttp://community.jaspersoft.com/wiki/example-custom-user-folder-processor-jasperreports-server
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now