NTLM tests added NTLM licensing info added Avoid logging NTLM messages as it may contain sensitive information Renamed database authentication to NTLM as requested by bolkedebruin (see PR #109)
5 lines
94 B
Go
Executable File
5 lines
94 B
Go
Executable File
package database
|
|
|
|
type Database interface {
|
|
GetPassword (username string) string
|
|
} |