John Olheiser
c3e8c9441a
Add check for LDAP group membership ( #10869 )
...
This is a port of gogs/gogs#4398
The only changes made by myself are:
Add locales
Add some JS to the UI
Otherwise all code credit goes to @aboron
Resolves #10829
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
4 years ago
ngourdon
d29d97d91c
Set user search base field optional in DLDAP edit page ( #6779 )
6 years ago
Sandro Santilli
e735d8cb25
Gogs -> Gitea ( #2909 )
...
rename label
7 years ago
Sergio Benitez
079a2d68db
Minor fixes to the LDAP module readme
9 years ago
Sergio Benitez
0f07a5cb84
Updated the LDAP auth module README.
9 years ago
Sergio Benitez
bb8e763ede
Small style fixes to the LDAP module README
9 years ago
Sergio Benitez
f8a4ab25fd
Updated the LDAP module readme.
9 years ago
Sergio Benitez
7d84d4a8f0
Significantly enhanced LDAP support in Gogs.
9 years ago
Tristan Storch
69e332f432
Removed trailing white spaces
...
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
10 years ago
juju2013
efc05ea1de
initial support for LDAP authentication/MSAD
11 years ago