add an example auth program that allow to authenticate against LDAP

External authentication is the way to go to authenticate against LDAP,
at least for now.

Closes #99
This commit is contained in:
Nicola Murino
2020-04-11 22:30:41 +02:00
parent 37357b2d63
commit b0ed190591
5 changed files with 209 additions and 1 deletions

View File

@@ -47,4 +47,6 @@ else
fi
```
If you have an external authentication hook that could be useful for others too, please let us know and/or send a pull request.
An example authentication program that allow SFTPGo to authenticate against LDAP can be found inside the source tree [ldapauth](../examples/ldapauth) directory.
If you have an external authentication hook that could be useful to others too, please let us know and/or please send a pull request.