xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | c: Copyright (C) 1998 - 2022, 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 |