mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user