similar to: Compiling smbpass.c

Displaying 20 results from an estimated 200 matches similar to: "Compiling smbpass.c"

1998 Oct 15
1
Problem to map home dir
> Sorry, but in the first mail I forgot to attach the Makefile and I > forgot also to mention that I already tried the password handling in win95 > via the registry. > > De Boe Bart wrote: > > > Hello, > > > > I need to install Samba on a HP J210 HPUX 10.20. > > I downloaded and compiled version 1.9.18p10. > > > > Following problems are
1998 Jun 02
1
smbclient and smbmount do not yield same results
I am trying to connect with smbmount to a VAX/VMS system running, I believe, PathWorks. Using smbclient: $ smbclient '\\cowboy\hopkins' -UHOPKINS -Icowboy Added interface ip=199.187.33.84 bcast=199.187.33.255 nmask=255.255.255.0 Server time is Tue Jun 2 14:45:26 1998 Timezone is UTC-0.0 Password: security=user smb: \> ls AWHSTUFF.RS 31750 Thu May 28
1998 Jun 24
1
Compile problems in Slackware
Hi there. Has anyone experienced problems when compiling Samba? I always get stuck with an "internal compiler error" at the file smbpass.o. The system is Slackware 3.4.0 (still the current release), with kernel 2.0.33 and GCC 2.7.2.3, I checked it with Samba 1.9.18p8 and 1.9.18p7. How to get the error: Install Slackware 3.4.0 Extract samba-1.9.18p8.tar.gz edit
1998 Aug 26
0
Errors encountered with 1.9.18p10 Makefile
To whom it may concern: here are the diffs which I required to make the mentioned Makefile work. I maintain several platforms of samba servers, and thus use the VPATH option in the Makefile. I've been fixing installscripts.sh as well, so that `make install` works when run from my build directory. I'm assuming SAMBA v2.x will migrate to autoconf/configure and should fix these issues, but
1997 Jul 16
0
SCO compilation of 1.9.16p10 and higher
Hello list, We discovered that it was impossible to compile Samba 1.9.16p10 on SCO Openserver 3.2.2 (native compiler). Here's a small patch that fixes this problem: ----cut here---- *** includes.h.orig Sun Feb 23 04:26:40 1997 --- includes.h Mon Jun 30 16:18:27 1997 *************** *** 668,692 **** #include <prot.h> #define crypt bigcrypt #endif - #ifndef EVEREST -
1998 May 05
0
-DALLOW_CHANGE_PASSWORD and FreeBSD
Hi In usr/ports/net/samba/work/samba-1.9.18p4/source/Makefile is: # -DALLOW_CHANGE_PASSWORD if you want users to be able to set their password # remotely (only works on some systems) and then for FreeBSD port: # This is for FreeBSD # contributed by kuku@acds.physik.rwth-aachen.de # NOTE: You may need to add -DBSD44 if you have password problems FLAGSM = -DFreeBSD
1998 Nov 24
3
Problems compiling samba-1.9.18p10 on Solaris 2.6
Hi there all, I have problems compiling samba-1.9.18p10 on Solaris 2.6. I get the following error msgs when I make the Makefile, what am I missing?: Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb" -DNMBLOGFILE="/usr/local/samba/var/log.nmb" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lmhosts"
1998 Aug 18
0
cannot compile samba-1.9.18p8 on SunOS 5.5.1 with gcc 2.7.2
I trying to compile samba-1.9.18p8 on a SunOS 5.5.1 machine using gcc 2.7.2. I setup the makefile to use the SunOS5 defines... # This is for SUNOS5.4 and later (also known as Solaris 2.4 and later) # contributed by Andrew.Tridgell@anu.edu.au FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES LIBSM = -lsocket -lnsl AWK = nawk I get the following compiler error... # make Using CFLAGS =
1997 Sep 17
2
GUEST_SESSSETUP as an smb.conf parameter?
JdL> I've always been afraid to ask, but here goes... JdL> What's the advantage of GUEST_SESSSETUP being a compile time parameter, JdL> instead of having it as an smb.conf parameter? I'd like to second this question! Also, just in case that it will not become an smb.conf parameter: can't it be added as a comment to the Makefile (probably near the comments to
1997 Jul 28
0
Samba on Irix 6.2/6.3 (SAMBA digest 1364)
Todd Daugherty (SAMBA digest 1364) enquired about samba on Irix 6.2/6.2. For Irix 6.2 I only need to add the following to the Makefile. # FOR SGI IRIX 6.2, use this line instead (David.Billinghurst@restech.cra.com.au) FLAGSM = -DSGI5 -DSHADOW_PWD -DHAVE_TIMEZONE -DFAST_SHARE_MODES LIBSM = FLAGS1 = -O -n32 +++++++++++++++++++++++++++++++++++++++++ (Mr) David Billinghurst Comalco Research
1998 Nov 14
0
Sync passwd and smbpasswd
I am having problems setting up the smbpasswd command to sync the /etc/passwd and $SAMBAHOME/private/smbasswd files. My passwd program (/usr/bin/passwd %u) doesn't seem to want to wait around for smbpasswd to send it a second password for confirmation. I am running Solaris 2.5.1 (103640-23) on an Ultra 2300 and using Samba 1.9.18p10 compiled with gcc 2.8.1. I thought that I had this running
1998 Oct 13
0
cannot get unix password sync = true to work
Hello Samba Users, I cannot change a user's Samba password from a Windoze client or from the Unix Samba server when "unix password sync = True". Any ideas what/where I screwed up? AtDhVaAnNkCsE - Samba version 1.9.18p10 on a Solaris 2.5 box. - compiled with the following flags: FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES -DALLOW_CHANGE_PASSWORD - global
2006 May 11
1
File creation permission issue
When users create a file on this share, the files are created with permission's equal to 764 (rwxrw-r--). I want the permission's to be 760 (rwxrw----). How can I accomplish this for this share? Here is my .conf for the global and this share. My version of SAMBA is 3.0.20b-3 on openSUSE 10: Thanks in advance, Mike # Global parameters [global] workgroup = SCMC
1998 Sep 15
7
Samba and NIS
Dear All, I am attempting to set up Samba 1.9.18p8 on a Sun E450 running Solaris 2.6. The Sun is configured as a NIS master serving a number of other Unix machines. It is our primary development platform acting as a NIS client and also has auto mounted home directories for users. Samba has been built using GCC 2.8.1 with the following options set: FLAGSM = -DSUNOS5 -DSHADOW_PWD -DAUTOMOUNT
2011 Apr 11
2
R en la web
Saludos colegas. Soy nuevo en R y me gustaría saber si es posible embeber código HTML en funciones R para hacer interfaces web. Es decir, lo que quiero hacer es una aplicación web que utilice R para el procesamiento estadístico de los datos y que me los grafique en la web. ¿Es posible hacer esto? . Saludos. --
1998 Mar 31
1
changing password from win95 fail
Hello, now I've set up a linux samba password server using Samba 1.9.18p4 on a linux 2.0.33. File and password serving works ok now, but I can't change my passwords with any Win95 utility. Samba always tells me "Wrong password" an d in the logs it says: "Disallowing access to user due to null password check_lanman:password: old password doesn't match" But I know
1998 May 02
1
Shadow and OpenLinux
Hi all: I'm running Caldera OpenLinux with kernel 2.0.29, shadow password and quotas. The shadow kit is 980403 and is working fine. Well, when I try to compile I got this output : ------------------------- Begin Compile output ------------------------ Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb" -DNMBLOGFILE="/usr /local/samba/var/log.nmb"
1999 Jan 05
1
Compiling 1.9.18p10 or p8 on SCO OSR5.0.4
Hi, I am wondering if anyone can help me with a problem I am having when compiling samba. When I issue the "make" command the compilation of the binaries aborts with the following message. "replace.c", line 195: error: identifier redeclared: initgroups *** Error code 1 (bu21) If I comment out the section of code in "replace.c" that declares initgroups and
1997 Aug 28
16
Unsuscribe
---------- > > SAMBA Digest 1376 > > For information on unsubscribing and on what is appropriate to post to > this list see ftp://samba.anu.edu.au/pub/lists/samba.txt > > Topics covered in this issue include: > > 1) Re: Print Share Name Length > by Fred Pishotta <Pishotta.Fred@Mayo.Edu> > 2) Re: MS-Access problems with samba-1.9.16p9 > by
1998 Feb 03
2
Signal 6
The answer is on the Slackware CD Rom - read /contrib/gcc2721.README. Apparently it's a bug wih this version of gcc, and the previous version is on the CD as a work-around. Regards, Derek You wrote: >I get the following error: >. >. >Compiling smbpass.c >cc: Internal compiler error: program cc1 got fatal signal 6 >make: *** [smbpass.o] Error 1 >I have tried compiling