|
From: TJ S. <tj...@ca...> - 2026-01-18 01:46:51
|
> 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. Hello, fellow ProFTPD developer! Thanks for providing a module like this; I expect that there may be other sites that wish to authenticate users via a MongoDB deployment as well. I'll take a look at that repo when I get a chance, and provide feedback/suggestions that come up. Yes, it's quite alright to post the announcement of your module here; that's one of the reasons for this list! Cheers, TJ |