If you are having external user management issues with Confluence, and the advice on Add LDAP Integration has not helped, you can always ask us for help. External user management issues can be hard to diagnose, however, and we often spend a lot of time understanding the particular configuration you have. The best way to get a speedy resolution to your issue is to provide this information up front.
Please gather all of the information listed below and include it in your support request (http://support.atlassian.com), even if you think you have a good idea what's causing the problem. That way we don't have to ask for it later.
Administration → System Information (or save the page as HTML)Administration → Global Permissions, if you are having problems with logging inatlassian-user.xml, found in confluence/WEB-INF/classesosuser.xml, found in confluence/WEB-INF/classes.seraph-config.xml or seraph-paths.xml, please provide the modified files as well.If you are running Confluence 2.1 you will have to attach the following file instead of atlassian-user.xml
atlassianUserContext.xml, found in confluence/WEB-INF/classesPlease include LDAP Studio Entry Editor snaphots with the information specified on this page
confluence/WEB-INF/classes/log4j.properties:
Change this section:
### # Atlassian User ### #log4j.logger.com.atlassian.user=DEBUG, confluencelog #log4j.additivity.com.atlassian.user=false #log4j.logger.com.atlassian.confluence.user=DEBUG,console #log4j.additivity.com.atlassian.confluence.user=false #log4j.logger.bucket.user=DEBUG,console #log4j.additivity.bucket.user=false |
To this:
### # Atlassian User ### log4j.logger.com.atlassian.user=DEBUG, confluencelog log4j.additivity.com.atlassian.user=false log4j.logger.com.atlassian.confluence.user=DEBUG,confluencelog log4j.additivity.com.atlassian.confluence.user=false log4j.logger.bucket.user=DEBUG,confluencelog log4j.additivity.bucket.user=false log4j.logger.com.atlassian.seraph=DEBUG, confluencelog log4j.additivity.com.atlassian.seraph=false log4j.logger.com.opensymphony.user=DEBUG, confluencelog log4j.additivity.com.opensymphony.user=false |
|
If you are using LDAP, run the External User Test tool and attach a copy of the output to the support ticket. |