Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit fa34c8e

Browse files
author
Matej Stajduhar
committed
Updating-pam_ldap-when-statements-2
1 parent faf8ed0 commit fa34c8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/debian/pam_ldap/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
regexp: "AuthorizedKeysCommand "
117117
line: AuthorizedKeysCommand /usr/local/bin/ssh-getkey-ldap
118118
when:
119-
- ldap_client.binddn | length = 0
119+
- ldap_client.binddn | length == 0
120120

121121
- name: Configure SSH pub key command user.
122122
ansible.builtin.lineinfile:

0 commit comments

Comments
 (0)