08 2010 档案

摘要:OpenLDAP +Tomcat 集成 前面的步骤: 基本可以看这些文章: Tomcat 和 OpenLDAP, 从配置到应用 http://www.blogjava.net/Unmi/archive/2008/01/03/172031.html#resources TOMCAT中配置JNDIRealm实现用户认证 http://llpei.javaeye.com/blog/11660... 阅读全文
posted @ 2010-08-24 14:59 wlhc_Jing 阅读(543) 评论(0) 推荐(0)
摘要:自己在Core.scheam中定义了属性 permid: 是这样粘贴membe写的: attributetype ( 2.5.4.119 NAME 'permid' DESC 'RFC2256: permid of a group' SUP distinguishedName ) 将它加入了 objectclass:groupOfNames中。然后增加 ldif是这样的: dn: cn... 阅读全文
posted @ 2010-08-23 14:02 wlhc_Jing 阅读(3483) 评论(0) 推荐(0)
摘要:今天MyEclipse突然无法部署项目。于是在网上找到结果: 原因:Context-root丢失 解决方法: 右击项目-properties-MyEclipse-Web 在Web Context-root中添加项目名 示例: Web-root floder:/WebRoot Web Context-root: /Project 原文:http://blog.csdn.net/wuwen... 阅读全文
posted @ 2010-08-19 13:51 wlhc_Jing 阅读(412) 评论(0) 推荐(0)
摘要:转载:http://blog.csdn.net/ladofwind/archive/2008/05/23/2473602.aspxLDAP Error Codes蓝色是我的翻译,红色是不能确定的翻译文字,黑色嘛,是原文。HexDecimalConstant: Description0x000LDAP_SUCCESS: Indicates the requested client operation... 阅读全文
posted @ 2010-08-18 11:25 wlhc_Jing 阅读(1209) 评论(0) 推荐(0)