Displaying 20 results from an estimated 1100 matches similar to: "smb.conf(5) and winbind nss info"
2008 Jul 21
3
Building Samba 3.2.0 on Solaris with Sun compiler
I was able to build Samba 3.0.x under Solaris 10 using the Sun Studio
compiler (cc) and the Solaris ld (/usr/ccs/bin/ld) that it uses.
Trying to build Samba 3.2.0, however, I immediately run into a problem
where the build process assumes the linker understands
"--version-script", which is specific to the GNU linker:
Linking shared library bin/libtalloc.so
/usr/ccs/bin/ld: illegal
2008 Feb 28
1
Inheritable Permissions Issue
I have a Centos 3 server running Samba 3.0.28. It's a member of an AD
domain on a Windows Server 2003 R2 Standard x64 SP2 box. From the
W2K3 server I can see the samba share I created. Using the Security
tab in the Windows Explorer file properties dialog I can add and
remove users and change their permissions. However, in the
Permissions tab of the Advanced Security Settings dialog,
2008 May 29
1
Test Failure for RW1 with samba-3.0.30, Solaris 9
I'm trying to build and install Samba 3.0.30 on a Solaris 9 SPARC machine.
When I do a "make test", the RW1 test is failing. If I go back and
configure and build 3.0.28 with the same settings, and do a make test,
everything passes. Here's what I'm seeing with 3.0.30:
---8<---
Testing RW1 (0)
TEST OUTPUT:
host=127.0.0.2 share=tmp user=root myname=cannes
Running RW1
2008 Nov 10
1
Configuring idmap for a Samba 3.2.4 AD member server
I'm hoping somebody can point me to the right documentation for
setting up the following scenario.
Earlier this year I had Samba 3.0.28a working as a member server of a
(Windows Server 2003) AD domain, using Solaris 10 and Heimdal
Kerberos. I was able to log into the server using AD accounts, getent
passwd worked, etc. I was using "secruity=ads" with these settings
(among other):
2009 Jun 15
4
Samba with ADS
Environment: Sun Solaris 9 sparc
Software: Samba-3.3.3, KRB5-1.6.3, OpenLDAP-2.4.11
Problem:
Am trying to create shares with Samba so that users can map to folders on this server using Active Directory. I am successful in creating a Kerberos ticket; I can join the domain; and wbinfo -u and -g give me users in the AD. However, getent passwd only gives me a list of users on the server and not in the
2008 Aug 04
3
Kerberos-related configure script problem on Solaris with 3.2.0
I'm building samba-3.2.0 on a Solaris 10 x64 box using the Sun Studio
cc compiler.
I'm running into a problem. I have a workaround. Let me know if I
should post a bug report.
A. The problem:
$ ./configure --prefix=/usr/local/samba-3.2.0 --with-ads --with-pam
--with-acl-support --with-shared-modules=idmap_ad
--enable-socket-wrapper --enable-nss-wrapper
2008 Mar 10
1
Problem with ADS idmap backend
I'm running Samba 3.0.28a on a CentOS 3.9 box as a member of an AD
domain whose PDC is a W2k3 server (Standard x64 R2 SP2).
Using wbinfo -u and wbinfo -g I can see domain users and groups from
the CentOS box, but getent (passwd|group) fails to display them. The
nsswitch is setup correctly, as far as I can tell. When I tail -f the
samba log file during a getent query, I see that winbindd is
2008 Aug 05
1
Also seeing high winbindd CPU usage
I think somebody had a similar problem (also on Solaris), but that
thread seemed to die.
I've compiled (with Sun Studio cc) and installed samba-3.2.1 on a
Solaris 10 x64 box, which is a member of a (Windows Server 2003
controlled) domain. I previously had samba 3.0.28a running on the
same machine without any problems. Now winbindd is eating up all of
the CPU (on the CPU it's assigned
2008 Jul 02
2
Make Test on Samba 3.2.0
With Samba 3.0.x, I would:
1. configure
2. make
3. make test
4. make install (if all went well)
When I do a 'make test' with Samba 3.2.0, though, I eventually run
into problems like this:
RUNNING TESTS testparm_s3
Testing netbios name (0)
TEST OUTPUT:
Load smb config files from
/home/david/build/samba-3.2.0/source/st/lib/smb.conf.tmp
params.c:Parameter() - Ignoring badly formed line in
2001 Feb 05
1
clipped lines have wrong slope in log plot (PR#839)
Hi,
I'm using R version 1.2.0 (2000-12-15), on RedHat Linux 6.2 (kernel 2.2.14).
The following command ought to plot a straight-line on a log-log
graph but instead plots two line segments, both with the wrong
slope:
plot(c(1,10,100),c(100,10,1),type="l",xlim=c(1,20),ylim=c(1,20),log="xy")
Only clipped lines seem to have this problem. Changing to type "b"
or
2008 Apr 21
8
Samba send SPNEGO if Extended Security is ON
I've checked the samba code (sessetup) and found out that samba always send spnego packet when Extended Security capability is ON.
(This can't be turned off/on ie. "use spnego = false")
Does it mean I can "never" connect to smb server that doesn't support spnego if Extended Security is supported by server?
Is my understanding correct?
2008 Jul 09
1
Install error when trying to install ver 3.2.0
When I run make install on Solaris 8 I get the following error:
Using FLAGS = -O -D_SAMBA_BUILD_=3 -I/nau/src/Net/samba-3.2.0/source/popt -I/nau/src/Net/samba-3.2.0/source/iniparser/src -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Iinclude -I./include -I.
2003 Jan 09
1
Help with CVS related include pattern
I'm trying to use rsync to make a local copy of only
a subset of a directory tree: all directories, and all
files within "CVS/" directories, but nothing else.
I thought this might work:
rsync -av --include '*/' --include 'CVS/*' --exclude '*' src src_cvs
It does recursively copy all directories (including CVS directories),
but it doesn't copy the
2009 Feb 04
2
can't make 3.3.0 on Solaris 10
I downloaded 3.3.0 and tried compiling on Solaris 10 and got pretty
far into the make before this message:
Linking bin/smbd
./bin/libtdb.so: undefined reference to `write@SUNW_0.9'
./bin/libwbclient.so: undefined reference to `sleep@SUNW_0.7'
./bin/libtdb.so: undefined reference to `pread64@SUNW_1.4'
./bin/libtdb.so: undefined reference to `fcntl@SUNW_0.9'
./bin/libtalloc.so:
2008 Oct 09
1
Problem installing samba
Hello.
?
?? I am installing samba by first time and I've problems. I've downloaded samba 3.2.4 version.?The machine is Sun with Solaris. After execute .configure, i execute?.install make with the next errors:
?
======================================================================
The SWAT files have been installed. Remember to read the documentation
for information on enabling and using
2009 Jan 29
1
Problem building Samba 3.3 on Solaris 10
Hi,
I attempted to build v3.3 using Sun Studio 12, but it failed right out
of the gate. It looks like it can't find the standard libraries, but
according to the make output, it's looking in the right places. Would
someone please clue me in as to what I'm missing?
Thanks.
-John
Using FLAGS = -I/opt/heimdal/include -I/usr/sfw/include/openssl -g
-xs -xtarget=ultraT1
2010 May 18
5
samba.org has been revised!
As some of you might have noticed, the official Samba web site [1] has been
revised during the sambaXP conference [2]. The web design was revamped and
a new logo has been created. Some of the related pages (e.g. the Wiki [3])
have already been adapted to the new style as well.
Special thanks go to Blackbit [4] for creating the new design, to SerNet [5]
for sponsoring and to Stefan Metzmacher
2008 Apr 02
2
Problem with cups print job name
For some time I had been running samba 3.0.10 from RHEL4. I have a samba
-> cups -> pdf printer set up which uses the user supplied job name for
the output file. The job name was formatted like this "smbprn.00001020
Microsoft Word - Test.doc".
Since then, RHEL have updated to samba 3.0.25. The job name supplied to
cups is now a random string of characters like
2008 Aug 06
1
winbindd behaving oddly
Hello folks,
Been beating my head with an winbind and pam just behaving oddly. I have following
various HOW-TO's, wiki's, and docs, and just can't seem to get past a wall. Here a
some of the issues:
- the 1st attempt at ssh'ing to a server gives me a 'Wrong Password' in the logs. Here's
an exact snippet:
Aug 6 18:45:40 mia21654bcu001 sshd[5371]: pam_winbind(sshd):
2008 Oct 21
3
Samba 3.2, Samba 3.3 release planning
Hi,
i visited wiki.samba.org and read the "Release Planning for Samba 3.2"
information and the "Release Planning for Samba 3.3" information.
So my question is:
Is samba 3.2 development stopped and all concentration given to Samba
3.3 ? Because there isnt any further release note available for 3.2, but
instead there are some notes for 3.3 ?
Bye and thanks for your