Displaying 20 results from an estimated 2000 matches similar to: "Problems with Samba(idmap_ad/sfu on AIX"
2008 Apr 15
1
how to make 'winbind nss info = sfu' work in v >= 3.0.26a
There is an instance of Ms.Active Directory that has had the 'Services
For Unix' applied.
I use winbind v3.0.24 to get user/group info from that Ms.Active directory
instance like so:
-------- begin smb.conf snippet: ------------
security = ADS
realm = mydomain.com
workgroup = MYDOMAIN
winbind enum groups = yes
winbind enum users = yes
winbind nested groups = yes
winbind nss info = sfu
2008 Apr 17
0
winbind can get uid and gid from sfu, but not homedir or loginshell
I have winbind v3.0.26a running on ubuntu server v7.10 (gutsy).
I intend to get user & group info from MsActiveDirectory.
However, when I type:
getent passwd somerandomuser
I get the uid and gid for the user, as recorded in the msad schema by
virtue of sfu, but the homedir and loginshell that are returned are like
what "winbind nss info = template" would return by default:
2007 Sep 11
0
[SECURITY] Winbind's rfc2307 & SFU nss_info plugin in Samba 3.0.25[a-c] assigns users a primary gid of 0 by default
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==========================================================
==
== Subject: Incorrect primary group assignment for
== domain users using the rfc2307 or sfu
== winbind nss info plugin.
==
== CVE ID#: CVE-2007-4138
==
== Versions: Samba 3.0.25 - 3.0.25c (inclusive)
==
== Summary: When the "winbind nss
2007 Sep 11
0
[SECURITY] Winbind's rfc2307 & SFU nss_info plugin in Samba 3.0.25[a-c] assigns users a primary gid of 0 by default
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==========================================================
==
== Subject: Incorrect primary group assignment for
== domain users using the rfc2307 or sfu
== winbind nss info plugin.
==
== CVE ID#: CVE-2007-4138
==
== Versions: Samba 3.0.25 - 3.0.25c (inclusive)
==
== Summary: When the "winbind nss
2007 Jan 30
1
1.0rc19 with plugins on AIX 5.2
Hello,
has anyone out there successfully build dovecot on AIX with plugins
supported? I'm talking about an dlopen error when a plugin tries to
access global symbols, that are defined in the dovecot "parent" binary
For example:
# MAIL_PLUGINS=zlib /usr/local/libexec/dovecot/imap
imap(root): Error:
dlopen(/usr/local/lib/dovecot/imap/lib20_zlib_plugin.so) failed:
rtld: 0712-001
2007 Feb 02
1
Problem installing R-2.4.1 on AIX 5.3
Dear all,
I have some problems to install R-2.4.1 on AIX 5.3.
Configure string:
./configure --with-readline=no LDFLAGS='-bshared' --with-jpeglib=no --with-libpng=no --with-lapack=no --prefix=/cineca/prod/Bioinf/R-2.4.1
configure .site=
#! /bin/sh
CC=xlc
F77=xlf
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
CXX=xlc
CXXFLAGS=' -g -O'
SHLIB_LDFLAGS=-W1, -G
MAKE=gmake
Configure ends
2006 Oct 16
2
PR#9295
I asked a question that might help me track down what changed between
2.3.1 that did build and the 2.4.0 version that will not build. Some of
the undefined names the linker was complaining about looked like #define
symbols that were not picked up by configure. The first thing I was
hoping for was to find out if this problem looked familiar? Whether or
not, I'm willing to try to work on
2006 May 12
1
X11 and vfonts modules on AIX 5.2
I am trying to get R-2.2.1 to pass make check on an AIX 5.2 at work (I know R-2.2.1 is not the latest release, but I encountered make errors in my attempts to install either R-2.3.0 or the R-patched_2006-05-10 on the version of AIX I am on. I will post those errors in a separate posting from this.)
So far, configure and make finish without error for R-2.2.1 using gnu make, gcc-4.1.0, and
2008 Aug 18
0
Error loading module ad.so on AIX
Dear Help,
I'm working on building samba from source (version 3.0.29) on AIX v6.1. I used
the following configure statement:
./configure --with-shared-modules=idmap_ad --with-krb5=/etc/krb5 CC=xlc
CPPFLAGS=-I/opt/pware/include LDFLAGS=-L/opt/pware/lib
I then edited the Makefile so that the following libraries were included:
LIBS=-liconv -ldl -lcom_err -lnsl
And then to fix an AIX specific
2008 Jul 17
2
AIX 5.3 --enable-R-shlib --with-x ---with-iconv make error with R-2.7.0 and R-2.7.1
Hi guys,
I am trying to compile a 64bit version of R 2.7.0 on AIX 5.3. And I am
running into some troubles. I also try the latest version 2.7.1 and
get the very similar errors.
The machine info:
-----------------------
$uname -srvp
AIX 3 5 powerpc
----------------------
My configuration is this:
----------------------------------------------------------
./configure \
2009 Aug 19
1
Sieve plugin load error
Running:
dovecot revision 9333:15b4b2c904fe
dovecot sieve revision: 1091:0fe00772366f
AIX 5.3 64bit
Deliver gives error:
Aug 19 12:30:52 deliver(jsiegle): Error: dlopen(/usr/dovecot-1.2.4/lib/
dovecot/lda/lib90_sieve_plugin.so) failed: rtld: 0712-001 Symbol
notify_command was referenced
from module /usr/dovecot-1.2.4/lib/dovecot/lda/
lib90_sieve_plugin.so(), but a runtime
2009 Jul 08
1
expire plugin with 1.2 cronjob undefined symbol: capability_string
Hi,
sorry if this asked twice,
i ve searched the list and found some equal posts, but couldnt
get my problem fixed with it
if running cronjob with expire ( using mysql )
i get
dovecot -c /etc/dovecot/dovecot.conf --exec-mail ext
/usr/lib/dovecot/expire-tool --test
Info: Loading modules from directory: /usr/lib/dovecot/modules/imap
Info: Module loaded:
2008 Apr 28
0
winbind v3.0.26a w. nss info = sfu; wbinfo fine, getent not
wbinfo can turn names into sids, sids into names, and sids into uids.
However, getent passwd only finds users in the local /etc/passwd file.
Same for getent group. /etc/nsswitch.conf says this:
passwd: files winbind
group: files winbind
shadow: compat
I strace'd the getent command. It said it couldn't find /lib/libnss_winbind.so.2,
so I made that a symlink to
2008 Apr 23
0
Re: winbind v3.0.26a w. nss info = sfu; wbinfo fine, getent not
wbinfo can turn names into sids, sids into names, and sids into uids.
However, getent passwd only finds users in the local /etc/passwd file.
Same for getent group. /etc/nsswitch.conf says this:
passwd: files winbind
group: files winbind
shadow: compat
I strace'd the getent command. It said it couldn't find /lib/libnss_winbind.so.2,
so I made that a symlink to
2010 Apr 16
4
krb5 library issues when Compiling 3.5.2 and 3.4.7 on AIX 5.3
I have been trying to configure/compile Samba 3.5.2 and 3.4.7 on AIX 5.3 with ML-11 and ML-10.
The configure issues that I am getting only occur if I use --with-ads.
I can run configure on both versions if I do not include ADS support.
The errors I get are:
checking for krb5_principal_get_realm... no
checking for krb5_princ_realm... no
configure: WARNING: krb5_mk_req_extended not found in
2008 Dec 15
1
[ANNOUNCE] Samba 3.3.0rc2 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Release Announcements
=====================
This is the second release candidate of Samba 3.3.0. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Major enhancements in Samba 3.3.0 include:
2008 Dec 15
1
[ANNOUNCE] Samba 3.3.0rc2 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Release Announcements
=====================
This is the second release candidate of Samba 3.3.0. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Major enhancements in Samba 3.3.0 include:
2009 Oct 17
1
R292 on AIX53 using gcc
I apologize for cross posting this message in the R-help group as well. Having posted it there a couple of hours ago, I felt this may be a more appropriate forum for a question of this type.
Hello -- I am unable to build R 2.9.2 on IBM PowerPC AIX5.3. I would appreciate
any help in this matter.
===============details==============================
Machine: IBM PowerPC_POWER5 / 4 proc, 1499
2007 May 14
3
install opt-samba-base on aix 5.3
I am trying to install samba 3.0.24 on aix 5.3. I have downlaoded the binaries
from samba.org and I am using the directions found at:
http://us4.samba.org/samba/ftp/Binary_Packages/AIX/
The directions dont specify installing the base. WHen I try to install the
pware 3.0.24, it fails due to required packages missing.
I do not see a way to get opt-samba-base installed.
Included below is the
2018 May 04
1
undefined symbol: find_domain_from_name
Hi,
I was trying to use ldbsearch to debug my current DC issues and I got
symbol errors:
[root at dc00 ~]# ldbsearch -H /var/lib/samba/private/sam.ldb
'(invocationId=*)' --cross-ncs objectguid --modules-path=/usr/lib64/samba
ldb: unable to dlopen /usr/lib64/samba/idmap/ad.so : /usr/lib64/samba/libidmap-samba4.so: undefined symbol: find_domain_from_name
ldb: unable to dlopen