search for: auth_error

Displaying 20 results from an estimated 36 matches for "auth_error".

1999 Jan 12
0
2.0beta5 for SCO-compilation error
...msg.h is included). Compiling smbd/connection.c In file included from /usr/include/rpc/rpc.h:42, from include/includes.h:317, from smbd/connection.c:22: /usr/include/rpc/rpc_msg.h:54: parse error before `1' *** Error code 1 (bu21) The problem is with the word AUTH_ERROR but I do not know why. If I change AUTH_ERROR to any other value (eg auth_ERROR) the compilation completes without error - just the warnings: Compiling smbd/password.c smbd/password.c: In function `setup_groups': smbd/password.c:167: warning: comparison is always 0 due to limited range of da...
2002 Sep 06
1
What is in your PATH definition when running the samba configure?
...re step in samba 2.2.5, but I get an error (I didn't have this problem when I compiled samba 2.2.2 or 2.2.3a, so it leaves me rather stumped). ./configure --prefix=/usr/samba --with-winbind --with-automount gives me the following error on both solaris and irix: checking for conflicting AUTH_ERROR define in rpc/rpc.h ... no checking for test routines ... configure: error: can't find test code. Aborting config For those of you who have successfully run samba 2.2.5's configure on solaris and/or irix, what does your PATH definition look like, and are you running the configure as...
2003 Jul 09
2
Samba3b2, solaris, AD suport and libiconv.
...... no checking for irix specific capabilities... no checking for int16 typedef included by rpc/rpc.h... no checking for uint16 typedef included by rpc/rpc.h... no checking for int32 typedef included by rpc/rpc.h... no checking for uint32 typedef included by rpc/rpc.h... no checking for conflicting AUTH_ERROR define in rpc/rpc.h... no checking for test routines... configure: error: cant find test code. Aborting config The configure script doesn't work very well. I have also tested this on Linux and FreeBSD as they have libiconv integrated into their system. Solaris 9 does as well, but I'm uns...
2002 Dec 10
1
Non-installation of Samba
...... no checking for irix specific capabilities... no checking for int16 typedef included by rpc/rpc.h... no checking for uint16 typedef included by rpc/rpc.h... no checking for int32 typedef included by rpc/rpc.h... no checking for uint32 typedef included by rpc/rpc.h... no checking for conflicting AUTH_ERROR define in rpc/rpc.h... no checking for test routines... configure: error: cant find test code. Aborting config # I have searched the documentation for troubleshooting concerning install to no avail. Please can you help, or point me in the right direction. TIA Richard Heald (0116 272 6294)...
2008 May 30
6
Session problem
...reason I cannot. Here''s my login method code : def login if request.post? @user = User.find_by_username(params[:login]) if @user and @user.password_is? params[:password] session[:user] = @user.id redirect_to :controller => ''games'' else @auth_error = ''Wrong username or password'' end end end And here''s the code of my GamesController. User needs to be logged in to access the games webpage (using check_auth method) and on that page the user can create a new game (adding a record in the game table, with a few fi...
2000 Feb 04
3
configure error
Hello, Inspired by successfully compiling 2.0.6 on a SCO Unixware 7.1 box I attempted similar on a Sequent Numa-Q running Dynix 4.4.2. Er , Configure failed with the following message: checking for conflicting AUTH_ERROR define in rpc/rpc.h... no checking for test routines... configure: error: cant find test code. Aborting config I am mostly ignorant of C: any suggestions as to my next move would be appreciated. I have saved the ./configure output for future reference. thanks, john campbell
2002 Sep 03
0
Configure problems in samba 2.2.4 and 2.2.5 on both Irix and sola ris
I've built samba by hand before , but I've never seen this message, perhaps you can shed some light. I suddenly can't get past the ./configure script. ./configure --prefix=/usr/samba --with-winbind --with-automount gives me the following error: checking for conflicting AUTH_ERROR define in rpc/rpc.h ... no checking for test routines ... configure: error: can't find test code. Aborting config I tried using both the gnu tools as well as the native compiler, and I'm pretty sure my PATH definitions are OK... I haven't changed them since the last time I succes...
2002 Nov 13
0
Can't Find Test Code
...... no checking for irix specific capabilities... no checking for int16 typedef included by rpc/rpc.h... no checking for uint16 typedef included by rpc/rpc.h... no checking for int32 typedef included by rpc/rpc.h... no checking for uint32 typedef included by rpc/rpc.h... no checking for conflicting AUTH_ERROR define in rpc/rpc.h... no checking for test routines... configure: error: cant find test code. Aborting config *** What I found when researching initially was to check for a proper gcc install (yes) and that the dir wasn't read only (its not) and that there's enough room on the drive (1.1g...
2003 Jan 17
0
Configure error: cant find test code
...ing an old copy of Samba) did a ./configure and it worked perfectly ;-\ Here is the last few lines of config.log (I tried submiting this before with the complete text but I must have been over some size limit) int main() { uint32 testvar; ; return 0; } configure:10699: checking for conflicting AUTH_ERROR define in rpc/rpc.h configure:10719: gcc -c -O -O2 -march=i386 -mcpu=i686 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c 1>&5 configure:10740: checking for test routines configure:10749: gcc -o conftest -O -O2 -march=i386 -mcpu=i686 -D_LARGEFILE64_SOURCE -D_FILE_OFF...
2002 Oct 21
1
compilation probs...
...... no checking for irix specific capabilities... no checking for int16 typedef included by rpc/rpc.h... no checking for uint16 typedef included by rpc/rpc.h... no checking for int32 typedef included by rpc/rpc.h... no checking for uint32 typedef included by rpc/rpc.h... no checking for conflicting AUTH_ERROR define in rpc/rpc.h... no checking for test routines... configure: error: cant find test code. Aborting config [sean@sean-turnbull source]$ mc
2008 Aug 19
11
[ANNOUNCE] Samba 3.2.2 Available for Download
...zing Windows Explorer on WinXP while browsing Samba shares. o Andrew Bartlett <abartlet@samba.org> * Include stdlib.h to get a prototype for free(). o Yannick Bergeron <yaberger@ca.ibm.com> * Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_errors array initialization in client/smbspool.c. * Use NGROUPS_MAX instead of 32 for the max group value in rep_initgroups(). o Günther Deschner <gd@samba.org> * Fix build warning. * Add add c++ guard to netapi. o Steve French <stevef@smf-t60p.smfdom> * Fix comp...
2008 Aug 19
11
[ANNOUNCE] Samba 3.2.2 Available for Download
...zing Windows Explorer on WinXP while browsing Samba shares. o Andrew Bartlett <abartlet@samba.org> * Include stdlib.h to get a prototype for free(). o Yannick Bergeron <yaberger@ca.ibm.com> * Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_errors array initialization in client/smbspool.c. * Use NGROUPS_MAX instead of 32 for the max group value in rep_initgroups(). o Günther Deschner <gd@samba.org> * Fix build warning. * Add add c++ guard to netapi. o Steve French <stevef@smf-t60p.smfdom> * Fix comp...
2000 Jun 22
13
installing samba
Hi, I just downloaded the latest version of Samba in the form of samba-latest.tar.gz Managed to unzip it with gunzip but cannot figure out how to install it. Tried rpm but didn't work. I have an earlier version of Samba (2.0.6) on my SuSE 6.4 machine already. Can I just install the new version or do I need to do some sort of uninstall of the previous version first. advTHANKSance, Mariann
2002 Dec 25
1
Trouble installing samba
...specific capabilities... no > checking for int16 typedef included by rpc/rpc.h... no > checking for uint16 typedef included by rpc/rpc.h... no > checking for int32 typedef included by rpc/rpc.h... no > checking for uint32 typedef included by rpc/rpc.h... no > checking for conflicting AUTH_ERROR define in rpc/rpc.h... no > checking for test routines... configure: error: cant find test code. > Aborting config > [root@localhost source]# make > make: *** No targets specified and no makefile found. Stop. > [root@localhost source]# > > and becouse of this I can't go a...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
.... no checking for irix specific capabilities... no checking for int16 typedef included by rpc/rpc.h... no checking for uint16 typedef included by rpc/rpc.h... no checking for int32 typedef included by rpc/rpc.h... yes checking for uint32 typedef included by rpc/rpc.h... yes checking for conflicting AUTH_ERROR define in rpc/rpc.h... no checking for test routines... yes checking for ftruncate extend... yes checking for broken getgroups... no checking whether getpass should be replaced... no checking for broken inet_ntoa... no checking for secure mkstemp... yes checking for sysconf(_SC_NGROUPS_MAX)... yes...
2002 Oct 29
1
Problem running ./configure
...... no checking for irix specific capabilities... no checking for int16 typedef included by rpc/rpc.h... no checking for uint16 typedef included by rpc/rpc.h... no checking for int32 typedef included by rpc/rpc.h... no checking for uint32 typedef included by rpc/rpc.h... no checking for conflicting AUTH_ERROR define in rpc/rpc.h... no checking for test routines... configure: error: cant find test code. Aborting config Thank You
2003 Jun 02
2
./configure --with-pam fails allways
...e:10585: checking for int16 typedef included by rpc/rpc.h configure:10622: checking for uint16 typedef included by rpc/rpc.h configure:10659: checking for int32 typedef included by rpc/rpc.h configure:10696: checking for uint32 typedef included by rpc/rpc.h configure:10734: checking for conflicting AUTH_ERROR define in rpc/rpc.h configure:10775: checking for test routines configure:10784: gcc -o conftest -O -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -ldl -lnsl 1>&5 configure:10798: checking for ftruncate extend configure:10834: checking for broken getgroups configur...
2002 Nov 21
0
please can someone help me?
...... no checking for irix specific capabilities... no checking for int16 typedef included by rpc/rpc.h... no checking for uint16 typedef included by rpc/rpc.h... no checking for int32 typedef included by rpc/rpc.h... no checking for uint32 typedef included by rpc/rpc.h... no checking for conflicting AUTH_ERROR define in rpc/rpc.h... no checking for test routines... yes checking for ftruncate extend... yes checking for broken getgroups... no checking whether getpass should be replaced... no checking for broken inet_ntoa... no checking for secure mkstemp... no checking for sysconf(_SC_NGROUPS_MAX)... yes c...
2002 Jul 26
1
creating unicode_map.437 and unicode_map.ISO8859-1?
Hello, I am running HP-UX 11 with Samba 2.2.5 binaries for HPUX and I keep getting the error that Samba can't find the unicode_map.xxx file. Well, I notice that all I have in /usr/local/samba/lib/codepages is codepage type files, not unicode. Why do the binaries not include a compiled make_unicodemap? I did download the source and found the .c file for the command. When I try to run
2002 Oct 11
0
[Fwd: samba-2.2.5 in Tru64 unix v4.0e]
..... (cached) no checking for int16 typedef included by rpc/rpc.h... (cached) no checking for uint16 typedef included by rpc/rpc.h... (cached) no checking for int32 typedef included by rpc/rpc.h... (cached) yes checking for uint32 typedef included by rpc/rpc.h... (cached) yes checking for conflicting AUTH_ERROR define in rpc/rpc.h... (cached) no checking for test routines... yes checking for ftruncate extend... (cached) yes checking for broken getgroups... (cached) no checking whether getpass should be replaced... (cached) yes checking for broken inet_ntoa... (cached) no checking for secure mkstemp... (ca...