当前位置:网站首页>Openldap custom schema
Openldap custom schema
2022-07-27 10:42:00 【shibushi114】
attributetype ( 1.3.6.1.4.1.7914.1.2.1.1
NAME 'userName'
DESC 'name of the user on the system'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.7914.1.2.1.2
NAME 'accountIsLocked'
DESC 'accountIsLocked'
EQUALITY booleanMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.7914.1.2.1.3
NAME 'accountCreateDate'
DESC 'accountCreateDate'
EQUALITY generalizedTimeMatch
ORDERING generalizedTimeOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
SINGLE-VALUE)
attributetype ( 1.3.6.1.4.1.7914.1.2.1.4
NAME 'accountDisabled'
DESC 'accountDisabled'
EQUALITY booleanMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.7914.1.2.1.5
NAME 'accountExpireDate'
DESC 'accountExpireDate'
EQUALITY generalizedTimeMatch
ORDERING generalizedTimeOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
SINGLE-VALUE)
attributetype ( 1.3.6.1.4.1.7914.1.2.1.6
NAME 'accountIsAdmin'
DESC 'accountIsAdmin'
EQUALITY booleanMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.7914.1.2.1.7
NAME 'accountLastLoginDate'
DESC 'Accountlastlogindate'
EQUALITY generalizedTimeMatch
ORDERING generalizedTimeOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.7914.1.2.1.9
NAME 'accountCreator'
DESC 'Creator'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.7914.1.2.1.10
NAME 'accountid'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
objectclass ( 1.3.6.1.4.1.7914.1.2.2.1 NAME 'rbacUser'
DESC 'rbac User'
SUP top AUXILIARY
MUST ( userName $ accountid )
MAY ( accountExpireDate $ accountIsLocked $ accountCreateDate $ accountDisabled $ accountIsAdmin $ Accountlastlogindate $ accountCreator )
)stay /etc/openldap/schema Catalog added , then To regenerate the
slaptest -f /etc/openldap/slapd.conf -F /etc/openldap/slapd.d/
ldapadd -Q -Y EXTERNAL -H ldapi:/// -f memberof_config.ldif
ldapmodify -Q -Y EXTERNAL -H ldapi:/// -f refint1.ldif
ldapadd -Q -Y EXTERNAL -H ldapi:/// -f refint2.ldif
ldapadd -Q -Y EXTERNAL -H ldapi:/// -f add_module_group.ldif
ldapadd -Q -Y EXTERNAL -H ldapi:/// -f add_group_objectClass.ldif
ldapsearch -x -LLL -H ldap:/// -b uid=yanfh,ou=people,dc=kindo,dc=com,dc=cn memberof
ldapadd -Q -Y EXTERNAL -H ldapi:/// -f test.ldif
ldapadd -D "cn=admin,dc=kindo,dc=com,dc=cn" -W -x -f jirauser.ldif
slaptest -f /etc/openldap/slapd.conf -F /etc/openldap/slapd.d/
chown -R ldap:ldap /etc/openldap/slapd.d && chmod -R 700 /etc/openldap/slapd.d边栏推荐
- 北京公示儿童鞋抽查 8组批产品不合格琪尔特登榜
- Want to speed up the vit model with one click? Try this open source tool!
- The core concept and fast practice of shardingsphere
- [Linux] install redis
- Matlab-创建文字云
- Oracle resizing data files
- Oracle调整数据文件大小杂谈
- Analysis of heterogeneous computing technology
- Set up Samba service
- 阿里邮箱web端登录转圈的处理
猜你喜欢

WEB服务如何平滑的上下线

Kgdb debug kernel cannot execute breakpoints and kdb-22:permisson denied

It is thought-provoking: is syntax really important? Qiu Xipeng group proposed a powerful baseline for aspect based emotional analysis

Custom page 01 of JSP custom tag

MySQL must know and know!!! Reading this article is enough!!!

这种动态规划你见过吗——状态机动态规划之股票问题(上)

Gamer questions

Wind10 configure ADB command

【Flutter】SharedPreferences使用

PyQt5快速开发与实战 4.2 QWidget
随机推荐
Ubuntu及Mysql快速入门教程
[Select] how to write PHP code perfectly?
Metasploit Eternal Blue attack
声音处理之-梅尔频率倒谱系数(MFCC)
Wind10 configure ADB command
数据库操作基础语句
【Liunx】安装Redis
WEB服务如何平滑的上下线
【Flink】Flink进行Standalone模式的集群搭建
北京公示儿童鞋抽查 8组批产品不合格琪尔特登榜
It is thought-provoking: is syntax really important? Qiu Xipeng group proposed a powerful baseline for aspect based emotional analysis
Gamer questions
flask_ Output fields in restful (resources, fields, marshal, marshal_with)
flask_restful中的输出域(Resource、fields、marshal、marshal_with)
【英雄哥六月集训】第 28天: 动态规划
Samba server
Warning: remote head references to nonexistent ref, unable to checkout error messages
ctf (hardrce)
wind10配置adb命令
Eslint的报错信息Module Error (from ./node_modules/[email protected]@eslint-loader/index.js)解决方法