Change comment:
Added comment
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ThomasMortagne1 +XWiki.ChristophHaas - Content
-
... ... @@ -294,18 +294,8 @@ 294 294 295 295 Here's a [[tutorial on implementing a custom authentication class for authenticating against Oracle's SSO>>http://bodez.wordpress.com/2008/10/15/xwiki-user-authentication-with-oracle-sso/]]. 296 296 297 -Note ,thatyoucan alsoimplement ownright management serviceby implementingthe{{scm path="xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/api/XWikiRightService.java"}}XWikiRightService{{/scm}} interface:297 +Note that it's also possible to customize the right management system, see [[extensions:Extension.Security Module]] for more details. 298 298 299 -{{code language="properties"}} 300 -xwiki.authentication.rightsclass = com.acme.MyCustomRightsService 301 -{{/code}} 302 - 303 -and Group Service by implementing {{scm path="xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/api/XWikiGroupService.java"}}XWikiGroupService{{/scm}}: 304 - 305 -{{code language="properties"}} 306 -xwiki.authentication.groupclass = com.acme.MyCustomGroupService 307 -{{/code}} 308 - 309 309 == Custom Authentication using a Groovy script in a wiki page == 310 310 311 311 Start by specifying you want to use the Groovy Authenticator: ... ... @@ -327,7 +327,7 @@ 327 327 You can set each of these parameters by setting: 328 328 329 329 {{code}} 330 -xwiki.authentication. ~~param_name~~=~~param_value~~320 +xwiki.authentication.<param_name>=<param_value> 331 331 {{/code}} 332 332 333 333 |=Name|=Optional|=Allowed values|=Default value|=Description
- XWiki.XWikiComments[13]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +xwiki:XWiki.ChristophHaas - Comment
-
... ... @@ -1,0 +1,4 @@ 1 +It's worth mentioning that the xwiki.cfg needs to be altered like: 2 + 3 + xwiki.authentication.authclass=org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl 4 + - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2016-10-26 16:10:10.754