`
文章列表

连接 LDAP

    博客分类:
  • LDAP
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 ...

act2 申请PEN

    博客分类:
  • LDAP
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。。。你 ...
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 ...

start LDAP

    博客分类:
  • LDAP
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  
Global site tag (gtag.js) - Google Analytics