opencollab/debile

Fix debile-slave-import-conf contrib script for simple auth. And test it.

clemux opened this issue · 1 comments

debile-slave-import conf (in contrib/debian) currently only works with the SSL-based authentication backend.

It needs an argument for disabling the SSL-only configuration keys, and should handle the PGP key import itself (currently done with the shell script debile-slave-import-cred), for better testability.

Also it should be covered by unit tests.