Change comment:
Fix jira URLs
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -48,9 +48,9 @@ 48 48 49 49 {{warning}} 50 50 Since 7.4 it's recommended to use the new [[LDAP Authenticator extension>>extensions:Extension.LDAP.Authenticator]] instead of the core one. 51 -{{/warning}} 52 52 53 53 The following documentation is for the core LDAP authenticator which has been removed in 8.3. 53 +{{/warning}} 54 54 55 55 If you are going to use the [[LDAP Admin Extension>>extensions:Extension.LDAP.Application]], which makes it easier to configure LDAP, then you only need to uncomment xwiki.authentication.authclass property and //nothing// else. Unlike editing xwiki.cfg, which requires you to redeploy the XWiki webapp, LDAP Extension allows you to make changes without restarting. 56 56 ... ... @@ -347,7 +347,7 @@ 347 347 = Kerberos SSO Authentication = 348 348 349 349 {{warning}} 350 -This implementation of SSO is currently under review see: http://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.