delegation.d 625 B

123456789101112131415161718192021222324
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: delegation
  4. Arg: <LEVEL>
  5. Help: GSS-API delegation permission
  6. Protocols: GSS/kerberos
  7. Category: auth
  8. Example: --delegation "none" $URL
  9. Added: 7.22.0
  10. See-also: insecure ssl
  11. Multi: single
  12. ---
  13. Set LEVEL to tell the server what it is allowed to delegate when it
  14. comes to user credentials.
  15. .RS
  16. .IP "none"
  17. Do not allow any delegation.
  18. .IP "policy"
  19. Delegates if and only if the OK-AS-DELEGATE flag is set in the Kerberos
  20. service ticket, which is a matter of realm policy.
  21. .IP "always"
  22. Unconditionally allow the server to delegate.
  23. .RE
  24. .IP