|
ntfs格式在局域网里 共享时怎么设定啊 ?有高手指点一二?
你可以到你本机的widnows帮助中找到相关的内容 文件夹的安全设置,和共享安全设置。相信你的机器上应该有中文版的。
Setting up permissions and auditing
You set up permissions and auditing by viewing the security properties of files, folders, shared folders, printers, and Active Directory objects.
When you set up permissions, you specify the level of access for groups and users. For example, you can let one user read the contents of a file, let another user make changes to the file, and prevent all other users from accessing the file. You can set similar permissions on printers so that certain users can configure the printer and other users can only print from it.
You set up auditing to detect and record security-related events, such as when a user attempts to access a confidential file or folder. When you audit an object, an entry is written to the Windows 2000 security log whenever the object is accessed in a certain way. You determine which objects to audit, whose actions to audit, and exactly what types of actions are audited. Once you set up auditing, you can keep track of users who access certain objects and analyze security breaches. The audit trail can show who performed the actions and who tried to perform actions that are not permitted.
Note
To set up permissions and auditing for files and folders, you must use drives formatted to use NTFS.
Related Topics
==================================
看来很多人都是先选择了ACCESS才考虑安全
我这儿,如果决定采用了ACCESS来实现一些应用。则会事先把相关的安全问题在谈需求时候一起说明。做到让你的用户知道大家所承担的风险。 然后是找出一些方案来降低这个风险。
1。 MDB文件放在服务器共享目录中。然后此目录仅授权给必要的账号。无关的用户则不要授权。 仅需要读的用户只给读的权限(很少有这类用户组)。常规来说,ACCESS必须对目录拥有读写的权限才行。所有你无法防止授权用户复制文件,删除文件。
2。 制定备份策略,根据需求,可以在服务器上放一个windows的计划任务,每30分钟(依数据更新度而定)自动做个备份。备份文件名可以是 YYYYMMDDHHMI-mydb.mdb, 大备份池中保留近三天所有备份文件,近9周的每周最后一个备份,近3年每月的最后一个备份。 具体依业务变动及文件尺寸而定。
3。打开共享文件夹的审计功能,明确通知你的用户。并把国家计算机安全条例相关内容告知相关人员。-破坏信息是违法的。
******************
* 一切皆有可能 *
******************
.
ACMAIN - Access论坛回贴准则(个人).
.
同一贴子不回复第二次
.
QQ群 48866293 / 12035577 / 7440532 / 13666209
http://forum.csdn.net/BList/OtherDatabase .
http://www.accessbbs.cn/bbs/index.php .
http://www.accessoft.com/bbs/index.asp .
http://www.access-programmers.co.uk/forums .
http://www.office-cn.net .
.
http://www.office-cn.net/home/space.php?uid=141646 . |
|