mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 09:06:03 +00:00
example_configs: Add note for Gitea's simple auth mode
This commit is contained in:
parent
58b9c28a0b
commit
648848c816
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue