diff options
author | Oliver Kiddle <opk@zsh.org> | 2025-01-27 23:26:08 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2025-01-27 23:35:03 +0100 |
commit | a07ff879c0ed41222671fe92c62436435703645d (patch) | |
tree | e9420ceb12fe7560d93070125524c112cce3d7ed /Completion/Unix/Command/_openldap | |
parent | 65285fac236dec95564bdd082ac637976c9d41c4 (diff) | |
download | zsh-a07ff879c0ed41222671fe92c62436435703645d.tar.gz zsh-a07ff879c0ed41222671fe92c62436435703645d.zip |
unposted: fix quoting in openldap completion
Diffstat (limited to 'Completion/Unix/Command/_openldap')
-rw-r--r-- | Completion/Unix/Command/_openldap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_openldap b/Completion/Unix/Command/_openldap index 233d0950e..3fb6c0e0b 100644 --- a/Completion/Unix/Command/_openldap +++ b/Completion/Unix/Command/_openldap @@ -36,7 +36,7 @@ case $service in none noplain noactive nodict noanonymous forwardsec passcred minssf\:factor maxssf\:factor maxbufsize\:factor' '(simple)-X+[specify SASL authorization identity]:authzid:->authzids' - '(simple)-Y+[specify SASL mechanism]:mechanism:compadd -M "m:{a-zA-Z}={A-Za-z}" EXTERNAL GSSAPI' # iana has a full list but cyrus support seems limited + '(simple)-Y+[specify SASL mechanism]:mechanism:compadd -M "m\:{a-zA-Z}={A-Za-z}" EXTERNAL GSSAPI' # iana has a full list but cyrus support seems limited '(simple)-R+[specify SASL realm]:realm' '(simple)-U+[specify SASL authentication identity]:authcid' '(simple)-I[use SASL Interactive mode]' |