Re: [FUG-BR] ProFTPD - não lista pastas corretamente

2008-05-16 Por tôpico [EMAIL PROTECTED]
Desconsiderar, o problema estava em um grupo duplicado tanto no sistema,
como no ldap.

Apaguei o grupo, e recriei os usuários, voltou a normal.

Obrigado a todos.



On Fri, May 16, 2008 at 6:49 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

> Boa noite pessual.
>
> Bom, estou com um servidor PROFTPD, no ar, e o mesmo não está me
> apresentando corretamente
> a lista de pastas, nos clientes WINDOWS.
>
> Ele exibe, como se fosse, os atributos, junto com os nomes das pastas.
>
> Já procurei em todos os lugares possíveis, e não encontrei nada referente
> ao assunto
>
> Abaixo, segue o link, do screen shot.
>
> http://wtxnetwork.no-ip.org/~eduardo/erro_proftpd/proftpd_erro.jpg
>
>
>
> Abaixo segue minha configuração do proftpd.conf
>
>
> ServerName  "AFGHANISTAN"
> ServerIdent off
> ServerType  standalone
> DefaultServer   on
> ScoreboardFile  /var/run/proftpd.scoreboard
>
> #CharsetLocal   CP866
> #CharsetRemote  CP1251
>
> # Port 21 is the standard FTP port.
> Port21
>
> #Passiveports   49152 65534
>
> # Umask 022 is a good standard umask to prevent new dirs and files
> # from being group and world writable.
> Umask   022
>
> # To prevent DoS attacks, set the maximum number of child processes
> # to 30.  If you need to allow more than 30 concurrent connections
> # at once, simply increase this value.  Note that this ONLY works
> # in standalone mode, in inetd mode you should use an inetd server
> # that allows you to limit maximum number of processes per service
> # (such as xinetd).
> MaxInstances100
>
> MaxClients 20 "Desculpe, o numero maximo de cliente foi atingido"
>
> MaxClientsPerHost 4 "Deesculpe, maximo de 4 conexoes por cliente"
>
> DefaultTransferMode binary
>
> CommandBufferSize   512
>
> # Set the user and group under which the server will run.
> Usernobody
> Group   nogroup
>
> # To cause every FTP user to be "jailed" (chrooted) into their home
> # directory, uncomment this line.
> DefaultRoot ~
>
> # Normally, we want files to be overwriteable.
> AllowOverwrite  on
>
> # Bar use of SITE CHMOD by default
> 
>   DenyAll
> 
>
> # A basic anonymous configuration, no upload directories.  If you do not
> # want anonymous users, simply delete this entire  section.
>
> #
> #   #
> # Uncomment lines with only one # to allow basic anonymous access   #
> #   #
> #
>
> #
> #   Userftp
> #   Group   ftp
>
>   ### We want clients to be able to login with "anonymous" as well as "ftp"
>   # UserAlias   anonymous ftp
>
>   ### Limit the maximum number of anonymous logins
>MaxClients   10
>
>   ### We want 'welcome.msg' displayed at login, and '.message' displayed
>   ### in each newly chdired directory.
>   # DisplayLoginwelcome.msg
>   # DisplayFirstChdir   .message
>   ### Limit WRITE everywhere in the anonymous chroot
>   # 
>   #   DenyAll
>   # 
> #
>
>
> # LDAP
> LDAPServer localhost
> LDAPDNInfo  cn=Manager,dc=xx,dc=xx XX
> LDAPDoAuth  on  dc=,dc=(&(uid=%v))
> LDAPDefaultGID  38
> LDAPDefaultUID  38
>
>
> Fico no aguardo, e obrigado pela atenção de todos.
>
> --
> ===
> Eduardo Wutzl
> Tecnólogo / Analista Unix
> [EMAIL PROTECTED]
> -
> wtxnetwork.no-ip.org/~eduardo 
> eduardowutzl.blogspot.com
> ===




-- 
===
Eduardo Wutzl
Tecnólogo / Analista Unix
[EMAIL PROTECTED]
-
wtxnetwork.no-ip.org/~eduardo
eduardowutzl.blogspot.com
===
-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd


[FUG-BR] ProFTPD - não lista pastas corretamente

2008-05-16 Por tôpico [EMAIL PROTECTED]
Boa noite pessual.

Bom, estou com um servidor PROFTPD, no ar, e o mesmo não está me
apresentando corretamente
a lista de pastas, nos clientes WINDOWS.

Ele exibe, como se fosse, os atributos, junto com os nomes das pastas.

Já procurei em todos os lugares possíveis, e não encontrei nada referente ao
assunto

Abaixo, segue o link, do screen shot.

http://wtxnetwork.no-ip.org/~eduardo/erro_proftpd/proftpd_erro.jpg



Abaixo segue minha configuração do proftpd.conf


ServerName  "AFGHANISTAN"
ServerIdent off
ServerType  standalone
DefaultServer   on
ScoreboardFile  /var/run/proftpd.scoreboard

#CharsetLocal   CP866
#CharsetRemote  CP1251

# Port 21 is the standard FTP port.
Port21

#Passiveports   49152 65534

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask   022

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances100

MaxClients 20 "Desculpe, o numero maximo de cliente foi atingido"

MaxClientsPerHost 4 "Deesculpe, maximo de 4 conexoes por cliente"

DefaultTransferMode binary

CommandBufferSize   512

# Set the user and group under which the server will run.
Usernobody
Group   nogroup

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~

# Normally, we want files to be overwriteable.
AllowOverwrite  on

# Bar use of SITE CHMOD by default

  DenyAll


# A basic anonymous configuration, no upload directories.  If you do not
# want anonymous users, simply delete this entire  section.

#
#   #
# Uncomment lines with only one # to allow basic anonymous access   #
#   #
#

#
#   Userftp
#   Group   ftp

  ### We want clients to be able to login with "anonymous" as well as "ftp"
  # UserAlias   anonymous ftp

  ### Limit the maximum number of anonymous logins
   MaxClients   10

  ### We want 'welcome.msg' displayed at login, and '.message' displayed
  ### in each newly chdired directory.
  # DisplayLoginwelcome.msg
  # DisplayFirstChdir   .message
  ### Limit WRITE everywhere in the anonymous chroot
  # 
  #   DenyAll
  # 
#


# LDAP
LDAPServer localhost
LDAPDNInfo  cn=Manager,dc=xx,dc=xx XX
LDAPDoAuth  on  dc=,dc=(&(uid=%v))
LDAPDefaultGID  38
LDAPDefaultUID  38


Fico no aguardo, e obrigado pela atenção de todos.

-- 
===
Eduardo Wutzl
Tecnólogo / Analista Unix
[EMAIL PROTECTED]
-
wtxnetwork.no-ip.org/~eduardo
eduardowutzl.blogspot.com
===
-
Histórico: http://www.fug.com.br/historico/html/freebsd/
Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd