ldap works

James W DeRoest (deroest@cac.washington.edu)
Wed, 24 Sep 1997 08:50:30 -0700


Message-Id: <199709241550.IAA21053@mailhost2.cac.washington.edu>
From: "James W DeRoest" <deroest@cac.washington.edu>
To: "AST Webpage" <astweb@u.washington.edu>
Subject: ldap works
Date: Wed, 24 Sep 1997 08:50:30 -0700

-----Original Message----- From: Thomas W Remmers <remmers@u.washington.edu> Date: Tuesday, September 23, 1997 6:06 PM Subject: ldap works

I hacked an odbc ldap backend for the validate program. On Tracy's validate page,

http://depts.washington.edu/ast/projects/validate/validate.html

validating a student number (not ssn) uses an ldap server running on vitcos that connects via ODBC to the development database (sequim). Adding ssn would now be trivial.

I initially was not too happy with ldap, but for well defined ways of looking at the data, ldap should be fine, once security is ironed out.

If you want to connect directly to the ldap server, try,

ldapsearch -h vitcos -p 4048 'sn=1033337'

Right now I'm trying to keep port 4048 up and running, while 4047 is used for development.

Tom