当前位置:网站首页>Openldap uses ldapadd to add users manually
Openldap uses ldapadd to add users manually
2022-04-21 13:52:00 【post_ yuan】
OpenLDAP It can be achieved by OpenLDAPAdmin Based on the WEB Management tools in LDAP Add user interface in , But sometimes the environment is not prepared for such WEB Tools , We can also use commands to add users , The main steps are :
- Manually create and edit ldif file , The contents are as follows , Assume added LDAP The user name is called readafa
dn: uid=readafa,ou=Users,dc=esgyn,dc=local
ou: Users
uid: readafa
sn: readafa
cn: readafa
givenName: readafa
displayName: readafa
mail: [email protected]
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
userpassword: readafa123
- Use ldapadd Command to add users
ldapadd -x -D 'cn=Manager,dc=esg,dc=local' -f READAFA.ldif -H ldap://10.233.117.66:389 -w <password>
版权声明
本文为[post_ yuan]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204211346015281.html
边栏推荐
- Esgyndb about the performance improvement of delete with index
- 2021-10-20接口测试
- Use of JSON server
- mysql-三星索引和cost值成本计算
- Scroll bar style modification
- String - 1 String length (10 points) the C language standard function library includes the strlen function, which is used to calculate the length of the string. As an exercise, we write a function wit
- <2021SC@SDUSC>山东大学软件工程应用与实践JPress代码分析(八)
- 软件工程-基础篇刷题
- The third project - Pacman (2)
- Locate the structural pseudo class of the child element
猜你喜欢

Summary of several problems of esgyndb using JDBC UDR to access remote trafodion

基于VScode的ESP32开发学习(五):用户自定事件循环详解,dedicated task

JVM字节码文件结构深度剖析

pytorch geometric中为何要将稀疏邻接矩阵写成转置的形式adj_t

<2021SC@SDUSC>山东大学软件工程应用与实践JPress代码分析(四)

【leetcode】144.二叉树的前序遍历

STM32单片机初学5-IIC通信驱动OLED屏幕

山东大学项目实训树莓派提升计划二期(一)项目概述、树莓派简介

Improving the efficiency of randomly generated sphere interference inspection by block division
![[special topic of stack and queue] - Dual queue simulation stack](/img/5f/241804f418487e779f8bd762df5556.png)
[special topic of stack and queue] - Dual queue simulation stack
随机推荐
Analysis of MySQL connection query cost and cost statistics
vite.config 配置文件
认识系统服务
Fengqiu technology provides you with 10M Ethernet solution
Ipemotion collects J1939 protocol signal
Introduction and practice of automatic monitoring system Prometheus & grafana
Markdown grammar and test
Trim function of esgyndb
mysql-连接查询成本和成本统计数据辨析
图像分类的训练基本过程——以MobileNet_v3为例
深度学习与图像识别:原理与实践 笔记Day_11
MySQL mvcc multi version concurrent version control and bufferpool caching mechanism
Character sorting in the string (10 points): please write the function fun to sort the strings with a length of 8 characters in descending order.
<2021SC@SDUSC>山东大学软件工程应用与实践JPress代码分析(十)
小案例的实现
【leetcode】516.最长回文子序列
山东大学项目实训树莓派提升计划二期(五)book1内容分析与整理
EsgynDB之TRIM函数
Unittest unit test (V)
Oracle数据库管理