first try
This commit is contained in:
parent
5c8551e511
commit
d896782fc9
@ -1269,11 +1269,10 @@ register_rule(group,
|
||||
allow_empty = False,
|
||||
size = 60,
|
||||
),
|
||||
Password(
|
||||
IndividualOrStoredPassword(
|
||||
title = _("Password"),
|
||||
help = _("Password for binding, if your server requires an authentication"),
|
||||
allow_empty = False,
|
||||
size = 20,
|
||||
)
|
||||
]
|
||||
)
|
||||
|
@ -24,6 +24,9 @@
|
||||
# to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
# Boston, MA 02110-1301 USA.
|
||||
|
||||
import cmk.password_store
|
||||
cmk.password_store.replace_passwords()
|
||||
|
||||
def check_ldap_arguments(params):
|
||||
name, basedn, settings = params
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user