Just downloaded [v1.1.2](https://github.com/glauth/glauth/releases/tag/v1.1.2) and tried with a config file containing: ```cfg watchconfig = true [backend] datastore = "config" baseDN = "dc=glauth,dc=com" ``` When editing and saving the config file (e.g. adding a user), nothing happens. Actually, GLAuth should reload the config file as defined in the [code](https://github.com/glauth/glauth/blob/master/glauth.go#L150).