diff options
author | John Terpstra <jht@samba.org> | 2003-04-04 03:52:35 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-04 03:52:35 +0000 |
commit | 2e629a17bb8ede16a6e82ccece82428b0801aaf3 (patch) | |
tree | ca72c34448ed7700b3fab8fdd2b220bbaa5763db /docs/docbook/projdoc/NT_Security.sgml | |
parent | 94e5719dac45baffc5f5dad6e045ac99999c76e9 (diff) | |
download | samba-2e629a17bb8ede16a6e82ccece82428b0801aaf3.tar.gz samba-2e629a17bb8ede16a6e82ccece82428b0801aaf3.tar.bz2 samba-2e629a17bb8ede16a6e82ccece82428b0801aaf3.zip |
More docs updates. Much more under way.
(This used to be commit ed6fd02ff806c7cda9fb05fe3b2bf96be164c1ec)
Diffstat (limited to 'docs/docbook/projdoc/NT_Security.sgml')
-rw-r--r-- | docs/docbook/projdoc/NT_Security.sgml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/docbook/projdoc/NT_Security.sgml b/docs/docbook/projdoc/NT_Security.sgml index a68a820b76..c5e3b9b9f9 100644 --- a/docs/docbook/projdoc/NT_Security.sgml +++ b/docs/docbook/projdoc/NT_Security.sgml @@ -1,5 +1,4 @@ <chapter id="unix-permissions"> - <chapterinfo> <author> <firstname>Jeremy</firstname><surname>Allison</surname> @@ -10,12 +9,9 @@ </address> </affiliation> </author> - - <pubdate>12 Apr 1999</pubdate> </chapterinfo> - <title>UNIX Permission Bits and Windows NT Access Control Lists</title> <sect1> @@ -29,6 +25,17 @@ the security of the UNIX host Samba is running on, and still obeys all the file permission rules that a Samba administrator can set.</para> + + <note> + <para> + All access to Unix/Linux system file via Samba is controlled at + the operating system file access control level. When trying to + figure out file access problems it is vitally important to identify + the identity of the Windows user as it is presented by Samba at + the point of file access. This can best be determined from the + Samba log files. + </para> + </note> </sect1> <sect1> |