I have the same problems but i'm using Web Applications. Each Portal site hase its own hostheader (the website port is default random)
I have found a sollution but this is only a workaround. Is it possible to set security on the portal site making use of the group membership. So, user Bill is member of CompanyX. Bill may only search for the users who are member of CompanyX and he may NOT see
the users of CompanyY or CompanyZ. We want to use SharePoint 2007 for more companies.
My temporary sollution for this is to use the stsadm.exe tool and execute this command in the cmd:
What this command does is it will denie any search within your portal site. You can only search for members that are allready member of the Site Collection.
stsadm.exe is in: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN
johnwoo
Member
4 Points
2 Posts
Re: WSS 3.0 - Site collection users can see all other users?
Jul 03, 2007 01:15 PM|LINK
Hi,
I have the same problems but i'm using Web Applications. Each Portal site hase its own hostheader (the website port is default random)
I have found a sollution but this is only a workaround. Is it possible to set security on the portal site making use of the group membership. So, user Bill is member of CompanyX. Bill may only search for the users who are member of CompanyX and he may NOT see the users of CompanyY or CompanyZ. We want to use SharePoint 2007 for more companies.
My temporary sollution for this is to use the stsadm.exe tool and execute this command in the cmd:
stsadm -o setproperty –url http://yourportalsite –pn "peoplepicker-onlysearchwithinsitecollection" –pv yes
What this command does is it will denie any search within your portal site. You can only search for members that are allready member of the Site Collection.
stsadm.exe is in: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN
Kind Regards,
John
Microsoft Office SharePoint Server MOSS SharePoint