The Name "Groupname" Is Not a Valid User or Group (238128)
The information in this article applies to:
- FrontPage 2000 Server Extensions from Microsoft
- Microsoft Office 2000 Server Extensions
This article was previously published under Q238128 SYMPTOMS
When you attempt to add a group name to permissions by using FrontPage, the following error message occurs:
The name "groupname" is not a valid user or group.
If you have added the group name to the permissions through Windows NT Explorer, the group name appears only partially in FrontPage, up to the forward slash ( / ) or semicolon ( ; ). Attempting to remove it through FrontPage fails with no error in the client. When you reopen the permissions dialog, it is still listed.
In the Event Viewer, the following error messages occur:
Microsoft FrontPage Server Extensions:
http://servername - Error #e0025 Message: The user or group, servername\group, is unknown.
and
Microsoft FrontPage Server Extensions:
(OS Error #1332 Message: No mapping between account names and security IDs was done.)
CAUSE
This occurs when the group name contains a forward slash ( / ) or semicolon ( ; ).
RESOLUTION
Group names can include any characters other than a backslash ( \ ), forward slash ( / ), or semicolon ( ; ).
To remove a group name that has been added through Windows NT Explorer, do the following:
- Click Start and point to Run.
- In the Open: dialog box, type "cmd" (without the quotation marks).
- Change the directory (cd) to the folder above the Web content (for example, Inetpub).
- Type "cacls foldername /t /e /r groupname" (without the quotation marks), where foldername is the name of the folder containing the content and groupname is the name of the group you want to remove.
Note: This does not affect any permissions except for the group being removed; all custom permissions will remain intact.
The group should now be absent from the list in FrontPage.
MORE INFORMATION
Windows NT allows you to create groups with any character except a backslash ( \ ). FrontPage cannot read groups meeting the above conditions.
Modification Type: | Major | Last Reviewed: | 10/22/2003 |
---|
Keywords: | kbprb KB238128 |
---|
|