try show user info
This commit is contained in:
parent
5ffde248d6
commit
e12a8cb87b
@ -229,7 +229,9 @@ func (n *V2ServerSession) ProcessAuthenticateMessage(am *AuthenticateMessage) (e
|
||||
n.user = am.UserName.String()
|
||||
n.userDomain = am.DomainName.String()
|
||||
n.workstation = am.Workstation.String()
|
||||
log.Printf("(ProcessAuthenticateMessage)NTLM v2 User %s Domain %s Workstation %s", n.user, n.userDomain, n.workstation)
|
||||
log.Printf("(ProcessAuthenticateMessage) NTLM v2 User %s Domain %s Workstation %s", n.user, n.userDomain, n.workstation)
|
||||
|
||||
log.Printf("DEBUG: Show user complete info: %v", n.SessionData)
|
||||
|
||||
log.Printf("DEBUG: Password is showed as %s", n.password)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user