mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
ebd6a11f3a
The server authenticate against an LDAP server.
7 lines
100 B
Go
7 lines
100 B
Go
package main
|
|
|
|
import "github.com/drakkan/sftpgo/ldapauthserver/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|