package flags
import "github.com/jcmturner/gokrb5/v8/iana/flags"
Package flags provides Kerberos 5 flag assigned numbers.
Index ¶
Constants ¶
const ( Reserved = 0 Forwardable = 1 Forwarded = 2 Proxiable = 3 Proxy = 4 AllowPostDate = 5 MayPostDate = 5 PostDated = 6 Invalid = 7 Renewable = 8 Initial = 9 PreAuthent = 10 HWAuthent = 11 OptHardwareAuth = 11 RequestAnonymous = 12 TransitedPolicyChecked = 12 OKAsDelegate = 13 EncPARep = 15 Canonicalize = 15 DisableTransitedCheck = 26 RenewableOK = 27 EncTktInSkey = 28 Renew = 30 Validate = 31 // AP Option Flags // 0 Reserved for future use. APOptionUseSessionKey = 1 APOptionMutualRequired = 2 )
Flag values for KRB5 messages and tickets.
Source Files ¶
- Version
- v8.3.0
- Published
- Apr 4, 2020
- Platform
- linux/amd64
- Last checked
- 4 hours ago –
Tools for package owners.