www.ProFTPD.de
13. März 2007, 22:19:06 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
  Übersicht Hilfe Suche Login Registrieren  
  Zeige Beiträge
Seiten: 1 ... 21 22 [23] 24 25 ... 107
331  ProFTPD / www.proftpd.de / Direktivensuche futsch am: 29. September 2004, 20:55:34
Zitat von: "http://www.proftpd.de/Direktiven_Liste.28.0.html"
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 986719 bytes) in blabla*geheim*/docs/include/template.inc.php on line 171

 :?:  :?:

Stoooonkiiii :!:

Hast du was gemacht?
332  Linux / Linux / Samba und xp am: 28. September 2004, 23:15:54
Zitat von: "http://www.ccs.uky.edu/docs/samba.htm"
Setting Up A Samba Server with Windows XP Clients


First Setting up the Samba Server:
1) For setting up samba server configure smb.conf file which is usually found under /etc/samba/ directory.

Notes: After changing smb.conf always restart the samba server

Commands to be used:
./smbd stop
./smbd start

2) Changes to be done in the smb.conf file are
Notes:
a) Whenever you modify this file you should run the command "testparm" to check that you have not made any basic syntactic errors.  
b) Read the smb.conf man page to understand the various parts of the file


In the Global section [global] the significant entries are:

[global]
logon drive = p: // Here you can set the drive letter
encrypt passwords = yes

/* To allow only specific hosts who can connect to server below entry is used make sure localhost is added */

hosts allow = IP-address, 127.0.0.1/255.255.255.0

logon home = \\netbiosname\%U // home directories will be mounted as the user logs on.

passwd program = /usr/bin/passwd %u

wins support = yes //Enable the windows support
dns proxy = no

netbios name = wealhtheow //Set the netbiosname

netbios aliases = rch01 //Set the alias, this is optional


unix password sync = Yes //Sync the unix passwords

logon path = \\rch01\profiles\%U // This will tell the server where to place the home directories

workgroup = rch.uky.edu // Workgroup to be used, all clients should have the same workgroup

os level = 64 // set the OS level

// Below entries are important in order to tell that Samba server is the domain controller
domain logons = yes
pam password change = yes
preferred master = yes
domain master = yes
local master = yes


In the [homes] section the following entries are important :

[homes]
comment = Home Directories
browseable = no
writable = yes
valid users = %S
read only = no
create mode = 0600
directory mode = 0700

logon home = \\rch01\%U // This tells where is the home directory for the user

hide files = /*.pst/


In the [profiles] section the path variable tells where the profiles are to be placed and make sure the directories are created with right names

[profiles]
create mode = 0600
directory mode = 0700
path = /home/samba/profiles/
profile acls = yes
read only = no
writable = yes



Configuring the Windows XP Client:

Notes : Only Windows XP-Professional Edition can join the Domain, it does not work for WindowsXP-Home Edition.

STEPS:

1) Make sure that the workstation belonged to the same workgroup as the server and have a fixed IP address and hostname assigned.

2) Change the registry entry, run the command regedt32 and do the below
a) RequireSignOrSeal Registry hack

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\netlogon\parameters
"RequireSignOrSeal"=dword:00000000

b) Use the Registry Editor and edit the
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System\CompatibleRUPSecurity to have the DWORD value of 1

3) Use the Group Policy Editor (gpedit.msc) and enable "Computer Configuration\Administrative Templates\System\User Profiles\Do not check for user ownership of Roaming Profile Folders".

4) Go to MyComputer right click Properties. Go to Change and click on Domain and enter the domain-name you want to join. When joining the domain for the First time enter userid as root and give the samba password. Make sure there is an entry for the root in the smbpasswd (samba password) file.

5) Reboot and then the changes will be effective.

Nur, falls ich das mal brauche :wink:
333  ProFTPD / ProFTPD - Deutsch / Benutzergruppen ? am: 28. September 2004, 22:24:52
Im einfachsten Fall einfach als Systemgruppen.
groupadd

Oder in MySQL.
334  ProFTPD / ProFTPD - Deutsch / Problem mit #-Dateien am: 28. September 2004, 22:22:44
Hä? Beschreib mal bitte genau, was (Eingaben) du womit (Programm) machst.
335  ProFTPD / ProFTPD - Deutsch / Problem mit #-Dateien am: 28. September 2004, 16:33:21
Ich ahne da was...

Schreib mal
PUT #channel.log
Dann klappts bestimmt :wink:

PUT = STOR
GET = RETR

Oder MPUT und MGET für mehrere Dateien
z.b. MPUT *.log
336  ProFTPD / ProFTPD - Deutsch / verschiedene Verzeichnisse für verschiedene User am: 28. September 2004, 16:23:54
Ja.
Gibt es 1000 Wege - Naja - mir fallen auf die Schnelle nur vier ein...

1. Am einfachsten - Homedir in der /etc/passwd anpassen und DefaultRoot ~ nehmen(wenn ich dich verstanden habe willste das nich)
2. Am besten - Homedir in der Datenbank angeben und mod_sql verwenden
3. Am kompliziertesten - Mit Gruppen arbeiten und DefaultRoot + Gruppe verwenden
4. Am doofsten - Das IfSessions-Modul dafür vergewaltigen
 :lol:

5.  :look) verschieden* Verzeichnis* + Option Nach allen Wörtern suchen
337  ProFTPD / ProFTPD - Deutsch / Problem mit #-Dateien am: 28. September 2004, 16:12:32
Bei mir geht es. :?!
Code:
dispatching PRE_CMD command 'TYPE I' to mod_exec
dispatching PRE_CMD command 'TYPE I' to mod_tls
dispatching PRE_CMD command 'TYPE I' to mod_core
dispatching PRE_CMD command 'TYPE I' to mod_core
dispatching CMD command 'TYPE I' to mod_xfer
dispatching POST_CMD command 'TYPE I' to mod_exec
dispatching POST_CMD command 'TYPE I' to mod_sql
dispatching LOG_CMD command 'TYPE I' to mod_sql
dispatching LOG_CMD command 'TYPE I' to mod_log
dispatching PRE_CMD command 'PASV' to mod_exec
dispatching PRE_CMD command 'PASV' to mod_tls
dispatching PRE_CMD command 'PASV' to mod_core
dispatching PRE_CMD command 'PASV' to mod_core
dispatching CMD command 'PASV' to mod_core
in dir_check_full(): path = '/21/uploads', fullpath = '/***/vhosts/ftp/21/uploads'.
AllowOverride denies all .ftpaccess files
Entering Passive Mode (****,195,96).
dispatching POST_CMD command 'PASV' to mod_exec
dispatching POST_CMD command 'PASV' to mod_sql
dispatching LOG_CMD command 'PASV' to mod_sql
dispatching LOG_CMD command 'PASV' to mod_log
dispatching PRE_CMD command 'STOR #channel.log' to mod_exec
dispatching PRE_CMD command 'STOR #channel.log' to mod_tls
dispatching PRE_CMD command 'STOR #channel.log' to mod_core
dispatching PRE_CMD command 'STOR #channel.log' to mod_core
dispatching PRE_CMD command 'STOR #channel.log' to mod_xfer
in dir_check_full(): path = '/21/uploads/#channel.log', fullpath = '/***/vhosts/ftp/21/uploads/#channel.log'.
AllowOverride denies all .ftpaccess files
in dir_check_full(): setting umask to 0111 (was 0000)
dispatching CMD command 'STOR #channel.log' to mod_xfer
passive data connection opened - local  : ****:50016
passive data connection opened - remote : ****:3197
dispatching POST_CMD command 'STOR #channel.log' to mod_exec
dispatching POST_CMD command 'STOR #channel.log' to mod_sql
dispatching POST_CMD command 'STOR #channel.log' to mod_sql
dispatching LOG_CMD command 'STOR #channel.log' to mod_sql
dispatching LOG_CMD command 'STOR #channel.log' to mod_log
dispatching LOG_CMD command 'STOR #channel.log' to mod_xfer
Transfer completed: 401408 bytes in 0.04 seconds

