Skip to content

Commit fcb1044

Browse files
lgetwanrobin-checkmk
authored andcommitted
LDAP Module: Added changelog.
1 parent 9e9b178 commit fcb1044

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelogs/fragments/ldap.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
major_changes:
2+
- LDAP module - Add module for LDAP connections.
3+
Refer to the module documentation for further details.
4+
- LDAP Connection lookup module - Add module to lookup details of a single LDAP connection.
5+
- LDAP Connections lookup module - Add module to lookup all LDAP connections and their details.

plugins/modules/ldap.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,8 @@ def _perform_action(self, action, method, data=None):
933933
}
934934
exit_module(
935935
self.module,
936-
msg="LDAP configuration %s. diff=%s" % (
936+
msg="LDAP configuration %s. diff=%s"
937+
% (
937938
action_msgs.get(action, action),
938939
str(diff),
939940
),

0 commit comments

Comments
 (0)