[Samba] Using ACL on Solaris 8 with Samba 3.0.9

Sven Pfeifer sven.pfeifer at netexpress.de
Tue Dec 21 14:43:31 GMT 2004


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 = 10000-20000
        idmap gid = 10000-20000
        winbind separator = \
        create mask = 0764
        directory mask = 0775

---[smbd -b]----------
Build environment:
   Built by:    root at frodo
   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



More information about the samba mailing list