08-07-05 10:53 PM
Have created a FTP site on a Windows 2003 SBS server using the “Isolate us
ers
using Active Directory” option. My problem is that I get a error when I lo
gin
“530 User XXXXX cannot login, home directory inaccessible”.
Here is what I have done.
Added login locally rights to the users and groups that need access by
setting it in the default domain policy.
Added permissions to directories created to include users that needed access
Set the msIIS-FTPRoot and msIIS-FTPDir with the VBS metod outlined in a
Microsoft article
iisftp.vbs /SetADProp (User name) FTPRoot \\Inetpub\ftproot
iisftp.vbs /SetADProp (User name) FTPDir \(User name)
Verified that the msIIS-FTPRoot and msIIS-FTPDir were set correctly by using
iisftp /GetADProp (User Name) FTPRoot
iisftp /GetADProp (User Name)
Path from MetaBase.xml
<IIsFtpVirtualDir Location="/LM/MSFTPSVC/1/ROOT" AccessFlags="AccessRead"
Path="c:\inetpub\ftproot" />
My directory structure (have substituted localuser with mydomain and
mydomain.local, nothing works)
c:\
|
|---Windows
|
|---Inetpub
| |
| |---wwwroot
| |
| |---ftproot
| | |
| | |---localuser
| | | |
| | | |---test1
| | | |
| | | |---test2
Output from CuteFTP
STATUS:> Socket connected. Waiting for welcome message...
220 Microsoft FTP Service
STATUS:> Connected. Authenticating...
COMMAND:> USER xxxxxx
331 Password required for xxxxxx.
COMMAND:> PASS ********
530 User xxxxxx cannot log in, home directory inaccessible.
ERROR:> Password not accepted
ERROR:> Can't login. Still trying...
I have been reading articles and trying to get this to work for almost 2
weeks, does anyone have any ideas, suggestions, or know of something I am
missing.
Thanks
AJ
[ Post a follow-up to this message ]
|