Letao,
Enabled LDAP on your Domino server and follow the instructions for configuring CAS to authenticate to a LDAP service (http://www.ja-sig.org/wiki/display/CASUM/LDAP). When setting up the BindLdapAuthenticationHandler, you would use something like this (simply change EXAMPLE to the proper root): <bean class="org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler" > <property name="filter" value="uid=%u" /> <property name="searchBase" value="o=EXAMPLE" /> <property name="contextSource" ref="contextSource" /> <property name="scope" value="2" /> <property name="timeout" value="120" /> </bean> As far as tying into Domino’s SSO option, there is no good way to do so as I have been unable to find a way to generate LtpaTokens without passing users’ credentials (username and password) to the Domino server directly. :-( Hope that helps, A- Andrew R Feller, Analyst University Information Systems 200 Fred Frey Building Louisiana State University Baton Rouge, LA, 70803 (225) 578-3737 (office) ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Letao Zhang(????) Sent: Sunday, December 09, 2007 9:23 AM To: [email protected] Subject: CAS Domino authentication hi: Would you please give me one copy for your Domino authenticationfor CAS thanks ! CAS Domino authentication Bostjan Golob golob at gimb.org <mailto:cas%40tp.its.yale.edu?Subject=CAS%20Domino%20authentication&In-Reply-To=> Tue Oct 14 23:12:24 EDT 2003 * Previous message: c#.net Cas? <http://tp.its.yale.edu/pipermail/cas/2003-October/000126.html> * Next message: problem with mod_cas 2.0.10 and redhat9 <http://tp.its.yale.edu/pipermail/cas/2003-October/000128.html> * Messages sorted by: [ date ] <http://tp.its.yale.edu/pipermail/cas/2003-October/date.html#127> [ thread ] <http://tp.its.yale.edu/pipermail/cas/2003-October/thread.html#127> [ subject ] <http://tp.its.yale.edu/pipermail/cas/2003-October/subject.html#127> [ author ] <http://tp.its.yale.edu/pipermail/cas/2003-October/author.html#127> ________________________________ Someone was asking on this list if anyone has done Domino authentication for CAS. I have written an auth. provider which uses Domino IIOP protocol for authentication. Currently, I am working on getting the LTPA token for the session and putting in on the client for future use/SSO with other Domino and WebSphere servers. If you require such code, feel free to contact me. Bostjan Golob GIMB ________________________________ * Previous message: c#.net Cas? <http://tp.its.yale.edu/pipermail/cas/2003-October/000126.html> * Next message: problem with mod_cas 2.0.10 and redhat9 <http://tp.its.yale.edu/pipermail/cas/2003-October/000128.html> * Messages sorted by: [ date ] <http://tp.its.yale.edu/pipermail/cas/2003-October/date.html#127> [ thread ] <http://tp.its.yale.edu/pipermail/cas/2003-October/thread.html#127> [ subject ] <http://tp.its.yale.edu/pipermail/cas/2003-October/subject.html#127> [ author ] <http://tp.its.yale.edu/pipermail/cas/2003-October/author.html#127> ________________________________ More information about the cas mailing list <http://tp.its.yale.edu/mailman/listinfo/cas> 谢谢 此致 礼 姓名:张乐涛 手机:13426064535 [EMAIL PROTECTED] <blocked::mailto:[EMAIL PROTECTED]> 网址:Http://www.china-netcom.com <blocked::http://www.china-netcom.com/> 单位:中国网通集团系统集成有限公司 地址:北京市复兴门金融街21号 电话:010-66257186 邮编:100031 重要声明: 1、此封电子邮件及其任何附件,仅供收件人地址上所载明的主体使用。若您因错误而收到此电子邮件,请您用电子邮件回复的方式通知我们,并且在您的系统中删除它。请勿将这些文件复制或将其披露于任何人。 2、除非特别声明或经网通公司追认,本邮件正文及其附件内容仅代表发件人之个人意见,而非网通公司的意见或表态。 3、除非经过网通公司书面许可,本邮件及其附件内容不得在任何情况下被转发或做其它用途使用。 4、除非已转化为纸质文件并经网通公司书面认可,本邮件及其附件内容不得成为对网通公司不利的证据。 感谢您的配合! ―――――――――――――――――――――――――――――――――― 提示:中国网通电子邮件地址后缀已由 @china-netcom.com变更为 @cnc.cn
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
