Differences
This shows you the differences between two versions of the page.
— |
bugreport [2017/11/08 21:29] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== How to report a bug ====== | ||
+ | |||
+ | If you don't know if the problem is a bug, first try to contact us on lemonldap-ng-users@ow2.org. | ||
+ | |||
+ | ===== Before reporting bug ===== | ||
+ | |||
+ | First, verify that the bug isn't known; the list is here: [[https:// | ||
+ | |||
+ | Bug reports must provide enough information for developers. So here are the steps: | ||
+ | * set log level to debug: | ||
+ | * in lemonldap-ng.ini, | ||
+ | * for Apache users, set also " | ||
+ | * restart the web server | ||
+ | * replay the sequence that fails | ||
+ | |||
+ | ===== Report the bug ===== | ||
+ | |||
+ | * Go to https:// | ||
+ | * Create an account if you don't have one | ||
+ | * Create the the bug using "New issue" button | ||
+ | * Fill the form: | ||
+ | * don't forget to set the version you're using | ||
+ | * explain the sequence that generates the bug | ||
+ | * attach the log file //(or part of it if it's enough)// | ||
+ | * Submit the form | ||
+ | |||