Source File
constants.go
Belonging Package
github.com/jcmturner/gokrb5/v8/iana/flags
// Package flags provides Kerberos 5 flag assigned numbers.package flags// Flag values for KRB5 messages and tickets.const (Reserved = 0Forwardable = 1Forwarded = 2Proxiable = 3Proxy = 4AllowPostDate = 5MayPostDate = 5PostDated = 6Invalid = 7Renewable = 8Initial = 9PreAuthent = 10HWAuthent = 11OptHardwareAuth = 11RequestAnonymous = 12TransitedPolicyChecked = 12OKAsDelegate = 13EncPARep = 15Canonicalize = 15DisableTransitedCheck = 26RenewableOK = 27EncTktInSkey = 28Renew = 30Validate = 31// AP Option Flags// 0 Reserved for future use.APOptionUseSessionKey = 1APOptionMutualRequired = 2// 3-31 Reserved for future use.)
![]() |
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |