1834709 Members
2811 Online
110069 Solutions
New Discussion

Re: hp-ux samba

 
Sanjeev JOSHI
New Member

hp-ux samba

hi,
all we are running cifs3 on hp-ux11i and the windows clients are win2k pro/Xp,samba is working but we are unable to modify the acl from windows client,when tryied the same acl
notifying,+ symbol appears with that
directory,but previledged won,t change!!!
Attaching smb.conf
thanks in advance
Sanjeev JOSHI
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: hp-ux samba

Shalom,

There is probably an authentication problem. A user exists on hpux or windows that confuses the ownership.

You need to make sure that users on the windows domain are not duplicated on HP-UX unless smb.conf says security=user

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sanjeev JOSHI
New Member

Re: hp-ux samba

Thanks SEP,for response i have to produce some necessary docs like change procedure doc for this activity,i will revert back
sanjeev JOSHI
eric roseme
Respected Contributor

Re: hp-ux samba

Hi Sanjeev,

Often when this happens it is because the underlying HP-UX filesystem does not support POSIX ACLs. So verify that you are running JFS (VxFS) 3.3 or higher, with file layout 4 or higher:

rmonster->fstyp -v /dev/vg00/lvol4
vxfs
version: 4

Also (if the above is true), make sure that you can do a "setacl -m u:username:rwx filename" on the file, then see if the permissions appear in the explorer window.

Eric Roseme