Commit Graph

9 Commits (4c42fce40175b735a689289bf61ca65a8e2266b2)

Author SHA1 Message Date
ngourdon d29d97d91c Set user search base field optional in DLDAP edit page ()
Sandro Santilli e735d8cb25 Gogs -> Gitea ()
rename label
Sergio Benitez 079a2d68db Minor fixes to the LDAP module readme
Sergio Benitez 0f07a5cb84 Updated the LDAP auth module README.
Sergio Benitez bb8e763ede Small style fixes to the LDAP module README
Sergio Benitez f8a4ab25fd Updated the LDAP module readme.
Sergio Benitez 7d84d4a8f0 Significantly enhanced LDAP support in Gogs.
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.
juju2013 efc05ea1de initial support for LDAP authentication/MSAD