Hi all! Does samba support AES encryption for use with Win2008 controller domains? If so, why automatically generated krb5.conf still contains only RC4-HMAC DES-CBC-CRC DES-CBC-MD5? Also, why this file contains "preferred_enctypes" parameter which I can't find in "man krb5.conf"? And last question: would samba use system krb5.conf if I set "create krb5 conf=no"? -- Vladimir Vassiliev
Hi; ? I have compiled and configured the version 3.6 of Samba on SLES 10.3 but when T try to started I have the following error : ? #? /usr/local/samba/sbin/smbd -D /usr/local/samba/sbin/smbd: error while loading shared libraries: libtalloc.so.2: cannot open shared object file: No such file or directory ? This library exists into the source : # ls libtalloc.so* libtalloc.so? libtalloc.so.2? libtalloc.so.2.0.5 ? How resolve this problem ? where I must copy or create a link for this library ? I don't know where are the *.so for Samba ? # ls /usr/local/lib/ pkgconfig? valgrind ? Q2 : how I must configured Samba to can start/stop via the command : /etc/init.d/winbind start /etc/init.d/winbind start /etc/init.d/smb start ? Regards;
From: djamel boussebha <dboussebha at yahoo.fr> Date: Wed, 23 Nov 2011 09:54:48 +0000 (GMT)> I have compiled and configured the version 3.6 of Samba on SLES 10.3 > but when T try to started I have the following error : > > # /usr/local/samba/sbin/smbd -D > /usr/local/samba/sbin/smbd: error while loading shared libraries: libtalloc.so.2: cannot open shared object file: No such file or directory(snip)> > How resolve this problem ? where I must copy or create a link for > this library ?You have to set: LD_LIBRARY_PATH=/usr/local/samba/lib or same settings suitable for SLES manner.> Q2 : how I must configured Samba to can start/stop via the command : > /etc/init.d/winbind start > /etc/init.d/winbind start > /etc/init.d/smb startYou need to create/modify those scripts suitable for your installation. --- TAKAHASHI Motonobu <monyo at samba.gr.jp>
djamel boussebha
2011-Dec-01 09:05 UTC
[Samba] Missing lib for the version 3.5.12 of Samba
Hi; ? I works on SLES 10.3 and I have installed all RPM on the Samba site : http://ftp.sernet.de/pub/samba/3.5/sles/10/x86_64/ /pub/samba/3.5/sles/10/x86_64 Name Last modified Size Description Parent Directory ? - ldb-tools-3.5.12-44.suse101.x86_64.rpm 02-Nov-2011 20:05 3.6M libsmbclient-devel-3.5.12-44.suse101.x86_64.rpm 02-Nov-2011 20:05 7.8M libsmbclient0-3.5.12-44.suse101.x86_64.rpm 02-Nov-2011 20:05 2.0M libwbclient-devel-3.5.12-44.suse101.x86_64.rpm 02-Nov-2011 20:05 10K libwbclient0-3.5.12-44.suse101.x86_64.rpm 02-Nov-2011 20:05 52K libwbclient0-32bit-3.5.12-44.suse101.i586.rpm 02-Nov-2011 20:05 46K samba3-3.5.12-44.suse101.x86_64.rpm 02-Nov-2011 20:05 14M samba3-cifsmount-3.5.12-44.suse101.x86_64.rpm 02-Nov-2011 20:05 36K samba3-client-3.5.12-44.suse101.x86_64.rpm 02-Nov-2011 20:05 19M samba3-debuginfo-3.5.12-44.suse101.x86_64.rpm 02-Nov-2011 20:05 87M samba3-doc-3.5.12-44.suse101.x86_64.rpm 02-Nov-2011 20:05 7.4M samba3-utils-3.5.12-44.suse101.x86_64.rpm 02-Nov-2011 20:05 9.4M samba3-winbind-3.5.12-44.suse101.x86_64.rpm 02-Nov-2011 20:05 5.3M samba3-winbind-32bit-3.5.12-44.suse101.i586.rpm 02-Nov-2011 20:05 1.1M ? But when I try to instal the RPM : samba/winbind I have a missing libiniparser.so : ? # rpm -ivh samba3-winbind-3.5.12-44.suse101.x86_64.rpm warning: samba3-winbind-3.5.12-44.suse101.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID f4428b1a error: Failed dependencies: ??????? libiniparser.so.0()(64bit) is needed by samba3-winbind-3.5.12-44.suse101.x86_64 ? All RPM into the list not are?complet to install?Samba?I needs to install manualy some libraries or there are another method to install Samba ?? ? Regards; ?