sasl-authzid.d 711 B

1234567891011121314151617
  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. ---
  11. Use this authorization identity (authzid), during SASL PLAIN authentication,
  12. in addition to the authentication identity (authcid) as specified by --user.
  13. If the option is not specified, the server will derive the authzid from the
  14. authcid, but if specified, and depending on the server implementation, it may
  15. be used to access another user's inbox, that the user has been granted access
  16. to, or a shared mailbox for example.