mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
ce6e3e5320
Since "too old" versions are no longer included in the generated man page, this field is now mandatory so that it won't be forgotten and then not included in the documentation. Closes #7786
22 lines
560 B
D
22 lines
560 B
D
Long: delegation
|
|
Arg: <LEVEL>
|
|
Help: GSS-API delegation permission
|
|
Protocols: GSS/kerberos
|
|
Category: auth
|
|
Example: --delegation "none" $URL
|
|
Added: 7.22.0
|
|
---
|
|
Set LEVEL to tell the server what it is allowed to delegate when it
|
|
comes to user credentials.
|
|
.RS
|
|
.IP "none"
|
|
Don't allow any delegation.
|
|
.IP "policy"
|
|
Delegates if and only if the OK-AS-DELEGATE flag is set in the Kerberos
|
|
service ticket, which is a matter of realm policy.
|
|
.IP "always"
|
|
Unconditionally allow the server to delegate.
|
|
.RE
|
|
|
|
If this option is used several times, the last one will be used.
|