sasl-authzid.d 724 B

12345678910111213141516171819
  1. c: Copyright (C) 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
  13. authentication, in addition to the authentication identity (**authcid**) as
  14. specified by --user.
  15. If the option is not specified, the server derives the **authzid** from the
  16. **authcid**, but if specified, and depending on the server implementation, it
  17. may be used to access another user's inbox, that the user has been granted
  18. access to, or a shared mailbox for example.