summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2014-11-07 20:58:40 +0000
committerOlivier Gayot <duskcoder@gmail.com>2014-11-07 20:58:40 +0000
commit128e15a274bfef964872438221d1229937d44020 (patch)
treeeb71f53b42c647a0649b711676397c5d868a3312
parent09d0382959d2a85a0434afc5e599e609c6f38298 (diff)
specify that you need access to ldap.id
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9ec4ab7..a6c839e 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,15 @@ software will dig and find the entry of a student associated to
the uid or last name given.
* ldapsearch is needed for the software to run properly. It is
-often provided by the package `openldap'
+often provided by the package `openldap' or `ldap-utils'
+
+* to run properly, you need to be able to access the host ldap.id
+i.e. you have to be either connected to the campus network or connected behind
+the VPN
+
+Instructions to install and configure the VPN can be found here:
+
+http://www.kent.ac.uk/itservices/home/
usage
-----