comparison mupdf-source/thirdparty/curl/docs/cmdline-opts/delegation.d @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
0:6015a75abc2d 3:2c135c81b16c
1 Long: delegation
2 Arg: <LEVEL>
3 Help: GSS-API delegation permission
4 Protocols: GSS/kerberos
5 ---
6 Set LEVEL to tell the server what it is allowed to delegate when it
7 comes to user credentials.
8 .RS
9 .IP "none"
10 Don't allow any delegation.
11 .IP "policy"
12 Delegates if and only if the OK-AS-DELEGATE flag is set in the Kerberos
13 service ticket, which is a matter of realm policy.
14 .IP "always"
15 Unconditionally allow the server to delegate.
16 .RE