From: TJ S. <cas...@us...> - 2010-01-05 16:57:26
|
Update of /cvsroot/pdd/www.proftpd.org/docs/howto In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29698 Modified Files: ConfigFile.html Log Message: Updating website copy of ConfigFile howto. Index: ConfigFile.html =================================================================== RCS file: /cvsroot/pdd/www.proftpd.org/docs/howto/ConfigFile.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ConfigFile.html 17 Aug 2007 00:11:26 -0000 1.1 --- ConfigFile.html 5 Jan 2010 16:57:16 -0000 1.2 *************** *** 110,113 **** --- 110,121 ---- role accounts mentioned above. + <p> + For every connection, <code>proftpd</code> creates a new process to handle + that client/connection. Once that client has successfully authenticated, + then that process switches to the identity/privileges (<i>e.g.</i> UID, primary + and supplemental GIDs, <i>etc</i>) of the authenticated user. Thus all + browsing, uploads, and downloads that clients do happen as the user as which + they are logged in. + <p><a name="Login"></a> <b>Logging in</b><br> |