Linux Get File Trustees
Novell Cool Solutions: Cool Tool
In Brief
This Perl script lists the file trustees, and users' effective rights.
Vitals
- Product Categories:
- Open Enterprise Server
- Functional Categories:
- Workgroup
Posted: | 31 Jan 2007 |
File Size: | 3KB |
License: | Free |
Download: | /coolsolutions/tools/downloads/linuxGetFileTrustees.pl |
Publisher: | Dean Giles |
Disclaimer
Please read the note from our friends in legal before using this file.
Details
This Perl script lists the file trustees, and users' effective rights. It uses the Virtual File Services (Originally called Virtual File Services for NetWare) which were ported over to Linux. The SDK for this API set can be downloaded from http://developer.novell.com/wiki/index.php/Virtual_File_Services_for_NetWare. The objective of the tool is to view user owner ids for an NSS file using XML as specified in the VFS for NetWare specification. It is intended to be used as a sample script for developers that may want to use the VFS API set to view and manage storage.
How to Use the file:
linuxGetFileTrustees.pl is a Perl script. So Perl must be installed and running on the Linux server that this file is being loaded on. NSS must be installed to get the VFS support.
To run the perl script type:
perl linuxGetFileTrustees.pl /path/file_name.ext <enter>
Where /path/file_name.ext is the fully qualified name of an NSS file complete with leading slash and the path.
Example:
perl linuxGetFileTrustees.pl /media/nss/NSS1/file.txt <enter>
Sample output:
grep57:/a # perl linuxGetFileTrustees.pl /media/nss/NSS1/file.txt file is now open File Name: +</_admin/Manage_NSS/files.cmd Request Sent: <virtualIO><datastream name="command"/></virtualIO><fileRequest><fileInfo><getFileInfo><fileName>/media/nss/NSS1/file.txt</fileName><typeOfInfo><rightsInfo/></typeOfInfo></getFileInfo></fileInfo></fileRequest> <fileReply> <fileInfo> <getFileInfo> <rightsInfo> <trusteeList> <trusteeInfo><trustee><![CDATA[.CN=user1.O=sms.T=GREPTREE.]]></trustee><id>6c4445e0-79a5-01db-80-fd-001422328d9d</id><rights></rights></trusteeInfo> </trusteeList> <inheritedRightsFilter><read/><write/><create/><erase/><accessControl/><fileScan/><modify/><supervisor/><salvage/><secure/></inheritedRightsFilter> <effectiveRights><read/><write/><create/><erase/><accessControl/><fileScan/><modify/><supervisor/></effectiveRights> <result value="0"><description>success</description></result> </rightsInfo> <result value="0"><description>success</description></result> </getFileInfo> </fileInfo> <result value="0"><description>zOK</description></result> </fileReply>
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com