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 = 10000-20000
        idmap gid = 10000-20000
        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

Reply via email to