|
From: <ad...@fo...> - 2026-01-12 22:43:55
|
Hello everyone. I am a long-time user of proftpd. I recently had an infrastructure change that required me to authenticate my sftp users against a mongo db. I couldn't find one so I decided to write one. Or rather I got AI to right one. I am not a c programmer, so I did the next best thing. I tried to think of everything that a generic mongo auth module would need not just what I needed. You can find the repo here: https://github.com/foundryserver/mod_auth_mongodb I thought if it was good enough you could add it to the contributed list of modules. I think it is documented enough for someone to us it. As I do more testing I will keep fixing and releasing. If you decide to take a look and find some glowing errors or concerns, please open an issue. I hope this was ok to post here. Thanks Brad Foundryserver.com |