search for: quickplace

Displaying 1 result from an estimated 1 matches for "quickplace".

2006 Jun 26
2
RoR authentication with IBM Notes/Domino
..., "Cookie" => tokenstring) do |http| @current_user = http.read.strip end #rescue end end end end On the domino side, you just need to create a database and then a page within the database that has a field returning @username(). This will then return the full username. If you are using QuickPlace for instance, you will get back something like "CN=user/OU=placename/OU=QP/O=certifier" and you can deal with this as you like in your ruby code. -- Regards, Ian Connor http://ianconnor.blogspot.com/2006/06/ror-authentication-with-ibm.html -------------- next part -------------- An HTM...