We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc50a9 commit ae55fe7Copy full SHA for ae55fe7
1 file changed
docs/Linux/devops/jenkins/jenkins知识点/jenkins对接ldap.md
@@ -27,7 +27,7 @@
27
- `Server`
28
29
```shell
30
- ldap://10.0.0.99:389
+ 10.0.0.99:389
31
```
32
33
- `root DN`
@@ -59,7 +59,42 @@
59
- `Manager DN/Manager Password`
60
61
62
- cn=admin,dc=ops,dc=com
+ 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
98
99
100
@@ -70,3 +105,5 @@
105
106
107
108
109
0 commit comments