* Add Debian packages in `python_base_app/templates/debian_control.template.conf` to enable loading
of Python module `python-ldap`
* Move functionality from `UnixUserHandler` to `BaseUserHandler`
* Add new class `LdapUserHandler` for authorization and authentication with an LDAP server
* Exclude template Python files `.coveragerc`
* Repair call of `coverage`
* Add test cases for class `UnixUserHandler`