diff options
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/restrictshell/templates/ldap-sshkey2file.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/restrictshell/templates/ldap-sshkey2file.py b/modules/restrictshell/templates/ldap-sshkey2file.py index ec5afc8e..bd369266 100755 --- a/modules/restrictshell/templates/ldap-sshkey2file.py +++ b/modules/restrictshell/templates/ldap-sshkey2file.py @@ -16,7 +16,7 @@ uris=['ldap://ldap.<%= domain %>'] random.shuffle(uris) uri = " ".join(uris) timeout=5 -binddn="cn=<%= fqdn %>,ou=Hosts," % basedn +binddn="cn=<%= fqdn %>,ou=Hosts,%s" % basedn pwfile="<%= ldap_pwfile %>" # filter out disabled accounts also # too bad uidNumber doesn't support >= filters |