Security is the protection of information and property from theft.
1
vote
3answers
5k views
stsadm migrateuser: The user does not exist or is not unique
I'm running:
stsadm -o migrateuser -oldlogin "domain1\user" -newlogin "domain2\user" -ignoreidhistory
and getting the error "The user does not exist or is not unique".
The users exist in both ...
0
votes
2answers
535 views
Sharepoint Security issue in _layouts/user.aspx
Considering the following scenario :
- create a SharePoint site collection
- create a new security permission level "Test", with "Manage permissions" checked.
- create a new Group, with "Contribute", ...