krb.d 578 B

1234567891011121314151617
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: krb
  4. Arg: <level>
  5. Help: Enable Kerberos with security <level>
  6. Protocols: FTP
  7. Requires: Kerberos
  8. Category: ftp
  9. Example: --krb clear ftp://example.com/
  10. Added: 7.3
  11. See-also: delegation ssl
  12. ---
  13. Enable Kerberos authentication and use. The level must be entered and should
  14. be one of 'clear', 'safe', 'confidential', or 'private'. Should you use a
  15. level that is not one of these, 'private' will instead be used.
  16. If this option is used several times, the last one will be used.