48V MHEV双电压系统与GaN功率转换技术解析
2026/5/13 7:27:04
在 LDAP 中,对象类可以有不同的属性。以person对象类为例,它可以有六个不同的属性,其中sn和cn是必需属性,userPassword、telephoneNumber、seeAlso和description是可选属性。每个属性都在模式中进行了定义,属性定义的语法与对象类定义类似,但允许的字段不同且更多。
以telephoneNumber属性的模式定义为例:
attributetype ( 2.5.4.20 NAME 'telephoneNumber' DESC 'RFC2256: Telephone Number' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.50{32} )属性定义以attributetype指令开头,其余部分用括号括起来。