This content has been marked as final.
Show 3 replies
-
1. Re: Exports file allowing permissions from console?
Lazar NameToUpdateJul 30, 2012 11:29 AM (in response to Brandon Gillis)
exports:
First level if access. The line in the file means that the request from any server (*) will be mapped to local "root" account.
users:
Second level that overrides exports. If the file is empty, then whatever is in the exports holds.
users.local:
Third layer of access that overrides users. If this file is empty, then whatever is in users holds.
-
2. Re: Exports file allowing permissions from console?
Adam Bowen Jul 30, 2012 12:38 PM (in response to Brandon Gillis)Correct. All inbound connections map to the root user, regardless of anything else. Exports is first in order of precedence.
Adam
304-916-7673
Sent from my BlackBerry.
-
3. Re: Exports file allowing permissions from console?
Brandon Gillis Jul 30, 2012 12:47 PM (in response to Brandon Gillis)Thanks guys.