Displaying 20 results from an estimated 2000 matches similar to: "samba and idmap_rid panic"
2006 Feb 28
1
3.0.21c: idmap_rid segfaults on AIX 5.3 ML4
Hi everyone,
I'm trying to use idmap_rid on an AIX 5.3 ML4 machine. Samba compiled
successfully using the IBM compiler (vac.C) version 6. The only
programs I supplied where db and libiconv.
I followed the instructions, and put nsswitch/WINBIND in /usr/lib/security,
and edited /usr/lib/security/methods.cfg.
When I start "winbindd -i", it coredumps with a Signal 11:
(dbx) where
2006 Feb 05
0
ok - now how to access a share?
I got net ads join to finally work, but I cannot get samba to
authenticate a user to a share.
[global]
workgroup = DOMAIN
netbios name = svcanimp
socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384
idmap uid = 10000-20000
idmap gid = 10000-20000
idmap backend = ad
use kerberos keytab = yes
# os level = 65
winbind
2006 Jun 07
0
CentOS 4.2 + idmap_rid
Do you know if it is possible to use the idmap_rid feature in Centos and
Winbind/Samba (v. 3.0.10)?
When I try to start it with idmap_rid enabled, I get this in my log...
"
May 30 15:01:22 Cent01 winbindd[2861]: [2006/05/30 15:01:22, 0]
sam/idmap.c:idmap_init(142)
May 30 15:01:22 Cent01 winbindd[2861]: idmap_init: could not load remote
backend 'idmap_rid'
May 30 15:01:22 Cent01
2005 Jan 31
0
How to support idmap_rid on Fedora Core 3?- RESOLVED
Resolved: I was not able to compile then make install and have work so I
ended up using the FC3 packages and adding only the freshly compiled
idmap_rid module.
Thanks for the help.
Brian Hoover
MailLists wrote:
> John, sorry I did not mean to reply directly, I hate MS-Outlook!
>
> John H Terpstra wrote:
>> On Sunday 30 January 2005 09:17, MailLists wrote:
>>> Hello,
2005 Jan 30
2
How to support idmap_rid on Fedora Core 3?
Hello,
Please forgive me if this has been discussed, I did not find any
references when I searched.
I'm trying to replace a W2K server with a samba member server in a
single ADS domain.
It seems that the Fedora rpms do not support idmap_rid so I am trying to
compile from the Fedora SRPM. After following the docs for building and
configuring idmap_rid I get no ADS users from `getent
2003 Apr 28
1
Does 3.0 work with w2k sp3 and/or win 2003? Anybody had success?
I can't make it work although both sign&seal and restrictanonymous are set to
0.
My setup is: w2k sp2 as PDC, w2k sp3 as client, samba 3.0a21 joined into the
PDC domain as an ADS member. The scenario is, from the w2k sp3 client,
connect to a share hosted by samba, create a file, then use
property->security->add tab to add an ACE, then the browsing user/group
windows appears
2006 Feb 09
0
SAMBA configuration nightmare (AIX) - idmaps do not work (core dump), ldap/nss_ldap and pam fail
Well, I have tried really hard to get any of the idmaps to work--in
that, idmap_ads, idmap_rid, and I have tried to use idmap stroage in
ldap with padl (nss_ldap) too, but I have had no luck. If I enable pam
in /usr/lib/security/methods.cfg or nss_ldap, I cannot log into the
system anymore. If I enable pam in /etc/pam.conf and use in
/etc/security/users SYSTEM = "WINBINd or WINBIND[UNAVAIL]
2008 Jan 14
1
Solaris 10 winbindd: fatal: init_module: can't find symbol
Hi all
I am trying to run samba-3.0.28 on a solaris 10 sparc machine, as a
member server for an AD 2003R2. I use nss_ldap-254.
I compile samba with:
GCC_EXEC_PREFIX=/opt/csw/gnu/ LDFLAGS="-L/opt/csw/lib"
CPPFLAGS="-I/opt/csw/include" ./configure --prefix=/opt/samba
--with-acl-support --with-quotas --with-included-popt
--with-privatedir=/opt/samba/etc/samba/private
2006 Apr 11
0
PANIC: Could not fetch our SID - did we join?
Hi,
I have some problems running Samba and Winbind 3.0.22 in a AD, kerberos
environment.
I have seen previous posts on several forums about this problem but
haven't found any solution for it yet.
I have no problem with the default Samba package that comes with Ubuntu,
3.0.14a.
But I do wan't to upgrade and the only option in that case seems to be
to compile it.
I compiled it with
2006 Feb 01
0
Fwd: ADS and samba domain member: ads_connect: Cannot resolve network address for KDC in requested realm
I forgot the smb.conf file:
[global]
workgroup = MYDOMAIN
netbios name = svcanimp
socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind enum users = yes
winbind gid = 10000-20000
os level = 20
winbind enum groups = yes
winbind separator = /
2007 Oct 26
0
Winbind crashes in 3.026a using rid
Winbind 3.026a crashes when reading out user information with wbinfo
using the idmap/rid module.
The tdb module works without crash (tested by exchanging the uncommented
and commented lines in the following fragment from smb.conf).
I configured rid as follows:
[global]
# idmap uid=1000-60000
# idmap gid=1000-60000
idmap domains=TRUSTEDDOMAINS
idmap config TRUSTEDDOMAINS:readonly=yes
idmap
2011 Feb 04
0
PAM authentication with winbind and AD
All,
After two days of googling, reading, swearing and cursing, I am finally admitting I cannot solve this one. I have three production FreeBSD servers running various network utilities (DHCP, bacula, zabix, syslog, rsync). These have been running fine for several years. As a primary Windows domain (accounting firm. Not much choice), I like to centralize all logins into AD which is currently
2005 Jan 10
0
Samba 3.x auth. and idmap_rid on RedHat AS 2.1
I try to use idmap_rid with Samba/Winbind authentication for Windows on Active Directory. The authentication works fine but I'm unable to compile the idmap_rid module.
Here is my configuration options:
./configure --prefix=/usr --sysconfdir=/etc/samba \
--localstatedir=/var/samba --with-ldap --with-ads \
--with-smbmount --with-pam --with-pam_smbpass \
--with-winbind
2003 Sep 25
1
winbind with win2003 server = Error looking up domain users
Hello list.
I installed samba 3.0.0 from source on a SuSE 8.2 with
./configure --with-configdir=/etc/samba/ --with-pam --with-acl-support
make
make install
cp samba-3.0.0/source/nsswitch/libnss_winbind.so /lib
ln -s /lib/libnss_winbind.so /lib/libnss_winbind.so.2
Next step was:
linux:/ # /usr/local/samba/bin/net rpc join -S PDC -U Administrator
Password:
Joined domain DOMAIN.
PDC is a Win2003
2005 Jun 27
1
samba 3.0.20pre1 winbind dumps core on Solaris 9
Greetings,
Here is what I have built samba on:
Solaris 9
GCC 3.2.2
samba-3.0.20pre1
openldap-2.2.24
MIT Kerberos 1.4
Samba built with:
./configure --prefix=/opt/local/samba --with-automount --with-profile
--with-acl-support --with-utmp --with-winbind --with-ads --with-ldap
--with-krb5=/opt/local/kerberos5 --with-pam
Within a minute of starting samba + winbind I get a core dump in the
samba
2005 Feb 04
1
Samba RPMs for RedHat/FC and idmap_rid
As discussed previously on this list, Samba RPMs for
Fedora Core do not include idmap_rid support. This is
also true for older RedHat distributions. SuSE on the
other hand, seems to have been patching in idmap_rid
support since 3.0.5 or so; and with trusted domain
support, to boot. Harrumph.
I've been able to rebuild samba srpms on FC2 and
RedHat 8 by patching the samba distributed rpms,
2006 Feb 25
1
Compiling Samba on AIX 5.3 with idmap_rid fails
Hi everyone,
I'm trying to use idmap_rid with Samba 3.0.21c on AIX 5.3. So far, I've
not been successful.
I've followed the method from
http://us5.samba.org/samba/ftp/Binary_Packages/AIX/README to compile Samba,
but added "--with-static-modules=idmap_rid". Also, I used IBM's compiler
and not gcc.
The compilation fails as follows:
[...]
Compiling sam/idmap.c
Compiling
2005 May 31
1
winbind: idmap_rid - no user mapping
Hello,
I've some trouble with winbind and the idmap_rid feature in an ADS
environment. (Opteron with Debian 3.1pure64, official Samba/Winbind
packet 3.0.14a)
Without "idmap backend = idmap_rid:...." in the smb.conf a "getent
passwd" works fine.
Then I delete the /var/lib/samba/*.tdb-files, activate idmap_rid in
smb.conf (see below) and join the ADS-Domain once more -
2005 May 22
1
nsswitch not calling winbindd - suse 9.3 64 bit & Samba 3.0.14a
Hi - I have a problem that is driving me round the bend.
I have installed Suse 9.3 (64-bit) and compiled Samba 3.0.14a from source.
The server is going to be part of an ADS network so I have Kerberos
working fine and I have joined the domain ('net ads testjoin' works fine).
I have compiled and loaded the idmap_rid module and that seems to be
working fine too. wbinfo -u gives me all the
2005 Apr 07
1
idmap_rid: could not convert sid to uid
Hello,
I am trying (again) to get samba+winbind working, with the idmap_rid
backend. I am using a freshly installed samba server and client machine,
with samba-3.0.13. Most things seem to work, but when I try to get
the uid's for the samba users, I run into problems.
# net rpc join
Password: ********
Joined domain IUATST4W.
# net rpc testjoin
Join to 'IUATST4W' is OK
#