<?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 Kerberos and vsftp in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kerberos-and-vsftp/m-p/3834393#M24446</link>
    <description>When we try to ftp our client ftp server, we get the following error messages&lt;BR /&gt;&lt;BR /&gt;" KERBEROS_V4 rejected as an authentication "&lt;BR /&gt;&lt;BR /&gt;I have turned off "gssftp" &lt;BR /&gt;&lt;BR /&gt;[root@AVM-MIALX08 /]# chkconfig --list |grep -i ftp                                    vsftpd          0:off   1:off   2:off   3:off   4:off   5:on    6:off&lt;BR /&gt;        gssftp: off&lt;BR /&gt;&lt;BR /&gt;What else would I need to modify, how would I remove KERBEROS in general ?&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
    <pubDate>Mon, 31 Jul 2006 19:59:12 GMT</pubDate>
    <dc:creator>Rafael Casero</dc:creator>
    <dc:date>2006-07-31T19:59:12Z</dc:date>
    <item>
      <title>Kerberos and vsftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-and-vsftp/m-p/3834393#M24446</link>
      <description>When we try to ftp our client ftp server, we get the following error messages&lt;BR /&gt;&lt;BR /&gt;" KERBEROS_V4 rejected as an authentication "&lt;BR /&gt;&lt;BR /&gt;I have turned off "gssftp" &lt;BR /&gt;&lt;BR /&gt;[root@AVM-MIALX08 /]# chkconfig --list |grep -i ftp                                    vsftpd          0:off   1:off   2:off   3:off   4:off   5:on    6:off&lt;BR /&gt;        gssftp: off&lt;BR /&gt;&lt;BR /&gt;What else would I need to modify, how would I remove KERBEROS in general ?&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Mon, 31 Jul 2006 19:59:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-and-vsftp/m-p/3834393#M24446</guid>
      <dc:creator>Rafael Casero</dc:creator>
      <dc:date>2006-07-31T19:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos and vsftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-and-vsftp/m-p/3834394#M24447</link>
      <description>Shalom Rafael,&lt;BR /&gt;&lt;BR /&gt;Due to dependencies removing Kerberos would be a bit difficult.&lt;BR /&gt;&lt;BR /&gt;I recommend you check the vsftpd.conf file and tell it to perhaps stop trying to do this type of authentication. seems a better solution than yanking out kerberos.&lt;BR /&gt;&lt;BR /&gt;You need at least the kerberos client to work with Windows 2003 Server. &lt;BR /&gt;&lt;BR /&gt;Can you state your Linux distribution and perhaps post the vsftpd.conf file?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 01 Aug 2006 07:31:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-and-vsftp/m-p/3834394#M24447</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-01T07:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos and vsftp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kerberos-and-vsftp/m-p/3834395#M24448</link>
      <description>Red Hat Ent 3.0.&lt;BR /&gt;&lt;BR /&gt;[root@AVM-MIALX08 /]# cat /etc/vsftpd/vsftpd.conf&lt;BR /&gt;# Example config file /etc/vsftpd.conf&lt;BR /&gt;#&lt;BR /&gt;# The default compiled in settings are fairly paranoid. This sample file&lt;BR /&gt;# loosens things up a bit, to make the ftp daemon more usable.&lt;BR /&gt;# Please see vsftpd.conf.5 for all compiled in defaults.&lt;BR /&gt;#&lt;BR /&gt;# READ THIS: This example file is NOT an exhaustive list of vsftpd options.&lt;BR /&gt;# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's&lt;BR /&gt;# capabilities.&lt;BR /&gt;#&lt;BR /&gt;# Allow anonymous FTP? (Beware - allowed by default if you comment this out).&lt;BR /&gt;anonymous_enable=NO&lt;BR /&gt;#&lt;BR /&gt;# Uncomment this to allow local users to log in.&lt;BR /&gt;local_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Uncomment this to enable any form of FTP write command.&lt;BR /&gt;write_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Default umask for local users is 077. You may wish to change this to 022,&lt;BR /&gt;# if your users expect that (022 is used by most other ftpd's)&lt;BR /&gt;local_umask=022&lt;BR /&gt;#&lt;BR /&gt;# Uncomment this to allow the anonymous FTP user to upload files. This only&lt;BR /&gt;# has an effect if the above global write enable is activated. Also, you will&lt;BR /&gt;# obviously need to create a directory writable by the FTP user.&lt;BR /&gt;#anon_upload_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Uncomment this if you want the anonymous FTP user to be able to create&lt;BR /&gt;# new directories.&lt;BR /&gt;#anon_mkdir_write_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Activate directory messages - messages given to remote users when they&lt;BR /&gt;# go into a certain directory.&lt;BR /&gt;dirmessage_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Activate logging of uploads/downloads.&lt;BR /&gt;xferlog_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# Make sure PORT transfer connections originate from port 20 (ftp-data).&lt;BR /&gt;connect_from_port_20=YES&lt;BR /&gt;#&lt;BR /&gt;# If you want, you can arrange for uploaded anonymous files to be owned by&lt;BR /&gt;# a different user. Note! Using "root" for uploaded files is not&lt;BR /&gt;# recommended!&lt;BR /&gt;#chown_uploads=YES&lt;BR /&gt;#chown_username=whoever&lt;BR /&gt;#&lt;BR /&gt;# You may override where the log file goes if you like. The default is shown&lt;BR /&gt;# below.&lt;BR /&gt;#xferlog_file=/var/log/vsftpd.log&lt;BR /&gt;#&lt;BR /&gt;# If you want, you can have your log file in standard ftpd xferlog format&lt;BR /&gt;xferlog_std_format=YES&lt;BR /&gt;#&lt;BR /&gt;# You may change the default value for timing out an idle session.&lt;BR /&gt;idle_session_timeout=300&lt;BR /&gt;#&lt;BR /&gt;# You may change the default value for timing out a data connection.&lt;BR /&gt;data_connection_timeout=120&lt;BR /&gt;#&lt;BR /&gt;# It is recommended that you define on your system a unique user which the&lt;BR /&gt;# ftp server can use as a totally isolated and unprivileged user.&lt;BR /&gt;#nopriv_user=ftpsecure&lt;BR /&gt;#&lt;BR /&gt;# Enable this and the server will recognise asynchronous ABOR requests. Not&lt;BR /&gt;# recommended for security (the code is non-trivial). Not enabling it,&lt;BR /&gt;# however, may confuse older FTP clients.&lt;BR /&gt;#async_abor_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# By default the server will pretend to allow ASCII mode but in fact ignore&lt;BR /&gt;# the request. Turn on the below options to have the server actually do ASCII&lt;BR /&gt;# mangling on files when in ASCII mode.&lt;BR /&gt;# Beware that turning on ascii_download_enable enables malicious remote parties&lt;BR /&gt;# to consume your I/O resources, by issuing the command "SIZE /big/file" in&lt;BR /&gt;# ASCII mode.&lt;BR /&gt;# These ASCII options are split into upload and download because you may wish&lt;BR /&gt;# to enable ASCII uploads (to prevent uploaded scripts etc. from breaking),&lt;BR /&gt;# without the DoS risk of SIZE and ASCII downloads. ASCII mangling should be&lt;BR /&gt;# on the client anyway..&lt;BR /&gt;#ascii_upload_enable=YES&lt;BR /&gt;#ascii_download_enable=YES&lt;BR /&gt;#&lt;BR /&gt;# You may fully customise the login banner string:&lt;BR /&gt;#ftpd_banner=Welcome to blah FTP service.&lt;BR /&gt;#&lt;BR /&gt;# You may specify a file of disallowed anonymous e-mail addresses. Apparently&lt;BR /&gt;# useful for combatting certain DoS attacks.&lt;BR /&gt;#deny_email_enable=YES&lt;BR /&gt;# (default follows)&lt;BR /&gt;#banned_email_file=/etc/vsftpd.banned_emails&lt;BR /&gt;#&lt;BR /&gt;# You may restrict local users to their home directories. See the FAQ for&lt;BR /&gt;# the possible risks in this before using chroot_local_user or&lt;BR /&gt;# chroot_list_enable below.&lt;BR /&gt;chroot_local_user=YES&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# You may specify an explicit list of local users to chroot() to their home&lt;BR /&gt;# directory. If chroot_local_user is YES, then this list becomes a list of&lt;BR /&gt;# users to NOT chroot().&lt;BR /&gt;chroot_list_enable=YES&lt;BR /&gt;# (default follows)&lt;BR /&gt;chroot_list_file=/etc/vsftpd.chroot_list&lt;BR /&gt;#&lt;BR /&gt;# You may activate the "-R" option to the builtin ls. This is disabled by&lt;BR /&gt;# default to avoid remote users being able to cause excessive I/O on large&lt;BR /&gt;# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume&lt;BR /&gt;# the presence of the "-R" option, so there is a strong case for enabling it.&lt;BR /&gt;#ls_recurse_enable=YES&lt;BR /&gt;&lt;BR /&gt;pam_service_name=vsftpd&lt;BR /&gt;userlist_enable=YES&lt;BR /&gt;#enable for standalone mode&lt;BR /&gt;listen=YES&lt;BR /&gt;tcp_wrappers=YES&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks..</description>
      <pubDate>Tue, 01 Aug 2006 07:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kerberos-and-vsftp/m-p/3834395#M24448</guid>
      <dc:creator>Rafael Casero</dc:creator>
      <dc:date>2006-08-01T07:54:39Z</dc:date>
    </item>
  </channel>
</rss>

