|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
creating users in wins server 2003
Hi
I have written a batch file for creating users with a homedir for every user.(i am using a domain not a workgroup) After running the batch file i could see the folders created on server for all the users. But when i login as client from a diiferent machine i could not find the homedir folder for any user. I have created the home directory with homedir option by net user command (batch pgm commands). Can anyone help in sloving this problem, Thanks in advance. Sravan |
|
#2
|
|||
|
|||
|
What does this have to do with IIS?
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
You may want to create your users in a database and let an ISAPI filter map them to
NT accounts on the fly. http://www.bestcode.com/html/bcauthenticate.html bcAuthenticate is an ISAPI based Authentication filter for IIS 4,5,6. It allows you put userid passwords in a database and manage them individually instead of relying on Windows NT accounts. It uses ODBC to access the database and map the users to NT accounts. It also caches them in memory for specified amount of time so it is fast. It has a GUI admin also. Regards, g. |
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > creating users in wins server 2003 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|