Skip to content

MytnikAA/ntlmv2-auth-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo NTLM authentication.

Setup

  1. Create computer account in AD controller: Open MMC console, in MYDOMAIN -> Computers: New -> Computer: my_comp_account (without $)

  2. Set passwort for my_comp_account. Copy file SetComputerPassword.vbs (from repo root), open cmd as admin, run script:

cscript SetComputerPassword.vbs my_comp_account$@MYDOMAIN my_comp_account_password

!!! There will be no magic without $ symbol !!!

  1. Create file application.properties in workdir with:
ntlm.domain.name=MYDOMAIN
ntlm.domain.controller.address=AD-HOST-OR-IP
ntlm.domain.controller.hostname=AD_NAME
ntlm.service.account=my_comp_account$@MYDOMAIN
ntlm.service.password=my_comp_account_password

Links: https://issues.liferay.com/browse/LPS-11391

Runtime

  • frontend - ntlm-front-react, see ntlm-front-react/README.md
  • backend - see NtmlAuthentificator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published