IIS Server Security - Mirror ftp sites and user accounts in IIS

This is Interesting: Free IT Magazines  
Home > Archive > IIS Server Security > June 2006 > Mirror ftp sites and user accounts in IIS





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Mirror ftp sites and user accounts in IIS
Matt_UK

2006-06-20, 7:25 am

Hi

We have 2 ftp servers in seperate DMZs in different parts of the country
both running W2003 Server and IIS running with users isolated using local
accounts and individual ftp sites - has to be this way due to the nature of
our business and also the files get copied to remote sites around the
country. I need to mirror them for failover purposes and load-balancing, and
so far I have copied the ftp directory structure and 85 - 90 ftp sites using
the export/import xml file in IIS, but I need now to export and import the
user accounts and passwords. They are local users on the servers and not
part of our ADS structre at all, and never will be. I can export the users
to a text file - can that then be imported onto the 2nd server? How do I
deal with the passwords? I don't want to have to manually go through and
re-set 120-odd passwords!

I've been looing for a solution for ages - can anyone help?
Ken Schaefer

2006-06-21, 1:31 am

You can use the "net user" command to create the new user accounts,
supplying the user name and password. Put that into a batch file and run it
to create all the user accounts.

You can not going to be able to export the passwords from your existing
SAM - Windows doesn't store user passwords unencrypted, or using reversible
encryption. They are hashed using a one-way hashing algorithm and then
stored.

Cheers
Ken


"Matt_UK" <Matt_UK@discussions.microsoft.com> wrote in message
news:0B92FA81-85C0-435B-996C-B93765F583A0@microsoft.com...
> Hi
>
> We have 2 ftp servers in seperate DMZs in different parts of the country
> both running W2003 Server and IIS running with users isolated using local
> accounts and individual ftp sites - has to be this way due to the nature
> of
> our business and also the files get copied to remote sites around the
> country. I need to mirror them for failover purposes and load-balancing,
> and
> so far I have copied the ftp directory structure and 85 - 90 ftp sites
> using
> the export/import xml file in IIS, but I need now to export and import the
> user accounts and passwords. They are local users on the servers and not
> part of our ADS structre at all, and never will be. I can export the
> users
> to a text file - can that then be imported onto the 2nd server? How do I
> deal with the passwords? I don't want to have to manually go through and
> re-set 120-odd passwords!
>
> I've been looing for a solution for ages - can anyone help?



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com