mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-08-11 10:29:19 +02:00
Update README.md
This commit is contained in:
parent
5cbc0bb528
commit
3df90ce279
1 changed files with 21 additions and 3 deletions
24
README.md
24
README.md
|
@ -4,13 +4,31 @@ Two-factor authentication for Remote Desktop Services (RDS)
|
||||||
|
|
||||||
http://www.isager.dk/is/CICRadarR/SMStokenforWindows2012RDGateway.aspx
|
http://www.isager.dk/is/CICRadarR/SMStokenforWindows2012RDGateway.aspx
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
An RDS setup. The minimal RDS setup for use with RDSFactor consist of two servers:
|
||||||
|
* Active Directory; and
|
||||||
|
* RDS with Gateway component enabled
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Hmm. TODO.
|
### RDWeb update
|
||||||
|
RDSfactor comes with a customized version of the RDWeb pages. To install these run:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ install-web.bat
|
||||||
|
```
|
||||||
|
### RADIUS server installation
|
||||||
|
|
||||||
|
The RADIUS server component can be installed on any server reacheable by both the RD Web and the RD Gateway. To install the server as a service run:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ install-server.bat
|
||||||
|
```
|
||||||
|
|
||||||
|
TODO: NPS config, Web config
|
||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
|
||||||
* Claus Isager - for the proof of concept two factor RDS authentication
|
* Claus Isager - for the proof of concept two factor RDS authentication
|
||||||
* Nikolay Semov - for the core RADIUS server
|
* Nikolay Semov - for the core RADIUS server
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue