Skip to content

Possibility to query ldap user on realtime.

gitlab-qa-bot requested to merge github/fork/farchanjo/master into master

Created by: farchanjo

Sometimes we need a realtime query on ldap. LDAP was developed to receive to many read queries per seconds. 1 hour of query is too much time if one bad developer. As example my ldap filter:

user_filter: '(&(&(VCS=1)(disabled=0))(objectClass=SkoobServices))'

If I set VCS (Version Control System = 0 or disabled = 1), I still can commit via SSH protocol due the cache connection.

I gave the possibility to cache if wanted.

Merge request reports