27 Commits

Author SHA1 Message Date
f255b1e86d #1896 fatal when no needed update task 2015-11-04 21:57:10 -05:00
630ebbe6c2 Sanitizing input to LDAP authentication module. 2015-10-26 18:08:59 -07:00
6a1907d994 revert simple LDAP userDN and update example 2015-09-16 12:15:14 -04:00
f5c7f22cc8 #1637 able to skip verify for LDAP 2015-09-14 15:48:51 -04:00
2bc3e83e1c fix simple LDAP userDN 2015-09-14 12:24:37 -04:00
079a2d68db Minor fixes to the LDAP module readme 2015-09-05 15:26:31 -07:00
0f07a5cb84 Updated the LDAP auth module README. 2015-09-04 21:14:20 -07:00
2d1db4bf05 Added LDAP simple auth support. 2015-09-04 20:48:34 -07:00
f1adbca0f1 #1554 check adminFilter length before LDAP search 2015-09-01 08:40:11 -04:00
24d7a86a8d Set IsAdmin using LDAP
The IsAdmin flag is set based on whether the admin filter
returned any result. The admin filter is applied with the user dn
as the search root.

In the future, we should update IsAdmin as well on each login.
Alternately, we can have a periodic sync operation.
2015-08-18 23:49:12 -07:00
6235bd1fe9 work on #986 and fix a LDAP crash 2015-08-18 04:03:11 +08:00
bb8e763ede Small style fixes to the LDAP module README 2015-08-16 17:29:56 -07:00
55ccb00a47 Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop
# Conflicts:
#	modules/bindata/bindata.go
2015-08-16 14:31:54 +08:00
f8a4ab25fd Updated the LDAP module readme. 2015-08-12 17:08:16 -07:00
7d84d4a8f0 Significantly enhanced LDAP support in Gogs. 2015-08-12 17:01:22 -07:00
00653e52ee Get username, name, surname and e-mail from LDAP server 2015-02-08 01:49:51 +02:00
39c068400e Fix spelling errors in comments. 2014-12-06 20:22:48 -05:00
59a7c7c5a5 Remove ldap dep 2014-09-07 20:04:47 -04:00
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.
2014-08-30 15:12:53 +02:00
8dd07c0ddd New UI merge in progress 2014-07-26 00:24:27 -04:00
f6c94c29d5 implicated error for ldap dial 2014-05-16 10:31:39 +08:00
eb264a112b Add LDAP over SSL support 2014-05-15 14:27:16 +02:00
65e628d1f4 ignore broken tests 2014-05-11 07:50:05 -04:00
55019bfbc5 merge all login methods 2014-05-11 14:12:45 +08:00
4d6de6c7b9 add login name for auth type 2014-05-11 11:56:04 +08:00
79ea34e70e ldap support 2014-05-03 10:48:14 +08:00
efc05ea1de initial support for LDAP authentication/MSAD 2014-04-23 23:07:54 +02:00