mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 15:54:25 +00:00
e374bb7e2d
* [Vendor] update go-ldap to v3.0.3 * update go-ldap to v3.2.4 Co-authored-by: techknowlogick <techknowlogick@gitea.io>
18 lines
293 B
Go
Vendored
18 lines
293 B
Go
Vendored
package ntlmssp
|
|
|
|
type avID uint16
|
|
|
|
const (
|
|
avIDMsvAvEOL avID = iota
|
|
avIDMsvAvNbComputerName
|
|
avIDMsvAvNbDomainName
|
|
avIDMsvAvDNSComputerName
|
|
avIDMsvAvDNSDomainName
|
|
avIDMsvAvDNSTreeName
|
|
avIDMsvAvFlags
|
|
avIDMsvAvTimestamp
|
|
avIDMsvAvSingleHost
|
|
avIDMsvAvTargetName
|
|
avIDMsvChannelBindings
|
|
)
|