Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LDAP caching problem #174

Open
buestad opened this issue Mar 2, 2023 · 0 comments
Open

LDAP caching problem #174

buestad opened this issue Mar 2, 2023 · 0 comments

Comments

@buestad
Copy link

buestad commented Mar 2, 2023

I tried to enable LDAP caching to speed up the user interface since our system has a huge userlist.

CacheEnabled=true
CacheFile=./data/ldap.cache.json

When I click Users -> List, no users are listed.

I tried to change the path to the CacheFile to absolute but it did not work

CacheFile=/opt/svnadmin/data/ldap.cache.json

I would assume that if the ldap.cache.json file does not exist it will be created, but it does not.
I then searched the php source code for CacheEnabled and the only place it is used looks like it does reading from the .json file.

How do I get the cache file created?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant