- 浏览: 119654 次
- 来自: 北京
最新评论
文章列表
JLDAP
LDAPConnection ldapConn = new LDAPConnection();
ldapConn.setConstraints(new LDAPConstraints());
ldapConn.connect("127.0.0.1", 10389);
ldapConn.bind(LDAPConnection.LDAP_V3, "uid=admin,ou=system", "secret");
JNDI
Hashtable<String, String> env = new ...
- 2008-05-20 16:33
- 浏览 1649
- 评论(0)
PEN = PRIVATE ENTERPRISE NUMBERS申请:http://pen.iana.org/pen/PenApplication.page
申请说明:http://www.iana.org/assignments/enterprise-numbers
从IANA申请PEN是免费d从IANA申请到的PEN有着相同的前缀:1.3.6.1.4.1这个前缀后面会再跟一位,变成:1.3.6.1.4.1.X这一长串就是PEN(归企业私有的数字),X标示不同的企业(或者说Organization)X在申请说明页面里都有列出,比如:0 Reserved1 NxNetworks2 IBM。。。你 ...
- 2008-05-20 16:27
- 浏览 1250
- 评论(0)
http://www.openldap.org/doc/admin23/schema.html
9. Schema Specification9.2. Extending Schema
There are five steps to defining new schema:
obtain Object Identifer
choose a name prefix
create local schema file
define custom attribute types (if necessary)
define custom object classes
定义新的sc ...
- 2008-05-20 16:25
- 浏览 1182
- 评论(0)
OpenLDAP - schema spec http://www.openldap.org/doc/admin23/schema.html
ApacheDS http://directory.apache.org/apacheds/1.5/index.html
Novell http://developer.novell.com/documentation/samplecode/jldap_sample/index.htm
规范这里有http://wiki.ccw.com.cn/LDAP
- 2008-05-20 16:16
- 浏览 1084
- 评论(0)