> I am beating my head against the wall because I cannot find something > simpe: > I need a web form that a user can enter something unique (DOB, ID, etc.) > then the backend (cgi,perl, whatever) will search my directory and return > their uid. I can script everything using ldapsearch on the command line > and use cut, etc. however, I am lost on how to pass the user input to the > ldapsearch variable then return the results in a web page. Anyone doing > this?
Yes, lots. But you question is a general purpose web development question, I don't see anything in this process specific to using LDAP or LDAP search. And your much better off using one of the scripting languages that plugs right into Apache and supports LDAP (don't they all that this point?) then trying to thunk out to ldapsearch. --- You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
