From 648848c816dd9dd4fa27567bb223e1baf1d22b62 Mon Sep 17 00:00:00 2001 From: Rex Zhang Date: Wed, 8 Feb 2023 17:30:23 +0800 Subject: [PATCH] example_configs: Add note for Gitea's simple auth mode --- example_configs/gitea.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/example_configs/gitea.md b/example_configs/gitea.md index 654d76e..f14fff6 100644 --- a/example_configs/gitea.md +++ b/example_configs/gitea.md @@ -41,3 +41,9 @@ Check `Remove Users from syncronised teams...` The `Map LDAP groups to Organization teams` config is JSON formatted and can be extended to as many groups as needed. Replace every instance of `dc=example,dc=com` with your configured domain. + +# Configuration for Gitea in `simple auth` mode + +* The configuration method is the same as `BindDN` mode. +* `BindDN` and `password` are not required +* Gitea will not be able to pre-sync users, user account will be created at login time.