diff options
Diffstat (limited to 'scripts/hedgedoc-ldap_to_oauth2/README.md')
-rw-r--r-- | scripts/hedgedoc-ldap_to_oauth2/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/hedgedoc-ldap_to_oauth2/README.md b/scripts/hedgedoc-ldap_to_oauth2/README.md new file mode 100644 index 0000000..d6c0d8b --- /dev/null +++ b/scripts/hedgedoc-ldap_to_oauth2/README.md @@ -0,0 +1,8 @@ +Script to convert CodiMD, HackMD or Hedgedoc Postgres database users from LDAP authentication to OAuth2 (i.e. Keycloak in our case). + + +`ldap_users.txt` should look like: +``` +scott LDAP-1000 +peter LDAP-1001 +``` |