Module: check_mk
Branch: master
Commit: 45646589846537be1ae90adf3cf042567b292b75
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=45646589846537…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Fri Jul 1 11:19:25 2016 +0200
3658 LDAP: Connections can now be enabled/disabled per site
The global setting "Automatic User Synchronization" has been deprecated. The
configuration option has been moved to the site configuration.
Now you can specify whether or not to synchronize users with the connections
per site. You can also choose an option to individually enable single LDAP
connections per site.
---
.werks/3658 | 14 +++++++++
ChangeLog | 1 +
web/htdocs/userdb.py | 44 +++++++++++++++++++++++++++-
web/htdocs/wato.py | 33 ++++++++++++++++++++-
web/htdocs/watolib.py | 5 ++++
web/plugins/config/builtin.py | 3 ++
web/plugins/wato/check_mk_configuration.py | 22 --------------
7 files changed, 98 insertions(+), 24 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=4564658984…