Skip to content

Commit ae55fe7

Browse files
author
pptfz
committed
更新ldap笔记
1 parent 6cc50a9 commit ae55fe7

1 file changed

Lines changed: 39 additions & 2 deletions

File tree

docs/Linux/devops/jenkins/jenkins知识点/jenkins对接ldap.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- `Server`
2828

2929
```shell
30-
ldap://10.0.0.99:389
30+
10.0.0.99:389
3131
```
3232

3333
- `root DN`
@@ -59,7 +59,42 @@
5959
- `Manager DN/Manager Password`
6060

6161
```shell
62-
cn=admin,dc=ops,dc=com
62+
cn=admin,dc=ops,dc=com
63+
```
64+
65+
66+
67+
- `Display Name LDAP attribute`
68+
69+
:::tip 说明
70+
71+
指定用户的显示名称,支持的属性如下
72+
73+
- `hasSubordinates`
74+
- `mail`
75+
- `gidNumber`
76+
- `cn`
77+
- `structuralObjectClass`
78+
- `modifiersName`
79+
- `creatorsName`
80+
- `objectClass`
81+
- `loginShell`
82+
- `userPassword`
83+
- `subschemaSubentry`
84+
- `uid`
85+
- `entryUUID`
86+
- `uidNumber`
87+
- `homeDirectory`
88+
- `createTimestamp`
89+
- `entryCSN`
90+
- `sn`
91+
- `modifyTimestamp`
92+
- `entryDN`
93+
94+
:::
95+
96+
```
97+
sn
6398
```
6499

65100

@@ -70,3 +105,5 @@
70105

71106

72107

108+
109+

0 commit comments

Comments
 (0)