kent_student_lookup =================== Using the ldap server provided by the University of Kent, this 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_ 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 ----- $ kent_student_lookup or $ kent_student_lookup examples -------- $ kent_student_lookup Gayot ``` # extended LDIF # # LDAPv3 # base with scope subtree # filter: (|(sn=Gayot)(uid=Gayot)) # requesting: ALL # # ojgg2, students, kent.ac.uk, uni dn: uid=ojgg2,ou=students,o=kent.ac.uk,o=uni mail: ojgg2@kent.ac.uk objectClass: top objectClass: person objectClass: organizationalPerson objectClass: dspswuser objectClass: unikentuser objectClass: inetorgperson objectClass: inetUser objectClass: posixaccount objectClass: eduPerson objectClass: account objectClass: mailRecipient givenName: O.J.G. sn: Gayot uid: ojgg2 cn: O.J.G.Gayot displayName: O.J.G.Gayot unikentaccountType: pgtstudent unikentdepartment: comp # search result search: 2 result: 0 Success ```