<?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: Control ftp login in openldap in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/control-ftp-login-in-openldap/m-p/3882760#M25633</link>
    <description>thx ivan&lt;BR /&gt;&lt;BR /&gt;my "/etc/pam.d/vsftpd" is as below &lt;BR /&gt;auth       required     pam_listfile.so item=user sense=deny file=/etc/vsftpd.ft&lt;BR /&gt;pusers onerr=succeed&lt;BR /&gt;auth       required     pam_stack.so service=system-auth&lt;BR /&gt;auth       required     pam_shells.so&lt;BR /&gt;account    required     pam_stack.so service=system-auth&lt;BR /&gt;session    required     pam_stack.so service=system-auth&lt;BR /&gt;&lt;BR /&gt;I can use ftp via vsftpd , but however , the auth password is /etc/shadow not the password keep in openldap server , if I want to use the password in openldap server , what can I do ? thx</description>
    <pubDate>Thu, 26 Oct 2006 20:09:24 GMT</pubDate>
    <dc:creator>hangyu</dc:creator>
    <dc:date>2006-10-26T20:09:24Z</dc:date>
    <item>
      <title>Control ftp login in openldap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-ftp-login-in-openldap/m-p/3882755#M25628</link>
      <description>In the config file  /etc/ldap.conf of RH server, I have add "pam_check_host_attr yes", so that the user login is controlled by the user attribute , ( eg. host: ova_server ) , now the user can access the ova_server by telnet , ssh , however , if I want to control the ftp login , only a list of specific users ( eg. only three system administrators ) can ftp login to the server , can advise what can I do ? thx</description>
      <pubDate>Wed, 18 Oct 2006 22:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-ftp-login-in-openldap/m-p/3882755#M25628</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2006-10-18T22:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Control ftp login in openldap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-ftp-login-in-openldap/m-p/3882756#M25629</link>
      <description>Ftp access is controlled in by the ftpusers file (or similar). The vsftpd daemon does not provides a way to obtain the user_list from an ldap server.&lt;BR /&gt;&lt;BR /&gt;Probably, you will have to restrict access locally on each server through the user_list file.</description>
      <pubDate>Thu, 19 Oct 2006 08:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-ftp-login-in-openldap/m-p/3882756#M25629</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-10-19T08:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Control ftp login in openldap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-ftp-login-in-openldap/m-p/3882757#M25630</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;To fully answer, the version of rh would be needed.&lt;BR /&gt;&lt;BR /&gt;RH AS 2.1 and earlier based releases used wu-ftpd which has a configuration file called ftpusers which could limit ftp access to a list of users or deny certain users.&lt;BR /&gt;&lt;BR /&gt;vsftpd controls this function via a well documented feature in /etc/vsfptd/vsftpd.conf concerning user listes..&lt;BR /&gt;&lt;BR /&gt;vsftpd is the standard ftp server in Linux Es 3.0 and above.&lt;BR /&gt;&lt;BR /&gt;Note that no matter how you package it, ftp transmits authentication in clear text and is therefore a large security risk. root user should never be graned ftp access.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 19 Oct 2006 08:16:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-ftp-login-in-openldap/m-p/3882757#M25630</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-10-19T08:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Control ftp login in openldap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-ftp-login-in-openldap/m-p/3882758#M25631</link>
      <description>thx replies,&lt;BR /&gt;&lt;BR /&gt;the ftp daemon is started , but I found that if I update the user.list , it will use the password in /etc/passwd not the password in openldap , can advise what can i do ? thx</description>
      <pubDate>Thu, 19 Oct 2006 20:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-ftp-login-in-openldap/m-p/3882758#M25631</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2006-10-19T20:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Control ftp login in openldap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-ftp-login-in-openldap/m-p/3882759#M25632</link>
      <description>Ensure that /etc/nsswitch.conf is properly configured. &lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;passwd:          files ldap &lt;BR /&gt;group:           files ldap &lt;BR /&gt;shadow:          files ldap &lt;BR /&gt;hosts:           files ldap dns &lt;BR /&gt;&lt;BR /&gt;If you use vsftpd, it should be pam enabled, so ldap user information have to be used. Check that /etc/pam.d/vsftpd is correctly configured, normally pointing to system-auth module, and system-auth using the ldap libraries.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Oct 2006 08:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-ftp-login-in-openldap/m-p/3882759#M25632</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-10-20T08:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Control ftp login in openldap</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-ftp-login-in-openldap/m-p/3882760#M25633</link>
      <description>thx ivan&lt;BR /&gt;&lt;BR /&gt;my "/etc/pam.d/vsftpd" is as below &lt;BR /&gt;auth       required     pam_listfile.so item=user sense=deny file=/etc/vsftpd.ft&lt;BR /&gt;pusers onerr=succeed&lt;BR /&gt;auth       required     pam_stack.so service=system-auth&lt;BR /&gt;auth       required     pam_shells.so&lt;BR /&gt;account    required     pam_stack.so service=system-auth&lt;BR /&gt;session    required     pam_stack.so service=system-auth&lt;BR /&gt;&lt;BR /&gt;I can use ftp via vsftpd , but however , the auth password is /etc/shadow not the password keep in openldap server , if I want to use the password in openldap server , what can I do ? thx</description>
      <pubDate>Thu, 26 Oct 2006 20:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-ftp-login-in-openldap/m-p/3882760#M25633</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2006-10-26T20:09:24Z</dc:date>
    </item>
  </channel>
</rss>

