diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Completion/Unix/Command/_openldap | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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]' |