I'm wondering how layer files representing features within a multiuser database can be shared with OS authentication.
My understanding is that a 'filepath' to the feature is a reference to the specific sde connection on my computer, followed by \MyFeature 1 etc. which makes sense to control the authentication and version.
How would a layer file be constructed so that various users can use the same layer file but with a prompt for OS Auth (as they would have different DBMS roles assigned to them)?
Is it just a case of copying the .sde connection file to a network location then wrangling the paths through it?
There are no versions other than DEFAULT.
Thanks for reading.