Change comment:
Updated the relative links.
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -AdminGuide.WebHome 1 +xwiki:Documentation.AdminGuide.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ThomasMortagne1 +XWiki.VincentMassol - Content
-
... ... @@ -256,11 +256,11 @@ 256 256 257 257 == Detailed use cases == 258 258 259 -See the [[LDAP configuration uses cases>>LDAPAuthenticationUseCases]] for some detailed use cases. 259 +See the [[LDAP configuration uses cases>>platform:AdminGuide.LDAPAuthenticationUseCases]] for some detailed use cases. 260 260 261 261 == Enable LDAP debug log == 262 262 263 -See [[AdminGuide.Logging]]. 263 +See [[platform:AdminGuide.Logging]]. 264 264 265 265 The specific packages to track for LDAP are ##com.xpn.xwiki.plugin.ldap## and ##com.xpn.xwiki.user.impl.LDAP##. 266 266 ... ... @@ -347,7 +347,7 @@ 347 347 = Kerberos SSO Authentication = 348 348 349 349 {{warning}} 350 -This implementation of SSO is currently under review see: https://jira.xwiki.org/ jira/browse/XWIKI-2496 . The class which is described in this segment of documentation, AppServerTrustedKerberosAuthServiceImpl, is not part of the default XWiki distribution!350 +This implementation of SSO is currently under review see: https://jira.xwiki.org/browse/XWIKI-2496 . The class which is described in this segment of documentation, AppServerTrustedKerberosAuthServiceImpl, is not part of the default XWiki distribution! 351 351 {{/warning}} 352 352 353 353 The following is an example of **mod_auth_kerb** for Apache being used to easily implement XWiki authentication of users via HTTP Negotiate on a linux server. This example assumes you already have a working Apache2 HTTPD and Apache Tomcat setup with mod_jk.