samba 3.0.1 --with-acl-support doesn't work

Leandro Ariel Gomez Chavarria lgomez at cencosud.com.ar
Wed Jan 7 21:48:14 GMT 2004


I ran smbd -b |grep -i acl and I found the two lines
   HAVE_SYS_ACL_H
   HAVE_POSIX_ACLS

anyway, acls doesn't work, for example I set an acl entrie in some file using setfacl command and then look in to the file properties with a windows client and I can't see the acls entries, just the unix permissions.

>>> Vance Lankhaar <vlankhaar at linux.ca> 01/06/04 08:59pm >>>
On Tue, 2004-01-06 at 17:45, Leandro Ariel Gomez Chavarria wrote:
> I'm trying to compile samba 3.0.1 (on RH9) with acls support but it doesn't work.
> 
> I ran: configure --with-acl-support --with-quotas ; make
> 
> then I test samba and it looks like if it doesn't support acl, so I run smbd -b :
> 
> --with Options:
>    WITH_ADS
>    WITH_QUOTAS
>    WITH_SENDFILE
>    WITH_UTMP
>    WITH_WINBIND
> 
> Builtin modules:
>     pdb_ldap pdb_smbpasswd pdb_tdbsam pdb_guest rpc_lsa rpc_reg rpc_lsa_ds rpc_wks rpc_net rpc_dfs rpc_srv rpc_spoolss rpc_samr idmap_ldap idmap_tdb auth_rhosts auth_sam auth_unix auth_winbind auth_server auth_domain auth_builtin
> 

vance at emma:~$ smbd -b | grep -i acl
   HAVE_SYS_ACL_H
   HAVE_POSIX_ACLS
vance at emma:~$ 

It looks like --with-acl-support doesn't translate straight across to a
WITH_* option.

If you have no acl support, I believe that instead HAVE_NO_ACLS will be
defined instead. Try that....

Vance




More information about the samba-technical mailing list