Samba mailing user :: JGM
2003-Oct-06 16:03 UTC
[Samba] [post again] problems with samba + acl
hi all (again), im using debian 3.0 + samba 3.0rc4 with support acl + acl kernel patch, but when i want to change permission on a share of samba from my fucking w2k, i give that message ========================= [2003/10/06 10:02:24, 3] smbd/process.c:switch_message(685) switch message SMBnttrans (pid 18607) [2003/10/06 10:02:24, 3] smbd/nttrans.c:call_nt_transact_set_security_desc(1698) call_nt_transact_set_security_desc: file = asd, sent 0x20000004 [2003/10/06 10:02:24, 3] passdb/lookup_sid.c:fetch_sid_from_uid_cache(161) fetch sid from uid cache 10000 -> S-1-5-21-63246451-387079892-313593124-1145 [2003/10/06 10:02:24, 3] passdb/lookup_sid.c:fetch_sid_from_gid_cache(235) fetch sid from gid cache 10001 -> S-1-5-21-63246451-387079892-313593124-1011 [2003/10/06 10:02:24, 3] passdb/lookup_sid.c:fetch_uid_from_cache(182) fetch uid from cache 10000 -> S-1-5-21-63246451-387079892-313593124-1145 [2003/10/06 10:02:24, 3] passdb/lookup_sid.c:fetch_uid_from_cache(182) fetch uid from cache 10001 -> S-1-5-21-63246451-387079892-313593124-1006 [2003/10/06 10:02:24, 3] passdb/lookup_sid.c:fetch_gid_from_cache(256) fetch uid from cache 10001 -> S-1-5-21-63246451-387079892-313593124-1011 [2003/10/06 10:02:24, 3] smbd/dosmode.c:unix_mode(110) unix_mode(asd) returning 0744 [2003/10/06 10:02:24, 3] smbd/posix_acls.c:convert_canon_ace_to_posix_perms(2499) convert_canon_ace_to_posix_perms: Too many ACE entries for file asd to convert to posix perms. [2003/10/06 10:02:24, 3] smbd/posix_acls.c:set_nt_acl(3140) set_nt_acl: failed to convert file acl to posix permissions for file asd. [2003/10/06 10:02:24, 3] smbd/error.c:error_packet(94) error string = Function not implemented [2003/10/06 10:02:24, 3] smbd/error.c:error_packet(113) error packet at smbd/nttrans.c(1704) cmd=160 (SMBnttrans) NT_STATUS_ACCESS_DENIED [2003/10/06 10:02:24, 3] smbd/sec_ctx.c:set_sec_ctx(288) setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0 [2003/10/06 10:02:24, 3] smbd/process.c:process_smb(890) Transaction 429 of length 45 [2003/10/06 10:02:24, 3] smbd/process.c:switch_message(685) switch message SMBclose (pid 18607) [2003/10/06 10:02:24, 3] smbd/sec_ctx.c:set_sec_ctx(288) setting sec ctx (10000, 10001) - sec_ctx_stack_ndx = 0 [2003/10/06 10:02:24, 3] smbd/reply.c:reply_close(2449) close directory fnum=4880 =========================== my smb.conf file [global] workgroup = XXX security = DOMAIN log level = 3 announce version = 4.0 announce as = NT Workstation load printers = No ldap ssl = no idmap uid = 10000-20000 idmap gid = 10000-20000 template shell = /bin/bash winbind separator = + winbind use default domain = Yes [test] path = /test admin users = admin read only = No create mask = 0700 directory mask = 0700 directory security mask = 0700 guest ok = Yes [acl] path = /new read only = No THANKS in advance.