1 ldap需要先写Schema
2 schema中记录了attributeType和objectClass
3 attributeType 有name,desc,equality syntax等性质
如:attributetype ( 1.5.1202.24.2.15
NAME 'dd'
DESC 'to describe a specified action'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
4 objectClass有name,desc,must,may等性质,must中是必须有的属性,may中是可有可无的属性如:
objectclass ( 1.5.1202.24.1.1.1
NAME 'dfsd'
DESC 'the resource node'
MUST cmdb2ResourceName
MAY ( cmdb2ResourceDesc $ cmdb2ResourceType $ Localization ) )
5 客户端连接工具JXplorer
6 建立子节点时RDN中必须是object类的must属性
2 schema中记录了attributeType和objectClass
3 attributeType 有name,desc,equality syntax等性质
如:attributetype ( 1.5.1202.24.2.15
NAME 'dd'
DESC 'to describe a specified action'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
4 objectClass有name,desc,must,may等性质,must中是必须有的属性,may中是可有可无的属性如:
objectclass ( 1.5.1202.24.1.1.1
NAME 'dfsd'
DESC 'the resource node'
MUST cmdb2ResourceName
MAY ( cmdb2ResourceDesc $ cmdb2ResourceType $ Localization ) )
5 客户端连接工具JXplorer
6 建立子节点时RDN中必须是object类的must属性