File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / docs / cmdline-opts / delegation.d
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (4 years, 10 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>