[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] siteadmin unable to ftp to /web dir



ok, because there is an option which will place them in those dirs but give them virtual roots they cannot leave.. if it is set like that, ls must be present in each dir or nothing will be seen and nothing can be done. symbolic links did not work for me in that situation, but i heard that it did for others.. since you are not limiting them to virtual roots, this method is a moot point:)



At 10:42 PM 4/9/00 -0400, you wrote:
no they are  in the site  directory  /web for there respective domains
they can  up load to there   siteadmin /web directorys  but
not the web directorys

on 4/9/00 6:16 PM, Chuck Gorish at cgorish@xxxxxxxxxxx wrote:

> are they placed into their own / dirs and suddenly find that they cannot
> get out of them and see no files with ls?
>
>
> At 06:02 PM 4/9/00 -0400, you wrote:
>> any help would help
>>
>> when any of the site admin try to ftp to there  respective sites they are
>> unable to up load files or  add directories
>> I have put in place all the  below files
>> All-Kernel_mips Release 1.0
>> Cobalt OS Release 4.0
>> RaQ2-All-Security-Point Release 2.97
>> RaQ2-Security Release 1.4
>> RaQ2-Security Release 2.0
>> RaQ2-Security Release 2.1
>> RaQ2-Security Release 2.2
>> RaQ2-Security Release 2.3
>> RaQ2-Security Release 2.7
>> RaQ2-Security Release 2.8
>> RaQ2-Security Release 2.9
>> RaQ2-Security Release 2.91
>> RaQ2-Security Release 2.92
>> RaQ2-Security Release 2.94
>> RaQ2-Update-MFG Release 2.1
>> RaQ2-Update-OS Release 1.0
>>
>> RaQ2-Security Release 2.91  was for this  problem  supposable
>> below is the  proftpd.conf file  I have only  modified the  IP to protect
>> it in the list but every thing else appears to be correct but the site
>> admin  can't  get in
>>
>>
>> ServerName                      "ProFTPD"
>> ServerType                      inetd
>> DeferWelcome                    off
>> DefaultServer                   on
>> DefaultRoot                     / admin
>> efaultRoot                     ~/../.. site-adm
>> DefaultRoot                     ~ !site-adm
>> DisplayLogin                    .ftphelp
>> IdentLookups                    off
>>
>> #
>> # Port 21 is the standard FTP port.
>> P
>> Port                            21
>> #
>> # Umask 022 is a good standard umask to prevent new dirs and files
>> # from being group and world writable.
>> U
>> Umask                           002
>>
>> #
>> # Set the user and group that the server normally runs at.
>> U
>> User                            nobody
>> G
>> Group                           nobody
>>
>> #
>> # Normally, we want files to be overwriteable.
>> <
>> <Directory />
>> AllowOverwrite                on
>> <
>> </Directory>
>>
>> #
>> # A basic anonymous configuration, no upload directories.
>>
>> <
>> <VirtualHost 199.xxx.xxx.xxx>
>> DefaultRoot             / admin
>> DefaultRoot             ~/../.. site-adm
>> DefaultRoot             ~ !site-adm
>> AllowOverwrite          on
>> DisplayLogin            .ftphelp
>> <
>> </VirtualHost>
>>
>>
>> _______________________________________________
>> cobalt-users mailing list
>> cobalt-users@xxxxxxxxxxxxxxx
>> To Subscribe or Unsubscribe, please go to:
>> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
>
> Chuck
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>


_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users



Chuck