2
0

delegation.d 584 B

12345678910111213141516171819202122
  1. Long: delegation
  2. Arg: <LEVEL>
  3. Help: GSS-API delegation permission
  4. Protocols: GSS/kerberos
  5. Category: auth
  6. Example: --delegation "none" $URL
  7. Added: 7.22.0
  8. See-also: insecure ssl
  9. ---
  10. Set LEVEL to tell the server what it is allowed to delegate when it
  11. comes to user credentials.
  12. .RS
  13. .IP "none"
  14. Do not allow any delegation.
  15. .IP "policy"
  16. Delegates if and only if the OK-AS-DELEGATE flag is set in the Kerberos
  17. service ticket, which is a matter of realm policy.
  18. .IP "always"
  19. Unconditionally allow the server to delegate.
  20. .RE
  21. If this option is used several times, the last one will be used.