mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 06:21:11 +00:00 
			
		
		
		
	* [Vendor] update go-ldap to v3.0.3 * update go-ldap to v3.2.4 Co-authored-by: techknowlogick <techknowlogick@gitea.io>
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			Go
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			293 B
		
	
	
	
		
			Go
		
	
	
	
		
			Vendored
		
	
	
	
| package ntlmssp
 | |
| 
 | |
| type avID uint16
 | |
| 
 | |
| const (
 | |
| 	avIDMsvAvEOL avID = iota
 | |
| 	avIDMsvAvNbComputerName
 | |
| 	avIDMsvAvNbDomainName
 | |
| 	avIDMsvAvDNSComputerName
 | |
| 	avIDMsvAvDNSDomainName
 | |
| 	avIDMsvAvDNSTreeName
 | |
| 	avIDMsvAvFlags
 | |
| 	avIDMsvAvTimestamp
 | |
| 	avIDMsvAvSingleHost
 | |
| 	avIDMsvAvTargetName
 | |
| 	avIDMsvChannelBindings
 | |
| )
 |