• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: delegation
5Arg: <LEVEL>
6Help: GSS-API delegation permission
7Protocols: GSS/kerberos
8Category: auth
9Added: 7.22.0
10Multi: single
11See-also:
12  - insecure
13  - ssl
14Example:
15  - --delegation "none" $URL
16---
17
18# `--delegation`
19
20Set LEVEL to tell the server what it is allowed to delegate when it
21comes to user credentials.
22
23## none
24Do not allow any delegation.
25
26## policy
27Delegates if and only if the OK-AS-DELEGATE flag is set in the Kerberos
28service ticket, which is a matter of realm policy.
29
30## always
31Unconditionally allow the server to delegate.
32