From 386606b4627ff294022716b476fb64df5c74b26a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Aar=C3=B8e=20Dam?= Date: Wed, 29 Apr 2015 09:41:42 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b260efb..c024167 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ 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: -* `LDAPDomain` IP of server to authenticate the user against and lookup phonenumber -* `ADField` LDAP attribute to use for looking the user's phonenumber +* `LDAPDomain` IP of LDAP server to authenticate user and lookup phonenumber against +* `ADField` LDAP attribute to use for looking up the user's phonenumber * `{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