butterhook
asked on
Web service to create user account on Windows 2003 server
Hello,
I'm wondering if it is possible to create a web service that would create a user account for a user on a server (for FTP usage) with a corresponding folder with relevant permissions in a specific place on a hard drive.
The server is Win2k3 Web Edition, not on a domain.
Is this possible?
Thank you,
BH
I'm wondering if it is possible to create a web service that would create a user account for a user on a server (for FTP usage) with a corresponding folder with relevant permissions in a specific place on a hard drive.
The server is Win2k3 Web Edition, not on a domain.
Is this possible?
Thank you,
BH
How actually are the permissions stored.. like some kind of a file?
How actually are the permissions stored.. like some kind of a file?
ASKER
A specific set of permissions, such as for each folder created the folder name would be the like
FirstName & ' ' & LastName
and the username that would require read/write permissions on that folder would be the same...
as well as a collection of other administrative users, which would be part of a pre-set array of usernames.
Permissions as in NTFS permissions.
FirstName & ' ' & LastName
and the username that would require read/write permissions on that folder would be the same...
as well as a collection of other administrative users, which would be part of a pre-set array of usernames.
Permissions as in NTFS permissions.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.