Unknwon
c9964fe278
Minor fix for #2634
Add AttributesInBind option in new auth source form.
10 years ago
Unknwon
05853b6ae9
#2349 fix convert type
10 years ago
Unknwon
56f772c100
#2349 try to handle []int8 case
10 years ago
Unknwon
7abaa8c8a2
#2152 fix SMTP authentication makes invalid assumption on protocol
10 years ago
Unknwon
a68cde1d7a
#1938 #1374 disable password change for non-local users
10 years ago
Unknwon
12020f4d74
APIs: admin users
10 years ago
Adam Strzelecki
d461afdc62
LDAP: Optional user name attribute specification
Consider following LDAP search query example:
(&(objectClass=Person)(|(uid=%s)(mail=%s)))
Right now on first login attempt Gogs will use the text supplied on login form
as the newly created user name. In example query above the text matches against
both e-mail or user name. So if user puts the e-mail then the new Gogs user
name will be e-mail which may be undesired.
Using optional user name attribute setting we can explicitly say we want Gogs
user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail
to login 1st time, the new account will receive correct user name.
10 years ago
Unknwon
9e2d9998bf
some fix to #2026
10 years ago
Unknwon
5236dd3a2d
minor fix on #1694
10 years ago
Unknwon
65e1a79b68
#1637 able to skip verify for LDAP
10 years ago
Unknwon
7f21f19428
#1635 PAM return error bug
10 years ago
Unknwon
f64c2b3fff
#697 disable captcha and new admin create user UI
10 years ago
Unknwon
67853f8fd0
#1625 remove auto_register and makes it default
10 years ago
Unknwon
518881f53d
#1625 LDAP not working
10 years ago
Unknwon
e09affd2f8
clean log
10 years ago
Unknwon
97a616a5a5
#1620 add allowed domains for SMTP auth
10 years ago
Unknwon
571b8270c3
finish new edit auth UI
10 years ago
Unknwon
c08337a4de
finish new add auth UI
10 years ago
Unknwon
b34bb8e0f3
more minor fix on 1581
10 years ago
Unknwon
8166d91321
minor fix on #1581
10 years ago
Sergio Benitez
03ef9936e9
Added LDAP simple auth support.
10 years ago
Unknwon
a54958b204
#1542 A way to skip TLS verify for SMTP authentication
10 years ago
Girish Ramakrishnan
0beabbda4a
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.
10 years ago
Sergio Benitez
7014246993
Significantly enhanced LDAP support in Gogs.
10 years ago
Unknwon
893b66bcac
allow anonymous SSH clone
10 years ago
Lunny Xiao
3cf1976ae9
Merge pull request #1226 from nice-software/wip/pam
Add PAM authentication
11 years ago
Paolo Borelli
55df399598
Add PAM authentication
11 years ago
Dustin Willis Webber
aef7d46ab6
typo fix
11 years ago
Unknwon
86ebe3cc58
#1124 lower_name of LDAP user not assigned
11 years ago
Unknwon
c61a100b93
fix HTTP/HTTPS push update func call panic #1037 and `http: multiple response.WriteHeader calls`
11 years ago
Unknwon
46c5c2abc0
routers/repo/setting.go: fix LDAP cannot validate password #1006
11 years ago
Lauris BH
8016fb54d8
Get username, name, surname and e-mail from LDAP server
11 years ago
Joseph Crail
39c068400e
Fix spelling errors in comments.
11 years ago
Unknwon
0b785ad967
work on #672
11 years ago
Unknwon
f1d8746264
Fix fork repo and macaron API broken
11 years ago
Unknwon
405ee14711
Fix SMTP auth logic
11 years ago
Unknwon
8dd07c0ddd
New UI merge in progress
11 years ago
Unknown
e0f9c628c5
Add create organization
11 years ago
Unknown
ad5ec45dd6
Fix #165
12 years ago
Unknown
f160b4f33c
Add tar.gz download button and other mirror updates
12 years ago
Unknown
4f2f3c2857
Code convention
12 years ago
Unknown
93f8f92523
Finish create new label
12 years ago
Unknown
be82716b66
Clean old LDAP code
12 years ago
Unknown
4744996f9a
Make gmail auth work
12 years ago
Lunny Xiao
f4486f3eec
bug fixed #193
12 years ago
Unknown
f1130ce5e9
Fix edit auth page bug
12 years ago
Lunny Xiao
f68e279150
spell bug fixed
12 years ago
Lunny Xiao
d2231bb54c
smtp login bug fixed
12 years ago
Lunny Xiao
bf58679390
add support for smtp authentication
12 years ago
Lunny Xiao
b33f255c40
add smtp authentication
12 years ago