2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-16 06:44:58 +08:00
|
|
|
Long: delegation
|
|
|
|
Arg: <LEVEL>
|
|
|
|
Help: GSS-API delegation permission
|
|
|
|
Protocols: GSS/kerberos
|
2020-10-03 15:13:34 +08:00
|
|
|
Category: auth
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --delegation "none" $URL
|
2021-09-28 17:50:07 +08:00
|
|
|
Added: 7.22.0
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: insecure ssl
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: single
|
2016-11-16 06:44:58 +08:00
|
|
|
---
|
|
|
|
Set LEVEL to tell the server what it is allowed to delegate when it
|
|
|
|
comes to user credentials.
|
2024-01-09 17:36:14 +08:00
|
|
|
|
|
|
|
## none
|
2021-10-31 23:34:44 +08:00
|
|
|
Do not allow any delegation.
|
2024-01-09 17:36:14 +08:00
|
|
|
|
|
|
|
## policy
|
2016-11-16 06:44:58 +08: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-01-09 17:36:14 +08:00
|
|
|
|
|
|
|
## always
|
2016-11-16 06:44:58 +08:00
|
|
|
Unconditionally allow the server to delegate.
|