Stimmt dein PathDenyFilter?
338  ProFTPD / ProFTPD - Deutsch / Re: ip loggen? am: 27. September 2004, 23:26:48
Zitat von: "stonki"

Da. :wink:

Sorry. War in Eile :oops:
339  ProFTPD / ProFTPD - Deutsch / ip loggen? am: 27. September 2004, 22:15:46
Ja.
340  Linux / Linux / make befehl unter Debian GNU/Linux 3.0 am: 27. September 2004, 19:27:49
Kommt drauf an, was du für ein System bei der Installation wählst, oder nicht?

Ist bei RedHat zumindestens so.

Minimal oder Server oder so
341  ProFTPD / ProFTPD - Deutsch / HILLLLLLLLLLLLLFFFFFFFFFFFFFFEEEEEEEEEEEEEEEEEEE am: 18. September 2004, 22:53:49
Mag sein.
Dann drücke ich es so aus:

Deine Tasten klemmen.

Und ohne eine konkrete Frage wirst du keine Antwort bekommen, die dir weiterhilft.

So. Ich fliege jetzt in den Urlaub.
342  ProFTPD / ProFTPD - Deutsch / HILLLLLLLLLLLLLFFFFFFFFFFFFFFEEEEEEEEEEEEEEEEEEE am: 18. September 2004, 10:26:29
Mit so einem bescheuerten Post machst du dir keine Freunde.
 :FAQ:  :RTFM  :look)
343  ProFTPD / www.proftpd.de / DSL wechseln am: 18. September 2004, 10:25:29
Hatte erst Q-DSL home
War mir zu teuer.
Jetzt GMX DSL 8000 (basiert auf T-DSL mit 1 MBit)
344  ProFTPD / ProFTPD - Deutsch / MyFTP Admin - eigenartiges Problem !!! am: 17. September 2004, 14:10:42
Leider habe ich demnächst keine Zeit zum Testen.
Aber wenn es bis KW40 niemand gelöst hat kannste dich nochmal melden.
Dann guck ich mal.
345  ProFTPD / ProFTPD - Deutsch / MyFTP Admin - eigenartiges Problem !!! am: 17. September 2004, 11:51:17
Zitat von: "Wavy"
Mein Webserver ist /www, ohne .htaccess, offen für alle.
/www/admin ist nur für mich, hat also .htaccess.
Und /www/admin/myftpadmin ist dann das myFTPAdmin. Hat kein extra .htaccess mehr.

Wenn ich .htaccess lösche, oder myFTPAdmin nach /www/myftpadmin verschiebe, dann geht es einwandfrei.

Gibts da ne Möglichkeit, dass es trotzdem geht?

Danke.

Cu
Wavy

Geht es auch, wenn du nur die .htaccess löschst und  /www/myftpadmin in /www/admin/myftpadmin läßt?
Seiten: 1 ... 21 22 [23] 24 25 ... 107
Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.176 Sekunden mit 16 Zugriffen.