SOLVED: [Samba] Re: Using ACL on Solaris 8 with Samba 3.0.9

2004-12-22 Thread Sven Pfeifer
Hi,

Zitat von Pierre Lebrun [EMAIL PROTECTED]:

 Sven Pfeifer a écrit :
  Hi folks,
  
  I installed Samba 3.0.9 on one of my Solaris 8 Boxes. The installation 
  (configure with: --with-pam --with-acl-support --with-winbind) and the 
  configuration (creating a share, ...) went fine so far. I configured my
  Samba-Server to fetch all user- and group-information from my DC. Using 
  wbinfo (-u|-g) to check wheter winbindd is running, or not works fine.
  I get a complete list of all user (groups). But if I try to change the 
  permission of a file or directory from within my Windows client, i get
  the following error in my log.smbd:
  
  [2004/12/21 13:27:30, 3] smbd/posix_acls.c:convert_canon_ace_to_posix_perms
  (2498)
convert_canon_ace_to_posix_perms: Too many ACE entries for file
DV/file.txt to convert to posix perms.
  
  Any hints on how to fix this problem?
  
  Cheers
  
  Sven

[...]

 I use the sunfreeware.com 3.0.9 build for 2.5.1 and have the
 following headers:
 
   HAVE_SYS_ACL_H
   HAVE_SOLARIS_ACLS
   HAVE__ACL
   HAVE__FACL
 
 I hope this can help you.
 
 Pierre

OK, it was no option, to install the version from www.sunfreeware, because it 
was compiled the way I did it. So I tried to compile Samba 3.0.10 and it 
worked. Right now I think, that there is a problem using ACLs with Samba 3.0.9 
on Solaris 8. Using the 3.0.10 I have no problems using ACLs.

Thanks for your hint.

Cheers

Sven


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Using ACL on Solaris 8 with Samba 3.0.9

2004-12-21 Thread Pierre Lebrun
Sven Pfeifer a écrit :
Hi folks,
I installed Samba 3.0.9 on one of my Solaris 8 Boxes. The installation 
(configure with: --with-pam --with-acl-support --with-winbind) and the 
configuration (creating a share, ...) went fine so far. I configured my Samba-
Server to fetch all user- and group-information from my DC. Using wbinfo (-u|-
g) to check wheter winbindd is running, or not works fine. I get a complete 
list of all user (groups). But if I try to change the permission of a file or 
directory from within my Windows client, i get the following error in my 
log.smbd:

[2004/12/21 13:27:30, 3] smbd/posix_acls.c:convert_canon_ace_to_posix_perms
(2498)
  convert_canon_ace_to_posix_perms: Too many ACE entries for file DV/file.txt 
to convert to posix perms.

Any hints on how to fix this problem?
Cheers
Sven
BTW: here is my smb.conf and the output from smbd -b and uname -a
---[smb.conf]--
[global]
workgroup = MYWINDOWSDOMAIN
netbios name = MYSAMBASERVER
server string = My Samba Server
security = DOMAIN
auth methods = winbind
password server = ip.of.my.PDC
username level = 2
log level = 3
name resolve order = wins bcast hosts
preferred master = No
local master = No
domain master = No
wins server = ip.of.my.WINS
idmap uid = 1-2
idmap gid = 1-2
winbind separator = \
create mask = 0764
directory mask = 0775
---[smbd -b]--
Build environment:
   Built by:[EMAIL PROTECTED]
   Built on:Wed Dec 15 09:58:38 MET 2004
   Built using: gcc
   Build host:  SunOS frodo 5.8 Generic_112953-02 sun4u sparc SUNW,Sun-Fire-280R
   SRCDIR:  /admin/src/samba-3.0.9/source
   BUILDDIR:/admin/src/samba-3.0.9/source
[...]
 System Headers:
   HAVE_SYS_ACL_H
[...]
   HAVE__ACL
[...]
   HAVE__FACL
[...]
 --with Options:
   WITH_PAM
   WITH_SENDFILE
   WITH_UTMP
   WITH_WINBIND
---[uname -a]--
SunOS frodo 5.8 Generic_112953-02 sun4u sparc SUNW,Sun-Fire-280R
I use the sunfreeware.com 3.0.9 build for 2.5.1 and have the
following headers:
 HAVE_SYS_ACL_H
 HAVE_SOLARIS_ACLS
 HAVE__ACL
 HAVE__FACL
I hope this can help you.
Pierre
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba