drink.schema

来自「it contains the practical programs in ou」· SCHEMA 代码 · 共 22 行

SCHEMA
22
字号
# attributes    ( drinktype-oid      NAME 'drinkType'      DESC 'drink type'      SYNTAX 1.3.6.1.4.1.1466.115.121.1.15      SINGLE-VALUE    )# object class#      AUXILIARY or STRUCTURAL, depending on how you use it#      For some LDAP servers, you might need two different object classes:#      one for structural and one for auxiliary.    ( drink-oid      NAME 'drink'      DESC 'drink object'      SUP top       MUST (cn $            drinkType)    )

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?