mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-08-12 02:49:18 +02:00
Merge branch 'master' of https://github.com/jakobadam/RDSFactor
This commit is contained in:
commit
258b3f5663
1 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,12 @@ An RDS setup. There are many options for orchestrating the RDS setup; the minima
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
The core RADIUS server is included in this project as a git submodule. Fetch it by:
|
||||||
|
|
||||||
|
```
|
||||||
|
C:\RDSFactor> git submodule update --init
|
||||||
|
```
|
||||||
|
|
||||||
### RD Web update
|
### RD Web update
|
||||||
RDS factor comes with a customized version of the RD Web pages. To install these run:
|
RDS factor comes with a customized version of the RD Web pages. To install these run:
|
||||||
|
|
||||||
|
@ -42,6 +48,7 @@ C:\RDSFactor> install-server.bat
|
||||||
After install go and configure the server. Open the file `RDSFactor/server/bin/release/conf.ini` for editing. You should configure the following settings:
|
After install go and configure the server. Open the file `RDSFactor/server/bin/release/conf.ini` for editing. You should configure the following settings:
|
||||||
* `LDAPDomain` IP of LDAP server to authenticate user and lookup phonenumber against
|
* `LDAPDomain` IP of LDAP server to authenticate user and lookup phonenumber against
|
||||||
* `ADField` LDAP attribute to use for looking up the user's phonenumber
|
* `ADField` LDAP attribute to use for looking up the user's phonenumber
|
||||||
|
* `Debug` Enable debug output to `RDSFactor/server/bin/release/log.txt`
|
||||||
* `{client}={shared secret}` IP of RD Web and shared secret -- same as `RadiusSecret`-- for encryption
|
* `{client}={shared secret}` IP of RD Web and shared secret -- same as `RadiusSecret`-- for encryption
|
||||||
* `Provider` URL of SMS provider. RDS Factor inserts the number and a message in the two variable, `***NUMBER***` and `***TEXTMESSAGE***`, in the provider URL. An example URL using the SMS gateway cpsms: https://www.cpsms.dk/sms/?username=myuser&password=mypassword&recipient=***NUMBER***&message=***TEXTMESSAGE***&from=CPSMS
|
* `Provider` URL of SMS provider. RDS Factor inserts the number and a message in the two variable, `***NUMBER***` and `***TEXTMESSAGE***`, in the provider URL. An example URL using the SMS gateway cpsms: https://www.cpsms.dk/sms/?username=myuser&password=mypassword&recipient=***NUMBER***&message=***TEXTMESSAGE***&from=CPSMS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue