Hi guys!
On my server I have LDAP authentication with 3000 users that follow the standard structure (user folder inside "/home").
Ex:
/Home
/User1/content
/User2/folder/content
/User3/new_folder/content
...
/User3000/content
When I choose the option to list folders apparently the jackrabbit (JCR) is bringing the entire directory structure.
Exist any configuration that would allow to me bring the structure of demand?
For example. browse files:
/Home
/ user1
/ user2
/ user3
...
/ user3000
When I click user2:
/Home
/ user1
/ User2 / folder / content
/ user3
...
/ user3000
???
Thank you!
On my server I have LDAP authentication with 3000 users that follow the standard structure (user folder inside "/home").
Ex:
/Home
/User1/content
/User2/folder/content
/User3/new_folder/content
...
/User3000/content
When I choose the option to list folders apparently the jackrabbit (JCR) is bringing the entire directory structure.
Exist any configuration that would allow to me bring the structure of demand?
For example. browse files:
/Home
/ user1
/ user2
/ user3
...
/ user3000
When I click user2:
/Home
/ user1
/ User2 / folder / content
/ user3
...
/ user3000
???
Thank you!