<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Seperate FTP manager accounts in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/seperate-ftp-manager-accounts/m-p/3052270#M6239</link>
    <description>you can use the sudo posibilities.&lt;BR /&gt;&lt;BR /&gt;by editing the /etc/sudoers file (read man before)&lt;BR /&gt;you can assign any user to run any command with sudo.You can edit this file by issuing visudo command.&lt;BR /&gt;For users to run approved commands the syntax is like this:&lt;BR /&gt;sudo command &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 22 Aug 2003 06:34:16 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2003-08-22T06:34:16Z</dc:date>
    <item>
      <title>Seperate FTP manager accounts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/seperate-ftp-manager-accounts/m-p/3052269#M6238</link>
      <description>Hi, I have a customer that is transfering over from a server that allows her to create and manage FTP users (create, set passwords, set quotas, etc).&lt;BR /&gt;It has something to do with a Raq4 useradmin interface.&lt;BR /&gt;&lt;BR /&gt;I am running RedHat 9 and currently use Proftpd&lt;BR /&gt;for the ftp server.&lt;BR /&gt;I was wondering if anyone knows of a way to mimic what this customer has on her old server,&lt;BR /&gt;onto my server.&lt;BR /&gt;Just some kind of administrative ftp user. But only with rights to manage the accounts that she creates.&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks...&lt;BR /&gt;&lt;BR /&gt;-Travis</description>
      <pubDate>Tue, 19 Aug 2003 21:31:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/seperate-ftp-manager-accounts/m-p/3052269#M6238</guid>
      <dc:creator>tpfraz</dc:creator>
      <dc:date>2003-08-19T21:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Seperate FTP manager accounts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/seperate-ftp-manager-accounts/m-p/3052270#M6239</link>
      <description>you can use the sudo posibilities.&lt;BR /&gt;&lt;BR /&gt;by editing the /etc/sudoers file (read man before)&lt;BR /&gt;you can assign any user to run any command with sudo.You can edit this file by issuing visudo command.&lt;BR /&gt;For users to run approved commands the syntax is like this:&lt;BR /&gt;sudo command &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 06:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/seperate-ftp-manager-accounts/m-p/3052270#M6239</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-08-22T06:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Seperate FTP manager accounts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/seperate-ftp-manager-accounts/m-p/3052271#M6240</link>
      <description>unfortunately I don't see how sudo can haelp here - we don't want to provide to this manager ability to run "adduser/deluser" commands for ALL users, but only for FTP users... :-(&lt;BR /&gt;&lt;BR /&gt;If Webmin still doesn't have such module, someone should write such module.&lt;BR /&gt;&lt;BR /&gt;Vitaly</description>
      <pubDate>Sun, 24 Aug 2003 06:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/seperate-ftp-manager-accounts/m-p/3052271#M6240</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2003-08-24T06:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Seperate FTP manager accounts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/seperate-ftp-manager-accounts/m-p/3052272#M6241</link>
      <description>By the way there is such module in webmin and it supports proftpd. So you can create a user for webmin who has access only to ftp server and from there this user can create/manage users.&lt;BR /&gt;&lt;BR /&gt;Vitaly, perhaps you need to look for updated version of webmin:&lt;BR /&gt;&lt;A href="http://www.webmin.com" target="_blank"&gt;www.webmin.com&lt;/A&gt;</description>
      <pubDate>Sun, 24 Aug 2003 14:04:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/seperate-ftp-manager-accounts/m-p/3052272#M6241</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-08-24T14:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Seperate FTP manager accounts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/seperate-ftp-manager-accounts/m-p/3052273#M6242</link>
      <description>If you switch to vsftpd ( thr RH9 Standard ) then you get the following Feautures, including the ability for a seperate user database ( virtual users )&lt;BR /&gt;&lt;BR /&gt;------&lt;BR /&gt;&lt;BR /&gt;Virtual IP configurations. &lt;BR /&gt;Virtual users. &lt;BR /&gt;Standalone or inetd operation. &lt;BR /&gt;Powerful per-user configurability. &lt;BR /&gt;Bandwidth throttling. &lt;BR /&gt;Per-source-IP configurability. &lt;BR /&gt;Per-source-IP limits. &lt;BR /&gt;IPv6 &lt;BR /&gt;</description>
      <pubDate>Mon, 01 Sep 2003 10:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/seperate-ftp-manager-accounts/m-p/3052273#M6242</guid>
      <dc:creator>John de Villiers</dc:creator>
      <dc:date>2003-09-01T10:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Seperate FTP manager accounts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/seperate-ftp-manager-accounts/m-p/3052274#M6243</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;I accept with John why not to use the&lt;BR /&gt;vsftp that came with the RH9 that give&lt;BR /&gt;a lot of features.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Mon, 01 Sep 2003 18:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/seperate-ftp-manager-accounts/m-p/3052274#M6243</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-09-01T18:53:12Z</dc:date>
    </item>
  </channel>
</rss>

