In my WSS site when I want add a new user ,before adding I must define the
user (username and password)in active directory.If I do not define user
before adding I get these error message " user does not exist".(Im using
Domain Account Mode for WSS site)

Is there any felexsible way that does not need to define users before
adding.and add user in our domain without need before definition?

Re: Add new user by Engelbert

Engelbert
Sat Nov 12 04:19:17 CST 2005

There are lots of different kinds of users that you can grant rights to
access WSS sites but all of them must exist (and be accessible) in order for
them to be given rights as they are checked for existence.

Engelbert

P.S. In the previous version (STS) you could specify a new user + password
when giving rights to access a STS site (when it would create that user on
the server as part of the same process) but this was dropped in WSS.


"saba" <saba@discussions.microsoft.com> wrote in message
news:82C836CB-ABB0-41A5-958B-5965592DCD1E@microsoft.com...
> In my WSS site when I want add a new user ,before adding I must define the
> user (username and password)in active directory.If I do not define user
> before adding I get these error message " user does not exist".(Im using
> Domain Account Mode for WSS site)
>
> Is there any felexsible way that does not need to define users before
> adding.and add user in our domain without need before definition?