In order to support advanced forms of User Management, Confluence now uses new user management which can store users through hibernate instead of delegating the user management to OSuser.
By default Confluence still delegates User Management to OSuser. However, you may wish to migrate your users away from OSuser, either in preparation to use external user management, or because you are having problems with OSuser, such as CONF-5218.
These migration instructions are only valid since version 2.2 of Confluence. |
Please check that you are running the latest version of Confluence. If not, we strongly recommend that you consider upgrading Confluence according to this guide. Confirm that you have upgraded successfully before trying to add LDAP to the new version.
Administration > General Configuration > Base Url. Record this for later in the process.
If you do not create a backup, you cannot rollback to the old version if the migration is unsuccessful. |
atlassian-user.xml. Then copy this file to your confluence/WEB-INF/classes directory (you can overwrite the one that's there).
http://<BASEURL>/<contextpath>/admin/osuser2atluser.jsp and paste it into your browser's address bar. Edit the <BASEURL> to your actual base URL and <contextpath> to your context path (usually 'confluence') and follow the link.
Migrating users ... Users migrated successfully! Migrating propertyset data ... Propertyset data migrated successfully! Migrating groups ... Groups migrated successfully\! |
atlassian-user.xml then copy to your <INSTALL>/confluence/WEB-INF/classes directory. It should overwrite the previous atlassian-user.xml.