Skip to content

Commit fbccfc7

Browse files
author
pptfz
committed
更新openldap笔记格式
1 parent 528822a commit fbccfc7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/linux/linux服务/ldap/centos7安装openldap.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,12 @@ modifiersName: cn=config
235235
236236
```sh
237237
修改如下两行
238-
olcSuffix: dc=my-domain,dc=com
238+
olcSuffix: dc=my-domain,dc=com
239239
olcRootDN: cn=Manager,dc=my-domain,dc=com
240240

241241
修改为
242-
olcSuffix: dc=ops,dc=com
243-
olcRootDN: cn=admin,dc=ops,dc=com
242+
olcSuffix: dc=ops,dc=com
243+
olcRootDN: cn=admin,dc=ops,dc=com
244244
```
245245
246246
@@ -589,4 +589,3 @@ ldap_add: Other (e.g., implementation specific) error (80)
589589
additional info: olcAttributeTypes: Duplicate attributeType: "2.5.4.2"
590590
```
591591

592-

0 commit comments

Comments
 (0)