example_configs: Add note for Gitea's simple auth mode

This commit is contained in:
Rex Zhang
2023-02-08 17:30:23 +08:00
committed by GitHub
parent 58b9c28a0b
commit 648848c816

View File

@@ -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.