Wiki source code of LDAP

Last modified by Thomas Mortagne on 2024/01/29 10:49

Show last authors
1 {{toc depth="1"/}}
2
3 = Description =
4
5 Various tools to manipulate LDAP servers in XWiki.
6
7 License: GNU Lesser General Public License 2.1
8 Sources: https://github.com/xwiki-contrib/ldap/
9 Issues: https://jira.xwiki.org/browse/LDAP
10
11 = The modules =
12
13 * [[Authenticator]]
14 * [[Application]]
15
16 * [[Legacy Authenticator]]
17
18 = Release Notes =
19
20 This is the release note of the whole [[LDAP project>>Extension.LDAP]]. [[All release notes>>https://jira.xwiki.org/projects/LDAP?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=released]]
21
22 == 9.13.1 ==
23
24 The following translations have been updated with this release:
25
26 {{language codes="ko"/}}
27
28 == 9.13.0 ==
29
30 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
31 project = LDAP and fixVersion = "9.13.0"
32 {{/jira}}
33
34 == 9.12.0 ==
35
36 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
37 project = LDAP and fixVersion = "9.12.0"
38 {{/jira}}
39
40 == 9.11.3 ==
41
42 The following translations have been updated with this release:
43
44 {{language codes="zh"/}}
45
46 == 9.11.2 ==
47
48 The following translations have been updated with this release:
49
50 {{language codes="de"/}}
51
52 == 9.11.1 ==
53
54 More debug log.
55
56 == 9.11.0 ==
57
58 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
59 project = LDAP and fixVersion = "9.11.0"
60 {{/jira}}
61
62 == 9.10.1 ==
63
64 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
65 project = LDAP and fixVersion = "9.10.1"
66 {{/jira}}
67
68 == 9.10 ==
69
70 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
71 project = LDAP and fixVersion = "9.10"
72 {{/jira}}
73
74 == 9.9.1 ==
75
76 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
77 project = LDAP and fixVersion = "9.9.1"
78 {{/jira}}
79
80 == 9.9.0 ==
81
82 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
83 project = LDAP and fixVersion = "9.9.0"
84 {{/jira}}
85
86 == 9.8.0 ==
87
88 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
89 project = LDAP and fixVersion = "9.8.0"
90 {{/jira}}
91
92 == 9.7.8 ==
93
94 The following translations have been updated with this release:
95
96 {{language codes="uk"/}}
97
98 == 9.7.7 ==
99
100 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
101 project = LDAP and fixVersion = "9.7.7"
102 {{/jira}}
103
104 == 9.7.6 ==
105
106 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
107 project = LDAP and fixVersion = "9.7.6"
108 {{/jira}}
109
110
111 == 9.7.5 ==
112
113 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
114 project = LDAP and fixVersion = "9.7.5"
115 {{/jira}}
116
117 == 9.7.4 ==
118
119 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
120 project = LDAP and fixVersion = "9.7.4"
121 {{/jira}}
122
123 == 9.7.3 ==
124
125 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
126 project = LDAP and fixVersion = "9.7.3"
127 {{/jira}}
128
129 == 9.7.2 ==
130
131 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
132 project = LDAP and fixVersion = "9.7.2"
133 {{/jira}}
134
135 == 9.7.1 ==
136
137 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
138 project = LDAP and fixVersion = "9.7.1"
139 {{/jira}}
140
141 == 9.7 ==
142
143 {{jira url="https://jira.xwiki.org" style="list" fields="type, status, key, summary" source="jql"}}
144 project = LDAP and fixVersion = "9.7"
145 {{/jira}}
146
147 == [[...>>https://jira.xwiki.org/projects/LDAP?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=released]] ==
148
149 == 8.3.x ==
150
151 Convert to contrib extension.
152
153 New class for the authenticator:
154
155 {{code language="properties"}}
156 xwiki.authentication.authclass=org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl
157 {{/code}}
158
159 And in general all classes are similar but have been moved to the new ##org.xwiki.contrib.ldap## package. Old classes still exist in the [[Legacy Authenticator]].

Get Connected