[p4] p4web, does it filter on client spec?
Michael Delaney
mdelaney at upromise.com
Fri Jun 25 06:33:35 PDT 2010
No, I don't believe it does. If you want to restrict access to locations
in Perforce for p4web the only way is via the protections table.
For example. The following only allows the p4web instance, running on
10.9.1.5(replace with the IP address that's running p4web) as the user
'perforce', access to the main trunk, our documentation, and user sandboxes.
[protect examples]
read user perforce 10.9.1.5 -//...
read user perforce 10.9.1.5 //depot/trunk/...
read user perforce 10.9.1.5 //depot/docs/...
read user perforce 10.9.1.5 //sandboxes/...
On 6/24/2010 5:33 PM, Tom Duffy wrote:
> Hello,
>
> I'm setting up p4web as a document server, running in viewer mode. I've
> setup a new webViewer client spec that filters on one specific folder in
> one of my depot's and that's all I'd like to be served (this folders
> holds the docs to be served view a browser).
>
> I've verified that p4web started in viewer mode and is logging with the
> user and client spec I want, but on the Files tab I see the complete
> depot tree. It is not filtered on the client spec that I have set p4web
> to use.
>
>
>
> Is this expected? Can I filter the files listed in the depot tree by
> client spec, or must I use protections on the user?
>
>
>
> Thanks for any advice you may have.
>
>
>
> Tom D.
>
>
>
> _______________________________________________
> perforce-user mailing list - perforce-user at perforce.com
> http://maillist.perforce.com/mailman/listinfo/perforce-user
>
More information about the perforce-user
mailing list