Blöde Frage - existiert denn das das im cifs_homedir.cfg File angegebene Verzeichnis auch wirklich? Die Fehlermeldung deutet darauf hin, dass es den Pfad nicht gibt.
Der Pfad sollte z.B. so sein: "/vol/vol0/home".
Innerhalb dieses Verzeichnisses muss dann wiederum ein Unterverzeichnis mit dem Namen des Logonusers existieren.
Welchen Authentication Style hast Du für FTP gesetzt? In einer AD-Umgebung muss dies mixed oder ntlm sein.
--> options ftpd.auth_style style (unix, ntlm, or mixed)
Aus dem Manual:
When you specify the mixed authentication style, the FTP server uses the UNIX authentication style for users with names containing a backslash (\) character; it uses the NTLM authentication style for all other users.
Steps
- Enter the following command: options ftpd.auth_style stylestyle is unix, ntlm, or mixed.
- If you specified ntlm in Step 1, specify the CIFS home directory in the /etc/cifs_homedir.cfg file and then enter the following command: cifs homedir loadThe home directory of a user is a combination of the path you specify in /etc/cifs_homedir.cfg and the user ID of the user. The path you specify in /etc/cifs_homedir.cfg is case-sensitive; however, the user ID is not case-sensitive. For example, if the path is \home and the user name is JOHN, the home directory for the user is \home\john.
Gruss
Stephan