search for: rootsbindir

Displaying 9 results from an estimated 9 matches for "rootsbindir".

2010 Dec 24
1
reducing smbd memory footprint
...--enable-shared \ --prefix=/usr \ --sysconfdir=/etc \ --libdir=/usr/lib/samba \ --with-privatedir=/etc/samba \ --with-piddir=/var/run/samba \ --localstatedir=/var \ --with-rootsbindir=/sbin \ --with-syslog \ --with-utmp \ --with-readline \ --with-libsmbclient \ --with-winbind \ --with-shared-modules=idmap_rid,idmap_ad,idmap_adex,idmap_hash \ --without-automount \ --w...
2011 Aug 04
1
Cross-compile and directory locations
All, I have cross-compiled 3.5.10 succesfully. The smbd binary can be executed, e.g. ./smbd -b works fine. The smbd binary also allows me to override directory locations, e.g. --libdir=/opt/lib. Unfortunately, other binaries (like smbpasswd) cannot find their libraries because they are looking in the wrong directory (/home/martin/result/.../lib), which only exist on the host on which I compiled
2012 Apr 18
0
ANNOUNCE: cifs-utils release 5.4 is ready for download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Since we now have a fix of sorts for CVE-2012-1586, it seems like as good a time as any to do a new release. Go forth, download and build cifs-utils-5.4. Highlights: * the "rootsbindir" can now be specified at configure time * mount.cifs now supports the -s option by passing "sloppy" to the kernel in the options string * cifs.upcall now properly respects the domain_realm section in krb5.conf * unprivileged users can no longer mount onto dirs into which...
2009 Sep 06
0
No subject
...--enable-static \ --prefix=/usr \ --sysconfdir=/etc \ --libdir=/usr/lib/samba \ --with-privatedir=/etc/samba \ --with-piddir=/var/run/samba \ --localstatedir=/var \ --with-rootsbindir=/sbin \ --with-pammodulesdir=/lib/security \ --with-pam \ --with-syslog \ --with-utmp \ --with-readline \ --with-pam_smbpass \ --with-libsmbclient \ --with-winbind...
2007 Nov 22
1
Installation problem of SAMBA 3.0.23a on HP-UX 11.23
...locks' logfilebase='${VARDIR}' mandir='${prefix}/man' oldincludedir='/usr/include' pammodulesdir='${LIBDIR}/security' piddir='${VARDIR}/locks' prefix='/usr/local/samba' privatedir='${prefix}/private' program_transform_name='s,x,x,' rootsbindir='${SBINDIR}' sbindir='${BINDIR}' selftest_prefix='./' sharedstatedir='${prefix}/com' smbtorture4_path='' swatdir='${prefix}/swat' sysconfdir='${prefix}/etc' target='' target_alias='' target_cpu='' target_os='' t...
2008 Apr 08
1
unable to compile samba 3.0.28a on RHEL 5.1 i386
...logfilebase='/var/log/samba' mandir='/usr/share/man' oldincludedir='/usr/include' pammodulesdir='${LIBDIR}/security' piddir='/var/run' precompiled_headers='' prefix='/usr' privatedir='/etc/samba' program_transform_name='s,x,x,' rootsbindir='${SBINDIR}' sbindir='${exec_prefix}/sbin' selftest_prefix='' sharedstatedir='${prefix}/com' smbtorture4_path='' swatdir='/usr/share/swat' sysconfdir='${prefix}/etc' target='i686-pc-linux-gnu' target_alias='' target_cpu='i6...
2009 Oct 11
1
idmap LDAP branch never populates with Samba 3.4.1 - how do I debug ?
...'ve now tried to build with all the bells and whistles: ./configure --cache-file=./config.cache --with-fhs --enable-shared --enable-static --disable-pie --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib/samba --with-privatedir=/etc/samba --with-piddir=/var/run/samba --localstatedir=/var --with-rootsbindir=/sbin --with-pammodulesdir=/lib/security --with-pam --with-syslog --with-utmp --with-readline --with-pam_smbpass --with-libsmbclient --with-winbind --with-shared-modules=idmap_ldap,idmap_rid,idmap_ad,idmap_adex,idmap_hash,idmap_tdb2 --with-automount --with-ldap --with-ads --with-dnsupdate --without...
2007 Nov 25
0
_net_auth2: creds_server_check failed Error
...9; > mandir='${prefix}/man' > oldincludedir='/usr/include' > pammodulesdir='${LIBDIR}/security' > piddir='${VARDIR}/locks' > prefix='/usr/local/samba' > privatedir='${prefix}/private' > program_transform_name='s,x,x,' > rootsbindir='${SBINDIR}' > sbindir='${BINDIR}' > selftest_prefix='./' > sharedstatedir='${prefix}/com' > smbtorture4_path='' > swatdir='${prefix}/swat' > sysconfdir='${prefix}/etc' > target='' > target_alias='' >...
2009 Mar 04
9
samba 3.3.x vfs_acl_xattr support
>From samba 3.3.0 release notes, it seems like samba 3.3.x is at least experimenting using xattr to store NT ACL, which can eventually provide better NT ACL support. I tried similar features with samba 4.0.0 alpha6, which works very nice. Is there any plan to provide same level of NT ACL support with samba 3.3.x? If there is such plan, any targeted date for that? Thanks, Ying