Changes for page org.clazzes.login.ldap

Last modified by wolfgang_glas@iteg_at on 2018-08-25 09.26:23

From version 3.1
edited by christoph_lechleitner@iteg_at
on 2013-02-02 05.21:48
Change comment: There is no comment for this version
To version 4.1
edited by wolfgang_glas@iteg_at
on 2013-02-22 08.34:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.christoph_lechleitner@iteg_at
1 +XWiki.wolfgang_glas@iteg_at
Content
... ... @@ -24,8 +24,55 @@
24 24  
25 25  The functions {{code language="none"}}searchUser(){{/code}}, {{code language="none"}}getGroups(){{/code}}, {{code language="none"}}getGroupMembers(){{/code}} need bind credentials and will only work in AD DS environments.
26 26  
27 -=== {{id name="org.clazzes.login.ldap-Configuration"/}}Configuration ===
27 +=== {{id name="org.clazzes.login.ldap-SampleConfigurationforauthenticationagainstanADS-Domain"/}}Sample Configuration for authentication against an ADS-Domain{{id name="org.clazzes.login.ldap-sampleAdsConfig"/}} ===
28 28  
29 +The following sample configuration is the most common configuration OSGi configuration in PID {{code language="none"}}org.clazzes.login.ldap{{/code}}, which allows you to authenticate users against an Active Directory Domain.
30 +
31 +All you need to know is the Windows/NetBIOS Name of your domain and the corresponding DNS name used to physically locate the Active Directory server.
32 +
33 +In our example we use {{code language="none"}}EXAMPLE{{/code}} as the Windows/NetBIOS domain name with its DNS counterpart {{code language="none"}}example.com{{/code}}.
34 +
35 +|=(((
36 +(% class="tablesorter-header-inner" %)
37 +(((
38 +Key
39 +)))
40 +)))|=(((
41 +(% class="tablesorter-header-inner" %)
42 +(((
43 +Value
44 +)))
45 +)))
46 +|(((
47 +{{code language="none"}}
48 +defaultDomain
49 +{{/code}}
50 +)))|(((
51 +{{code language="none"}}
52 +EXAMPLE
53 +{{/code}}
54 +)))
55 +|(((
56 +{{code language="none"}}
57 +domain.EXAMPLE.controllerUri
58 +{{/code}}
59 +)))|(((
60 +{{code language="none"}}
61 +ads://example.com
62 +{{/code}}
63 +)))
64 +|(((
65 +{{code language="none"}}
66 +domain.EXAMPLE.authMethod
67 +{{/code}}
68 +)))|(((
69 +{{code language="none"}}
70 +bindAds
71 +{{/code}}
72 +)))
73 +
74 +=== {{id name="org.clazzes.login.ldap-DetailedConfiguration"/}}Detailed Configuration ===
75 +
29 29  The LDAP login service may be configured using the OSGi configuration PID {{code language="none"}}org.clazzes.login.ldap{{/code}} using these configuration values:
30 30  
31 31  |=(((
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -688786
1 +688961
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/LOGIN/pages/688786/org.clazzes.login.ldap
1 +https://clazzes.atlassian.net/wiki/spaces/LOGIN/pages/688961/org.clazzes.login.ldap