Dashboard > Confluence User Guides and Documents > ... > LDAP User Management > Changes in osuser.xml from 1.0.3a to 1.1.x
Changes in osuser.xml from 1.0.3a to 1.1.x Log In   View a printable version of the current page.

Added by dave@atlassian.com, last edited by david.soul@atlassian.com on Sep 14, 2006  (view change)
Labels: 

If you have setup Confluence to:

  • delegate user management to JIRA (as per our documentation here) or
  • use LDAP/Active directcory authentication (as per our documentation here)

Then you will need to make the following changes to your osuser.xml file:

  1. replace
    com.atlassian.confluence.user.providers.Caching
    with
    bucket.user.providers.Caching

    Doing this will effectively convert the following:
    com.atlassian.confluence.user.providers.CachingCredentialsProvider
    com.atlassian.confluence.user.providers.CachingAccessProvider
    com.atlassian.confluence.user.providers.CachingProfileProvider

    to

    bucket.user.providers.CachingCredentialsProvider
    bucket.user.providers.CachingAccessProvider
    bucket.user.providers.CachingProfileProvider
  2. and replace
    com.atlassian.confluence.user.ConfluenceHibernateConfigProvider
    with
    bucket.user.BucketHibernateConfigProvider

Alternatively

You can just reconfigure the new osuser.xml with your changes.

DEMONSTRATION LICENSE - This Confluence site is for demonstration purposes only. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.6.1 Build:#916 Nov 09, 2007) - Bug/feature request - Contact Administrators