Help pulling student number and user name into a form
Hello,
I'm trying to pull in a student number and user name into a form (HTML, JSP, etc) after they are logged into their luminis IV session. This can be via cptool or ldapsearch. The problem I've having is getting the UNIX variable into a web form.
Thanks in advance,
Tank

iPerson
The two main ways are using iPerson (http://www.lumdev.net/node/2)
Examples: http://www.lumdev.net/node/1578
Or the web proxy channel, which hosts your form in a channel and has access to ldap values.
Thank you. I'll look at
Thank you. I'll look at these.