Displaying 20 results from an estimated 29 matches for "have_posix_acl".
Did you mean:
have_posix_acls
2005 Sep 28
0
RES: RES: RES: RES: Re: ACLs with Problem
...a: Luis Henrique de Faria Guimar?es
Assunto: Re: RES: RES: RES: [Samba] Re: ACLs with Problem
Luis Henrique de Faria Guimar?es wrote:
> I forgive me Paul, not wise person. Well, the samba was compiled with support ACL, look out command:
> [root@redfree source]# strings $(which smbd) | grep HAVE_POSIX_ACLS
> HAVE_POSIX_ACLS
> I didn't find no fail when I compiled the samba. I go to send for you my file configure.log
Looks ok to me. One thing to try would be testing with another
filesystem. It seems you have XFS headers installed and samba recognised
them. If your kernel supports XFS or...
2004 Mar 12
1
Issues while compiling samba 3.0.2a
...s because
the ACL packages/libraries mentioned earlier in this mail were already
installed? Can this
be tested with just a cp or a mv of a directory or file with ACL's on it?
3. When I do a "./smbd -b | grep -i ACL" on my newly compiled smbd deamon I
got "HAVE_SYS_ACL_H,
HAVE_POSIX_ACLS". Does this mean ACL's are compiled in successfully? I'm
a bit in doubt
because when I look at the list under "--with Options: & Build Options:"
a WITH_ACL is lacking.
TIA,
Erik Hoitinga
web: http://users.skynet.be/fanzel
2004 Mar 08
5
Getting ACLs to work with Samba 3.0.2a
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello!
I'm currently trying to get ACLs to work with my Samba-PDC. I compiled Samba
with the "--with-acl-support"-option and the configure-script says:
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
After install, a "ldd smbd" gives
libacl.so.1 => /lib/libacl.so.1
2005 Sep 22
3
ACLs with Problem
Hi All,
I am with problem with the permissions of windows.
The samba is not getting the ACLs permissions. I compiled version 3.0.20, with the following options:
./configure \
--prefix=/usr/local/samba \
--localstatedir=/var \
--with-configdir=/etc/samba \
--with-privatedir=/etc/samba \
--with-fhs \
--with-quotas \
--with-smbmount \
2009 Jan 29
1
ACL
...Windows 2000 and Windows XP users might not be able to
consistently list Samba users when configuring an ACL.
We really don't have the option of doing a PDC. Is this a bad idea to try
and get this to work without using PDC?
smbd -b | grep ACL
HAVE_SYS_ACL_H
HAVE_ACL_LIBACL_H
HAVE_POSIX_ACLS
smb.conf
[global]
passdb backend = tdbsam
add user script = /usr/sbin/useradd -m %u
delete user script = /usr/sbin/userdel -r %u
add group script = /usr/sbin/groupadd %g
delete group script = /usr/sbin/groupdel %g
add user to group script = /usr/sbin/groupmod -A %u %g
delete u...
2018 Oct 18
0
Cygwin build fails because headers no longer default to Solaris ACL
...e detects the following after the above mod:
$ grep -i acl config.status
S["LIBS"]="-lacl "
D["HAVE_SYS_ACL_H"]=" 1"
D["HAVE_ACL_LIBACL_H"]=" 1"
D["HAVE_ACLSORT"]=" 1"
D["HAVE_LIBACL"]=" 1"
D["HAVE_POSIX_ACLS"]=" 1"
D["SUPPORT_ACLS"]=" 1"
2009 Mar 16
0
Making Samba 3.2.3 and ACL work
...rs try to access files via samba they cannot access their
files even though ACL permissions on the files are set to give them full
access.
first of all how can I check wheter ACL is indeed enabled in my samba
installation?
"smbd -b | grep -i acl" yields:
HAVE_SYS_ACL_H
HAVE_ACL_LIBACL_H
HAVE_POSIX_ACLS
pdb_ldap pdb_smbpasswd pdb_tdbsam rpc_lsarpc rpc_winreg rpc_initshutdown
rpc_dssetup rpc_wkssvc rpc_svcctl2 rpc_ntsvcs2 rpc_netlogon rpc_netdfs rp
c_srvsvc rpc_spoolss rpc_eventlog2 rpc_samr idmap_ldap idmap_tdb
idmap_passdb idmap_nss nss_info_template auth_sam auth_unix auth_winbind
auth_server
a...
2004 Jul 16
0
Re: FW: SAMBA+ACL+XFS
...;ll be very grateful.
>
> Paul.
>
> -----Original Message-----
> From: ??????? ?????
> Sent: Wednesday, July 14, 2004 9:09 AM
> To: 'jht@samba.org'
> Subject: RE: SAMBA+ACL+XFS
>
>
> John many thanks for the answer, request return:
> HAVE_SYS_ACL_H
> HAVE_POSIX_ACLS
>
> -----Original Message-----
> From: John H Terpstra [mailto:jht@samba.org]
> Sent: Tuesday, July 13, 2004 11:34 PM
> To: ??????? ?????
> Subject: Re: SAMBA+ACL+XFS
>
>
> Paul,
>
> Please send the output of running:
>
> smbd -B | grep ACL
>
> - John...
2005 Apr 20
0
Domain Admins
...0x4
[2005/04/20 10:56:08, 3] smbd/error.c:error_packet(147)
error packet at smbd/nttrans.c(2179) cmd=160 (SMBnttrans) NT_STATUS_ACCESS_DENIED
Running on Suse 9.2
File system is Reiserfs with mount options acl,user_xattr 1 2
Samba is compiled with acl and ldap support
smbd -b
HAVE_SYS_ACL_H
HAVE_POSIX_ACLS
have net groupmap add ntgroup="Domain Admins" unixgroup=dpdev which is our IT group.
Logged as myself
uid=272(larry) gid=544(Administrators) groups=0(root),100(users),101(dpdev),108(
vsifax),109(www),200(informix),512(Domain Admins),544(Administrators),1000(dp)
I can modify acls usin...
2011 Mar 22
0
ACL not working
...-
# file: group/tech
# owner: root
# group: root
user::---
group::---
group:tech:rwx
mask::rwx
other::---
default:user::---
default:group::---
default:group:tech:rwx
default:mask::rwx
default:other::---
----------
Build options
--
# smbd -b | grep -i acl
HAVE_SYS_ACL_H
HAVE_ACL_LIBACL_H
HAVE_POSIX_ACLS
vfs_acl_tdb_init
vfs_acl_xattr_init
pdb_ldap pdb_smbpasswd pdb_tdbsam rpc_lsarpc rpc_winreg
rpc_initshutdown rpc_dssetup rpc_wkssvc rpc_svcctl2 rpc_ntsvcs2
rpc_netlogon rpc_netdfs rpc_srvsvc rpc_spoolss rpc_eventlog2 rpc_samr
idmap_ldap idmap_tdb idmap_passdb idmap_nss nss_info_template...
2003 May 01
0
a little issue with ADS
...eazy.homeip.net 2.4.20-r2 #1 SMP Thu Apr 17
22:26:45 EDT 2003 i686 AMD Athlon(tm) XP 1700+ AuthenticAMD GNU/Linux
SRCDIR: .
BUILDDIR: .
Build options:
HAVE_KRB5 HAVE_GSSAPI HAVE_LDAP WITH_AUTOMOUNT
WITH_SMBMOUNT
WITH_PAM
WITH_TDB_SAM
WITH_SYSLOG
WITH_QUOTAS
HAVE_POSIX_ACLS
HAVE_LIBREADLINE
Paths:
CONFIGFILE: /etc/samba/smb.conf
SBINDIR: /usr/sbin
BINDIR: /usr/bin
LOCKDIR: /var/run/samba
LOGFILEBASE: /var/log/samba
Other Build Options:
HAVE_VOLATILE
HAVE_SHADOW_H
HAVE_CRYPT
HAVE_CUPS
HAVE_DLOPEN
HAVE_DLCLOSE
HAVE_DLSYM
HAVE...
2010 Sep 22
1
RES: acl_xattr and acl_tdb does not work
yes i have, this is my share-config:
[share]
path = /mnt/gluster/daten/share/
public = yes
writeable = yes
browseable = yes
inherit permissions = Yes
inherit acls = Yes
map acl inherit = Yes
nt acl support = yes
vfs objects = acl_xattr
F?bio Leandro Rodrigues Cordeiro schrieb:
> Hi,
>
> Have you tried adding the share writeable?
> [share]
> writeable = yes
>
> att,
>
2004 Feb 18
0
[3.0.2] Trouble using ACLs: wrong file permissions after write/cr eate
...ulting smbd binary reports using -b: :
--with Options:
WITH_AUTOMOUNT
WITH_PAM
WITH_QUOTAS
WITH_SENDFILE
WITH_SMBMOUNT
WITH_SYSLOG
WITH_UTMP
WITH_WINBIND
and
server:/opt/samba-3.0.2/sbin# ./smbd -b | grep ACL
HAVE_SYS_ACL_H
HAVE_POSIX_ACLS
c) Configuration-file: /opt/samba-3.0.2/lib/smb.conf
[global]
workgroup = MYCOMPANY
interfaces = eth0
os level = 65
preferred master = No
domain master = No
security = user
encrypt passwords = Yes...
2007 May 25
1
Need help: Centos 5, Samba as file server + ACL for WORKGROUP
...y tab in Windows XP Sp2. Here is my configuration for
samba-3.0.23c-2.el5.2.0.2.
# grep ACL config-2.6.18-8.el5
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_FS_POSIX_ACL=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFS_ACL_SUPPORT=m
# smbd -b | grep ACL
HAVE_SYS_ACL_H
HAVE_POSIX_ACLS
# cat /etc/fstab
/dev/VolGroup00/LogVol00 / ext3 defaults,acl,user_xattr
1 1
#mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw,acl,user_xattr)
#getfacl /storage/Engineers/abc.txt
getfacl: Removing leading '/' from absolute path names
# file: storage/Eng...
2006 Jan 16
3
ACL set up yet Security Properties not sticking.
...le
server.
any one with any idea as to what I should look at, that would be great,
thanks!
It has been a bummer modifying all the permission change requests by hand.
======================================================
samba is built with ACL support:
smbd -b |grep ACL
HAVE_SYS_ACL_H
HAVE_POSIX_ACLS
======================================================
Kernel has ACL support built in as does the file system:
CONFIG_NFS_ACL=y
CONFIG_NFSD_ACL=y
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_FS_POSIX_ACL=y
======================================================
mount returns:
/de...
2007 Sep 24
2
Where is the tdbsam password database file?
...IME
HAVE_MLOCK
HAVE_MLOCKALL
HAVE_MMAP
HAVE_MUNLOCK
HAVE_MUNLOCKALL
HAVE_NANOSLEEP
HAVE_NATIVE_ICONV
HAVE_NEW_LIBREADLINE
HAVE_NL_LANGINFO
HAVE_NO_AIO
HAVE_OPEN64
HAVE_PAM_GET_DATA
HAVE_PAM_VSYSLOG
HAVE_PATHCONF
HAVE_PEERCRED
HAVE_PIPE
HAVE_POLL
HAVE_POSIX_ACLS
HAVE_POSIX_FADVISE
HAVE_POSIX_MEMALIGN
HAVE_PRCTL
HAVE_PREAD
HAVE_PREAD64
HAVE_PRINTF
HAVE_PUTUTLINE
HAVE_PUTUTXLINE
HAVE_PWRITE
HAVE_PWRITE64
HAVE_QUOTACTL_LINUX
HAVE_RAND
HAVE_RANDOM
HAVE_READDIR64
HAVE_READLINK
HAVE_REALPATH
HAVE_REMOVEXATTR...
2017 Jun 08
0
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
..._MLOCK
HAVE_MLOCKALL
HAVE_MMAP
HAVE_MSGHDR_MSG_CONTROL
HAVE_MUNLOCK
HAVE_MUNLOCKALL
HAVE_NANOSLEEP
HAVE_NATIVE_ICONV
HAVE_NL_LANGINFO
HAVE_OPEN64
HAVE_PAM_GET_DATA
HAVE_PAM_RADIO_TYPE
HAVE_PAM_VSYSLOG
HAVE_PATHCONF
HAVE_PEERCRED
HAVE_PIPE
HAVE_POLL
HAVE_POSIX_ACLS
HAVE_POSIX_FADVISE
HAVE_POSIX_FALLOCATE
HAVE_POSIX_FALLOCATE64
HAVE_POSIX_MEMALIGN
HAVE_PRCTL
HAVE_PREAD
HAVE_PREAD64
HAVE_PREAD_DECL
HAVE_PRINTF
HAVE_PTHREAD
HAVE_PTRDIFF_T
HAVE_PUTUTLINE
HAVE_PUTUTXLINE
HAVE_PWRITE
HAVE_PWRITE64
HAVE_PWRITE_DECL...
2007 Jan 29
5
ACLs fail in 3.0.23d
Whenever I try to read or modify ACLs from my Windows 2000 PDC, my Samba
Domain Member Server (Security = ADS) does not allow setting ACLs, nor
does it display the existing ACLs.
- I have setup ACLs in my Kernel
- I have translated and installed libacl and libattr
- I can see and modify ACLs with getfacl and setfacl.
- I have translated Samba 3.0.23d with --with-acl-support=yes
- I have enabled
2019 Oct 29
0
auth logging or auditing
...RSES
?? HAVE_NETGROUP
?? HAVE_NEW_FIELD
?? HAVE_NEW_FORM
?? HAVE_NEW_PANEL
?? HAVE_NFS_QUOTAS
?? HAVE_NFTW
?? HAVE_OFD_LOCKS
?? HAVE_OPENAT
?? HAVE_OPENPTY
?? HAVE_OPEN_O_DIRECT
?? HAVE_PATHCONF
?? HAVE_PEERCRED
?? HAVE_PERL_MAKEMAKER
?? HAVE_PIPE
?? HAVE_POLL
?? HAVE_POPT
?? HAVE_POPTGETCONTEXT
?? HAVE_POSIX_ACLS
?? HAVE_POSIX_CAPABILITIES
?? HAVE_POSIX_FADVISE
?? HAVE_POSIX_FALLOCATE
?? HAVE_POSIX_MEMALIGN
?? HAVE_POSIX_OPENPT
?? HAVE_PRCTL
?? HAVE_PREAD
?? HAVE_PREAD_DECL
?? HAVE_PRINTF
?? HAVE_PROGRAM_INVOCATION_SHORT_NAME
?? HAVE_PTHREAD
?? HAVE_PTHREAD_ATTR_INIT
?? HAVE_PTHREAD_CREATE
?? HAVE_PTHREAD_...
2017 Jun 08
2
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
On Thu, 2017-06-08 at 10:09 +0200, awl1 via samba wrote:
> Hello again, Samba experts,
>
> sorry for being such a pain in your necks, but I really need to get a
> recent Samba version to compile, and it looks like I definitely need
> your help with this.
>
> In the meantime, I have found that the huge number of "conflicting
> types" errors for rpc_*_init(...)