xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Long: sasl-authzid |
| 4 | Arg: <identity> |
| 5 | Help: Identity for SASL PLAIN authentication |
| 6 | Added: 7.66.0 |
| 7 | Category: auth |
| 8 | Example: --sasl-authzid zid imap://example.com/ |
| 9 | See-also: login-options |
| 10 | Multi: single |
| 11 | --- |
| 12 | Use this authorization identity (authzid), during SASL PLAIN authentication, |
| 13 | in addition to the authentication identity (authcid) as specified by --user. |
| 14 | |
| 15 | If the option is not specified, the server will derive the authzid from the |
| 16 | authcid, but if specified, and depending on the server implementation, it may |
| 17 | be used to access another user's inbox, that the user has been granted access |
| 18 | to, or a shared mailbox for example. |