master-server/deps/curl/docs/cmdline-opts/delegation.md

31 lines
625 B
Markdown
Raw Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: delegation
Arg: <LEVEL>
Help: GSS-API delegation permission
Protocols: GSS/kerberos
Category: auth
Added: 7.22.0
Multi: single
2024-05-15 15:20:32 -04:00
See-also:
- insecure
- ssl
Example:
- --delegation "none" $URL
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--delegation`
Set LEVEL what curl is allowed to delegate when it comes to user credentials.
## none
2023-12-11 20:30:44 -05:00
Do not allow any delegation.
2024-05-15 15:20:32 -04:00
## policy
2023-12-11 20:30:44 -05:00
Delegates if and only if the OK-AS-DELEGATE flag is set in the Kerberos
service ticket, which is a matter of realm policy.
2024-05-15 15:20:32 -04:00
## always
2023-12-11 20:30:44 -05:00
Unconditionally allow the server to delegate.