Change comment:
(cosmetics)
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ThomasMortagne1 +XWiki.ClemensRobbenhaar - Content
-
... ... @@ -30,10 +30,16 @@ 30 30 31 31 To configure XWiki to use it, specify: 32 32 33 -{{code}} 33 +{{code language="properties"}} 34 34 xwiki.authentication.authclass=com.xpn.xwiki.user.impl.xwiki.AppServerTrustedAuthServiceImpl 35 35 {{/code}} 36 36 37 +For users to be actually created and not just set as context user you must set in ##xwiki.cfg## configuration file (if the property does not already exist, create it): 38 + 39 +{{code language="properties"}} 40 +xwiki.authentication.createuser=empty 41 +{{/code}} 42 + 37 37 = Social Login = 38 38 39 39 See the [[Social Login Application>>extensions:Extension.Social Login Application]]. ... ... @@ -40,7 +40,7 @@ 40 40 41 41 = LDAP Authentication = 42 42 43 -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 xWiki app, LDAP Extension allows you to make changes without restarting.49 +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. 44 44 45 45 == Generic LDAP configuration == 46 46