summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2025-01-27 23:26:08 +0100
committerOliver Kiddle <opk@zsh.org>2025-01-27 23:35:03 +0100
commita07ff879c0ed41222671fe92c62436435703645d (patch)
treee9420ceb12fe7560d93070125524c112cce3d7ed
parent65285fac236dec95564bdd082ac637976c9d41c4 (diff)
downloadzsh-a07ff879c0ed41222671fe92c62436435703645d.tar.gz
zsh-a07ff879c0ed41222671fe92c62436435703645d.zip
unposted: fix quoting in openldap completion
-rw-r--r--ChangeLog2
-rw-r--r--Completion/Unix/Command/_openldap2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a596af97..ce445f2ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2025-01-27 Oliver Kiddle <opk@zsh.org>
+ * unposted: Completion/Unix/Command/_openldap: fix quoting
+
* 53327: Completion/Unix/Command/_git: update for git 2.47
* 53328: Completion/Linux/Command/_cpupower,
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]'