Unknwon
a68cde1d7a
#1938 #1374 disable password change for non-local users
9 years ago
Unknwon
12020f4d74
APIs: admin users
9 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.
9 years ago
Unknwon
9e2d9998bf
some fix to #2026
9 years ago
Unknwon
5236dd3a2d
minor fix on #1694
9 years ago
Unknwon
65e1a79b68
#1637 able to skip verify for LDAP
9 years ago
Unknwon
7f21f19428
#1635 PAM return error bug
9 years ago
Unknwon
f64c2b3fff
#697 disable captcha and new admin create user UI
9 years ago
Unknwon
67853f8fd0
#1625 remove auto_register and makes it default
9 years ago
Unknwon
518881f53d
#1625 LDAP not working
9 years ago
Unknwon
e09affd2f8
clean log
9 years ago
Unknwon
97a616a5a5
#1620 add allowed domains for SMTP auth
9 years ago
Unknwon
571b8270c3
finish new edit auth UI
9 years ago
Unknwon
c08337a4de
finish new add auth UI
9 years ago
Unknwon
b34bb8e0f3
more minor fix on 1581
9 years ago
Unknwon
8166d91321
minor fix on #1581
9 years ago
Sergio Benitez
03ef9936e9
Added LDAP simple auth support.
9 years ago
Unknwon
a54958b204
#1542 A way to skip TLS verify for SMTP authentication
9 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.
9 years ago
Sergio Benitez
7014246993
Significantly enhanced LDAP support in Gogs.
9 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
10 years ago
Paolo Borelli
55df399598
Add PAM authentication
10 years ago
Dustin Willis Webber
aef7d46ab6
typo fix
10 years ago
Unknwon
86ebe3cc58
#1124 lower_name of LDAP user not assigned
10 years ago
Unknwon
c61a100b93
fix HTTP/HTTPS push update func call panic #1037 and `http: multiple response.WriteHeader calls`
10 years ago
Unknwon
46c5c2abc0
routers/repo/setting.go: fix LDAP cannot validate password #1006
10 years ago
Lauris BH
8016fb54d8
Get username, name, surname and e-mail from LDAP server
10 years ago
Joseph Crail
39c068400e
Fix spelling errors in comments.
10 years ago
Unknwon
0b785ad967
work on #672
10 years ago
Unknwon
f1d8746264
Fix fork repo and macaron API broken
10 years ago
Unknwon
405ee14711
Fix SMTP auth logic
10 years ago
Unknwon
8dd07c0ddd
New UI merge in progress
11 years ago
Unknown
e0f9c628c5
Add create organization
11 years ago
Unknown
ad5ec45dd6
Fix #165
11 years ago
Unknown
f160b4f33c
Add tar.gz download button and other mirror updates
11 years ago
Unknown
4f2f3c2857
Code convention
11 years ago
Unknown
93f8f92523
Finish create new label
11 years ago
Unknown
be82716b66
Clean old LDAP code
11 years ago
Unknown
4744996f9a
Make gmail auth work
11 years ago
Lunny Xiao
f4486f3eec
bug fixed #193
11 years ago
Unknown
f1130ce5e9
Fix edit auth page bug
11 years ago
Lunny Xiao
f68e279150
spell bug fixed
11 years ago
Lunny Xiao
d2231bb54c
smtp login bug fixed
11 years ago
Lunny Xiao
bf58679390
add support for smtp authentication
11 years ago
Lunny Xiao
b33f255c40
add smtp authentication
11 years ago
Lunny Xiao
55019bfbc5
merge all login methods
11 years ago
Unknown
3b7465f817
fix code
11 years ago
Lunny Xiao
1652dd5068
basic authentications
11 years ago
Lunny Xiao
79ea34e70e
ldap support
11 years ago