summaryrefslogtreecommitdiffstats
path: root/modules/auth/pam/pam_stub.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-021-1/+0
| | | Go 1.17 and later use modern `//go:build` constraints, the old `// +build:` constraints should be removed.
* Add bundle download for repository (#14538)John Olheiser2021-08-241-2/+3
| | | | | | | | | | | | | | | | | * Add bundle download Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix fmt Signed-off-by: jolheiser <john.olheiser@gmail.com> * Fix build tags Signed-off-by: jolheiser <john.olheiser@gmail.com> * Download specific commit Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Remove PAM from auth dropdown when unavailable (#13276)John Olheiser2020-10-231-0/+3
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Various fixes in login sources (#10428)guillep2k2020-02-231-2/+2
|
* golint fixed for modules/authLunny Xiao2016-11-271-1/+2
|
* use pam and update TRANSLATORSUnknwon2015-07-141-1/+1
|
* Add PAM authenticationPaolo Borelli2015-04-241-0/+15