Re: [Proftpd-user] Find list of all users
"John Stoffel" <[email protected]> Tue, 22 Mar 2022 11:38:38 -0400
| Newsgroups | gmane.network.proftpd.user |
|---|---|
| Message-ID | <[email protected]> |
Shaurya> Does anyone know how to list all users that are created in Shaurya> proftpd? I don't see a file where all users are stored. It all depends on how you authenticate. If you use a flat file, then it's wherever you have that flat file. It could even be in /etc/passwd, though that's not recommended. If you have a DB of some sort, it would be listed in there and you could do a simple SQL query to list all the users. Look for the 'AuthOrder' setting, and then depending on how you do it, you could see AuthUserFile and AuthGroupFile, or some other Auth* scheme. Look at the web site docs for examples. John _______________________________________________ ProFTPD Users List <[email protected]> Unsubscribe problems? http://www.proftpd.org/list-unsub.html