2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2019-04-19 21:26:47 +08:00
|
|
|
Long: sasl-authzid
|
2020-05-13 06:17:51 +08:00
|
|
|
Arg: <identity>
|
|
|
|
Help: Identity for SASL PLAIN authentication
|
2019-04-19 21:26:47 +08:00
|
|
|
Added: 7.66.0
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: auth
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --sasl-authzid zid imap://example.com/
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: login-options
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: single
|
2019-04-19 21:26:47 +08:00
|
|
|
---
|
2022-04-05 19:32:26 +08:00
|
|
|
Use this authorization identity (authzid), during SASL PLAIN authentication,
|
2019-04-19 21:26:47 +08:00
|
|
|
in addition to the authentication identity (authcid) as specified by --user.
|
|
|
|
|
2021-10-31 23:34:44 +08:00
|
|
|
If the option is not specified, the server will derive the authzid from the
|
2019-04-19 21:26:47 +08:00
|
|
|
authcid, but if specified, and depending on the server implementation, it may
|
|
|
|
be used to access another user's inbox, that the user has been granted access
|
|
|
|
to, or a shared mailbox for example.
|