diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2014-11-07 20:58:40 +0000 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2014-11-07 20:58:40 +0000 |
commit | 128e15a274bfef964872438221d1229937d44020 (patch) | |
tree | eb71f53b42c647a0649b711676397c5d868a3312 | |
parent | 09d0382959d2a85a0434afc5e599e609c6f38298 (diff) |
specify that you need access to ldap.id
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 ----- |