[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference ranger::pwosf

Title:PATHWORKS for OSF/1
Notice:see also NOTED::PWDOSWINV5 (PW client) & TURRIS::DIGITAL_UNIX
Moderator:CPEEDY::LONG
Created:Thu Apr 22 1993
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1874
Total number of notes:6870

1815.0. "6.1A and access permission problems" by VIRGIN::SUTTER (Who are you ??? - I'm BATMAN !!!) Thu Apr 10 1997 16:22

I have a strange V6.1A installation where lanman.ini has this:

	
	# tail /usr/net/servers/lanman/lanman.ini
	[ replicator ]
	replicate=export
	exportlist=speck.dom
	[ server ]
	srvservices=alerter,netlogon,browser,replicator
	userpath=/usr/net/servers/lanman/users
	[ lmxserver ]
	ignoreunix=yes
	unixlocks=no
	locale=de_CH.ISO8859-1

// The user can't save a Word95 file in this directory: 

# net access c:/pc_pool/casdta/iso9002
Resource  Permissions                            Permissions
-------------------------------------------------------------------------------
c:\pc_pool\casdta\iso9002
          *Administrators:RWCXDAP                *CASHUsers:RWCXDAP
          *Domain Users:RWCXDAP                  *Everyone:RWCXDAP
          *Replicator:RWCXDA                     *Server Operators:RWCXDA
          Admin:RWCXDAP
The command completed successfully.
#

// The file has the permissions: 
# net access c:/pc_pool/casdta/iso9002/index.doc
Resource  Permissions                            Permissions
-------------------------------------------------------------------------------
c:\pc_pool\casdta\iso9002\index.doc
          *Account Operators:RWCXDA              *Administrators:RWCXDA
          *Backup Operators:RWCXDA               *CASHUsers:RWCXDA
          *Domain Admins:RWCXDA                  *Domain Guests:RWCXDA
          *Domain Users:RWCXDA                   *Everyone:RWCXDA
          *Guests:RWCXDA                         *Print Operators:RWCXDA
          *Replicator:RWCXDA                     *Server Operators:RWCXDA
          *servers:RWCXDA                        *Users:RWCXDA
          Admin:RWCXDA                           Administrator:RWCXDA
          Guest:RWCXDA                           PC01:RWCXDA
          PC02:RWCXDA                            PC03:RWCXDA
          PC04:RWCXDA                            PC05:RWCXDA
          PC06:RWCXDA                            PC07:RWCXDA
          PC08:RWCXDA                            PC09:RWCXDA
The command completed successfully.
#
// I find that the file has the 'P' permission missing. I guess Word95 uses
// this to change it's attributes, etc. 

// When I remove this file and copy it back there, it still has the same
// permission as above. Another file that can be modified is this: 

# net access c:/pc_pool/casdta/userg/richtlinien/inhalt.doc
Resource  Permissions                            Permissions
-------------------------------------------------------------------------------
c:\pc_pool\casdta\userg\richtlinien\inhalt.doc
          *Administrators:RWCXDAP                *CASHUsers:RWCXDAP
          *Domain Users:RWCXDAP                  *Everyone:RWCXDAP
          *Replicator:RWCXDA                     *Server Operators:RWCXDA
          Admin:RWCXDAP
The command completed successfully.

// Here I'm having the 'P' permission. 

I thought that when I remove a file and add it again under UNIX, I should
inherit the permissions from the directory. This does not seem to be the
case here. 

Any idea what is happening? 

Thank's & Regards, 

Arnold
T.RTitleUserPersonal
Name
DateLines
1815.1info ?EVTAI1::CASTELLOUNIX and PCI SupportThu Apr 10 1997 16:499
Hi Arnold,


ls -l of your dir and files can help.(to see owner,group,access)

What kind of FS? 
Is it a symb. link ?

Jean-Pierre
1815.2ZUR01::SUTTERWho are you ??? - I'm BATMAN !!!Thu Apr 10 1997 21:0212
    Hello Jean-Pierre, 
    
    The FS is AdvFS on V4.0B Digital UNIX. The permissions are 666 for 
    the files and 777 for directories, owner,group is lmxadmin DOS-a--
    no links, i.e. real files/directories. 
    
    According to [ lmxserver ] ignoreunix=yes I suppose the UNIX attributes
    should be overridden. 
    
    Thank's again & Regards, 
    
    Arnold