krb.d 526 B

12345678910111213141516
  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. Multi: single
  13. ---
  14. Enable Kerberos authentication and use. The level must be entered and should
  15. be one of 'clear', 'safe', 'confidential', or 'private'. Should you use a
  16. level that is not one of these, 'private' will instead be used.