operasoftware / ssh-key-authority

A tool for managing SSH key access to any number of servers.
Apache License 2.0
456 stars 71 forks source link

Allow the user to connect ldap groups #51

Closed lfuerderer closed 3 years ago

lfuerderer commented 3 years ago

This PR adds a new UI element "Connect ldap group" to "Groups" > "Add group" where you can select group names from the ldap server and connect them to SSH-Key-Authority.

Members of groups added this way are synced via ldap and can not be edited in the web frontend of SSH-Key-Authority.

The change was only tested using Microsoft Active Directory yet, so someone should first test this using other directory services before merging.