mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
External authentication is the way to go to authenticate against LDAP, at least for now. Closes #99
11 lines
265 B
Modula-2
11 lines
265 B
Modula-2
module github.com/drakkan/ldapauth
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-asn1-ber/asn1-ber v1.4.1 // indirect
|
|
github.com/go-ldap/ldap/v3 v3.1.8
|
|
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
|
|
golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa // indirect
|
|
)
|