Share via


Configuring User and Group Permissions for the Web Server

After you have downloaded your image to the CETEST, you are ready to configure the user and group permissions for your Web server using the Web-based configuration page.

To configure User and Group Permissions for the Web Server

  1. On CETEST, launch Internet Explorer, and type the following address in the address bar:

    https://localhost/networkadmin
    

    The Web-based network configuration utility appears.

  2. Fill in the Enter new password and Confirm new password fields, and choose the Submit button.

  3. On the menu bar, choose the User Accounts button.

    The Enter Network Password dialog box appears.

  4. Type Admin in the User Name box, and type the password that you specified in step 2 in the Password box. Leave the Domain box empty. Choose OK.

    The User Manager Setup page appears.

  5. In the Logon Name box, type Testuser in the Create a new user box, and choose the Create button.

    The User Manager Setup page appears.

  6. On the User Configuration page, type a password for Testuser, confirm the password, and then choose the Create Account button.

    The new user will appear below the Logon Name field on the User Manager Setup page.

  7. In the User Group Setup box, type TESTGROUP in the Create a new group box, and choose the Create button.

  8. Choose the Return to user configuration page link to return to the User Manager Setup page.

    The new group will appear below the Group Name field on the User Manager Setup page.

  9. Choose the Modify button beside the TESTGROUP box

    The Group Configuration page appears.

  10. Select the checkbox in the Member of group column for Testuser, and then choose the Submit Changes button.

    You have now added Testuser to the TESTGROUP group.

    Note   You can also create users programmatically by calling the NTLMSetUserInfo function. Windows CE .NET also exposes the NTLMDeleteUser function, which is used to delete a user name from the local database, and the NtlmEnumUser function, which is used to enumerate a user in a local database. To view a sample implementation of the user lists in the Web-based configuration tool in Windows CE, see the UserMgr.cpp source code file in the %_WINCEROOT%\Public\Servers\Sdk\Samples\Natadmin\Natisapi directory.

See Also

How to Configure the Web Server | Authentication Services | Authentication Services Functions

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.