Displaying 20 results from an estimated 44 matches for "wb_common".
Did you mean:
usb_common
2006 Jan 06
1
Repost: Help - compilation of winbind_nss_solaris.c/3.0.21a/Solaris 7 and older fails
...aris2.7/3.0.3/specs
Configured with: ../configure --with-as=/usr/local/bin/as
--with-ld=/usr/local/bin/ld
Thread model: posix
gcc version 3.0.3
-----------------------------
...
Compiling utils/eventlogadm.c
Linking bin/eventlogadm
Compiling nsswitch/wbinfo.c
Linking bin/wbinfo
Compiling nsswitch/wb_common.c with -fPIC
Compiling lib/replace1.c with -fPIC
Compiling nsswitch/winbind_nss_solaris.c with -fPIC
nsswitch/winbind_nss_solaris.c: In function `parse_response':
nsswitch/winbind_nss_solaris.c:394: sizeof applied to an incomplete type
nsswitch/winbind_nss_solaris.c:395: sizeof applied to an in...
2005 Dec 29
1
SAMBA 3.0.21 - Compile error on SOLARIS 7 & SOLARIS 2.5.1
...aris2.7/3.0.3/specs
Configured with: ../configure --with-as=/usr/local/bin/as
--with-ld=/usr/local/bin/ld
Thread model: posix
gcc version 3.0.3
-----------------------------
...
Compiling utils/eventlogadm.c
Linking bin/eventlogadm
Compiling nsswitch/wbinfo.c
Linking bin/wbinfo
Compiling nsswitch/wb_common.c with -fPIC
Compiling lib/replace1.c with -fPIC
Compiling nsswitch/winbind_nss_solaris.c with -fPIC
nsswitch/winbind_nss_solaris.c: In function `parse_response':
nsswitch/winbind_nss_solaris.c:394: sizeof applied to an incomplete type
nsswitch/winbind_nss_solaris.c:395: sizeof applied to an in...
2003 Sep 26
1
Mysql probs..
G'day..
I'm trying to compile samba with the expsam=mysql.
but it gives back an error:
sswitch/wb_common.c: In function winbind_named_pipe_sock':
nsswitch/wb_common.c:136: storage size of `sunaddr' isn't known
make: *** [nsswitch/wb_common.o] Error 1
mysql is working fine so no probs there..
even without-winbind compilation it keeps
rerturning...
got a idea ??
Collen
2003 Nov 18
0
Is print-serving this easy? Also, Sol8 compile problem
...read through the new book, and I believe that my boss will want us to use winbind to authenticate users against our AD server. But when I try to compile Samba 3.0.1pre3, with either or both of the --with-pam and/or --with-winbind options, I get this:
-----start error message-----
Compiling nsswitch/wb_common.c with -KPIC
mv: cannot access nsswitch/wb_common.po.o.o
*** Error code 2
make: Fatal error: Command failed for target `nsswitch/wb_common.po.o'
------end error message------
In the directory mentioned in the error, the file "wb_common.po.o" exists, but there's certainly no fil...
2002 Jul 25
0
Please evaluate my patch for Winbind
...ast this one.]
The patch makes the winbind client (libnss_winbind.so) code more robust.
Consider the following fragment of broken application code.
if( fork() == 0 ) {
/* child */
close( 0 ); /* next open() will return 0 (stdin) */
getpwent(...); /* pid changed, so wb_common.c will open the pipe to winbindd, the handle will be 0 */
fd = open( ... ); /* returned fd isn't 0 although the code assumes this */
execve( ... ); /* executed program reads from stdin which - unintentionally - is the winbind pipe */
} else {
/* parent */
...
}
Obvi...
2003 Apr 07
1
build samba in 64bit mode
...ges=c,c++ --prefix=/usr/local/tools/gcc
Thread model: posix
gcc version 3.2.2
bash-2.05$ /usr/local/tools/binutils/bin/ld -v
GNU ld version 2.13.2.1
bash-2.05$ /usr/local/tools/binutils/bin/as -v
GNU assembler version 2.13.2.1 (sparc-sun-solaris2.9) using BFD version 2.13.2.1
Compiling nsswitch/wb_common.c with -fPIC
Compiling nsswitch/winbind_nss_solaris.c with -fPIC
Linking nsswitch/libnss_winbind.so
collect2: ld terminated with signal 11 [Segmentation Fault]
/usr/local/tools/binutils/bin/ld: warning: sparc:v9 architecture of input file
`nsswitch/winbind_nss.po' is incompatible with sparc out...
2001 Dec 17
4
Help! Solaris 8 + winbindd
Hi.
Does anyone have samba 2.2.2 on Solaris 8 working with winbindd?
I have samba 2.2.2 installed and configured --with-winbind and have the
winbindd daemon running but the following does not work:
1. "getent passwd" Solaris command on returns local users (no Domain users)
2. winbindd authentication to the PDC is not occurring.
3. local users cannot change password since I modified the
2002 Jun 03
2
Help with 2.2.4 binary build
...iscards qualifiers from pointer target type
Compiling lib/system.c
lib/system.c: In function `sys_readdir':
lib/system.c:331: warning: return from incompatible pointer type
Linking bin/winbindd
Compiling nsswitch/winbind_nss.c with -KPIC
gcc: unrecognized option `-KPIC'
Compiling nsswitch/wb_common.c with -KPIC
gcc: unrecognized option `-KPIC'
Compiling nsswitch/winbind_nss_solaris.c with -KPIC
gcc: unrecognized option `-KPIC'
In file included from nsswitch/winbind_nss_solaris.c:20:
nsswitch/winbind_nss_config.h:135: warning: `ZERO_STRUCTP' redefined
include/smb_macros.h:48: warni...
2002 Jul 11
1
Samba 2.2.4 make fails on Solaris 8 (Ultra Sparc III) using Sun Forte 6-update 2 compilers
Hi,
two weeks before, i had the same warnings, but no fatal errors and i got the
following answer von Gerald Carter:
> These are const warnings. Ignore them for now.
> (not that we don't care about them, but you should be ok).
Your compiler wants to compile nsswitch/wb_common.c with -Kpic. On Solaris
it has to be compiled with the option -fPic. Normaly the make-script looks
for the OS and uses the right option. You should have a look to the
make-script.
Bernd
> -----Original Message-----
> From: murali@epiphany.com [mailto:murali@epiphany.com]
> Sent: Wednes...
2001 Nov 27
2
winbind trouble, maybe PDC too.
A quick preamble. SAMBA 2.2.2, Redhat 6.2, Mandrake 8.1 Windows NT4.0sp6a
PDC
Here is an excerpt from my winbind log.
Sending a packet of len 50 to (192.168.1.255) on port 137
Received a packet of len 62 from (192.168.1.20) port 137
nmb packet from 192.168.1.20(137) header: id=5433 opcode=Query(0)
response=Yes
header: flags: bcast=No rec_avail=No rec_des=Yes trunc=No auth=Yes
header:
2002 Jul 10
1
Samba 2.2.4 make fails on Solaris 8 (Ultra Sparc III) using Sun F orte 6-update 2 compilers
...ot;, line 669
argument : pointer to unsigned long
"nsswitch/winbind_nss.c", line 1245: warning: argument #5 is incompatible
with prototyp
prototype: pointer to int : "nsswitch/winbind_nss.c", line 669
argument : pointer to unsigned long
Compiling nsswitch/wb_common.c with -Kpic
Compiling nsswitch/winbind_nss_solaris.c with -Kpic
"nsswitch/winbind_nss_config.h", line 135: warning: macro redefined:
ZERO_STRUCTP
Linking nsswitch/libnss_winbind.so
ld: fatal: file nsswitch/winbind_nss.po: wrong ELF class: ELFCLASS64
ld: fatal: File processing errors. No...
2002 Feb 20
3
reversing domain and user name?
I can get authentication to work on linux 7.1 with samba 3.0alpha15 if I
make valid users = @"INS+Domain Users", but if I try to set valid users to
just a single user:
valid users = INS+DavidSha, it fails to give me access. I see the following
in log.winbindd. It looks like it is looking for a domain called
DavidSha?!? My winbindd separator is +. Can somebody please respond to
this.
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
...ib/util_str.o lib/util_sid.o \
lib/util_unistr.o lib/util_file.o \
lib/util.o lib/util_sock.o lib/util_sec.o smbd/ssl.o \
lib/talloc.o lib/hash.o lib/substitute.o lib/fsusage.o \
lib/ms_fnmatch.o lib/select.o lib/error.o lib/messages.o \
lib/pam_errors.o nsswitch/wb_client.o nsswitch/wb_common.o
$(TDB_OBJ)
READLINE_OBJ = lib/readline.o
UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \
ubiqx/ubi_dLinkList.o ubiqx/ubi_sLinkList.o ubiqx/debugparse.o
PARAM_OBJ = param/loadparm.o param/params.o
LIBSMB_OBJ = libsmb/clientgen.o libsmb/cliconnect.o libsmb...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
...ib/util_str.o lib/util_sid.o \
lib/util_unistr.o lib/util_file.o \
lib/util.o lib/util_sock.o lib/util_sec.o smbd/ssl.o \
lib/talloc.o lib/hash.o lib/substitute.o lib/fsusage.o \
lib/ms_fnmatch.o lib/select.o lib/error.o lib/messages.o \
lib/pam_errors.o nsswitch/wb_client.o nsswitch/wb_common.o
$(TDB_OBJ)
READLINE_OBJ = lib/readline.o
UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \
ubiqx/ubi_dLinkList.o ubiqx/ubi_sLinkList.o ubiqx/debugparse.o
PARAM_OBJ = param/loadparm.o param/params.o
LIBSMB_OBJ = libsmb/clientgen.o libsmb/cliconnect.o libsmb...
2008 Aug 04
2
unable to build 3.2 on HP-UX
...n.c
mkdir nsswitch/libwbclient
Compiling nsswitch/libwbclient/wbclient.c
Compiling nsswitch/libwbclient/wbc_util.c
Compiling nsswitch/libwbclient/wbc_pwd.c
Compiling nsswitch/libwbclient/wbc_idmap.c
Compiling nsswitch/libwbclient/wbc_sid.c
Compiling nsswitch/libwbclient/wbc_pam.c
Compiling nsswitch/wb_common.c
Linking non-shared library bin/libwbclient.a
Compiling smbd/server.c
../source/smbd/server.c: In function 'main':
../source/smbd/server.c:1100: warning: passing argument 2 of
'set_auth_parameters' from incompatible pointer type
Linking bin/smbd
sh[7]: bin/nmbd:: not found.
*** Er...
2001 Jan 04
0
Problems/Modifications compiling SAMBA 2.2-alpha1 on SCO Openserver 5.0.5a
...assing arg 4 of `prs_uint32' from incompatible pointer type
Fatal error: The makro S_ISSOCK is not defined (Solved by returning always -1)
Linking bin/smbd
Undefined first referenced
symbol in file
S_ISSOCK nsswitch/wb_common.o
bin/smbd: fatal error: Symbol referencing errors. No output written to bin/smbd
2001 Mar 27
0
Compiling Samba 2.2.0-alpha3 on SCO Openserver 5.0.6
....c
Compiling smbd/oplock_irix.c
Compiling smbd/oplock_linux.c
Compiling smbd/notify.c
Compiling smbd/notify_hash.c
Compiling smbd/notify_kernel.c
Linking bin/smbd
Undefined first referenced
symbol in file
S_ISSOCK nsswitch/wb_common.o
map_lock_offset smbd/reply.o
bin/smbd: fatal error: Symbol referencing errors. No output written to
bin/smbd *** Error code 1 (bu21)
any ideas or pointers gratefully accepted.
Kind regards
Spencer Clark
Legal Disclaimer:
Internet communications are not secure and ther...
2002 Jul 02
1
Samba 2.2.5 on Solaris 8
...pointer type
nsswitch/pam_winbind.c: In function `pam_sm_chauthtok':
nsswitch/pam_winbind.c:525: warning: passing arg 2 of `pam_get_user' from
incompatible pointer type
nsswitch/pam_winbind.c:601: warning: passing arg 3 of `pam_get_item' from
incompatible pointer type
Compiling nsswitch/wb_common.c with -fPIC
Compiling lib/snprintf.c with -fPIC
Linking nsswitch/pam_winbind.so
Compiling nsswitch/winbind_nss.c with -fPIC
Compiling nsswitch/winbind_nss_solaris.c with -fPIC
Linking nsswitch/libnss_winbind.so
What can I do?
Bernd Schmeling
2007 May 03
0
Problem of displying contents of shares
...tas.c
SRC_LIB_NMBD = lib/dummyroot.c lib/dummysmbd.c
SRC_LIBSMB_SMBD= libsmb/trusts_util.c libsmb/namequery_dc.c \
libsmb/trustdom_cache.c \
libsmb/clireadwrite.c libsmb/credentials.c libsmb/samlogon_cache.c\
libsmb/ntlm_check.c libsmb/cliquota.c
SRC_NSSWITCH= nsswitch/wb_client.c nsswitch/wb_common.c
SRC_AUTH=auth/auth_sam.c auth/auth_ntlmssp.c auth/pampass.c
auth/auth_compat.c auth/auth_util.c \
auth/auth_builtin.c auth/auth_domain.c auth/auth_server.c
auth/auth_winbind.c \
auth/pass_check.c auth/auth_unix.c auth/auth.c
SRC_LOC=locking/locking.c locking/posix.c locking/brlock.c
SRC_PO...
2002 Jul 10
1
samba 64 for Solaris
Hi,
Does anyone of you succeeded in building a 64-bits version of Samba 2.2.5
for Solaris 8 ?
If so, what is the corresponding Makefile or make options ?
Thanks.
Fabien