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