Go to file
stryan b448a91d55 fool 2021-03-31 16:32:33 -04:00
init add systemd unit file 2020-10-05 12:22:04 -04:00
templates show groups in profile 2021-03-31 16:12:35 -04:00
.gitignore initial 2020-08-20 12:51:02 -04:00
Makefile fool 2021-03-31 16:32:33 -04:00
README add readme 2020-09-17 16:48:44 -04:00
config.go add user templates 2020-11-12 14:51:48 -05:00
go.mod add janky password reset form 2020-09-22 18:21:01 -04:00
go.sum add janky password reset form 2020-09-22 18:21:01 -04:00
guildgate.yaml.sample Better config parsing 2020-08-20 13:03:43 -04:00
ldap.go show groups in profile 2021-03-31 16:12:35 -04:00
main.go add git version at build time 2021-03-02 14:37:31 -05:00
minecraft.go add minceraft linkage 2020-11-10 17:58:24 -05:00
profile.go handle profile updates correctly 2021-03-31 16:15:36 -04:00
reset.go allow tokens to be embeded in links, expire password tokens 2021-03-02 14:30:37 -05:00
session.go log user login standard 2021-03-31 16:18:02 -04:00
token.go allow tokens to be embeded in links, expire password tokens 2021-03-02 14:30:37 -05:00
user.go show groups in profile 2021-03-31 16:12:35 -04:00
web.go allow tokens to be embeded in links, expire password tokens 2021-03-02 14:30:37 -05:00

README

A simple LDAP login/logout too.

It's quick and dirty and really only useful for my usecase, but I uploaded it in case anyone was curious or wanted a starting point.

But seriously, it is *very* quick and dirty. Don't use this for anything remotely production worthy.