From a07ff879c0ed41222671fe92c62436435703645d Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 27 Jan 2025 23:26:08 +0100 Subject: unposted: fix quoting in openldap completion --- Completion/Unix/Command/_openldap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') 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]' -- cgit v1.2.3