search for: dshadow_pwd

Displaying 20 results from an estimated 21 matches for "dshadow_pwd".

1998 Oct 15
1
Problem to map home dir
...AKE SURE ONLY *ONE* IS UNCOMMENTED # # The following are additional flags that may apply # -DNETGROUP if your machine supports yp netgroups # -DAUTOMOUNT to ask for yp auto.home for users' home directories # -DNISPLUS add this to ask nis+ instead of yp for users' home directories # -DSHADOW_PWD if you are using shadow passwords # -DGETPWANAM if you wish to use getpwanam() call # -DPWDAUTH if you have and want to use the pwdauth() call # -DUFC_CRYPT if you want the fast crypt routine # -DALLOW_CHANGE_PASSWORD if you want users to be able to set their password #...
1998 Nov 24
3
Problems compiling samba-1.9.18p10 on Solaris 2.6
...samba" -DLOCKDIR="/usr/local/samba/var/locks" -DSMBRUN="/usr/local/samba/bin/smbrun" -DCODEPAGEDIR="/usr/local/samba/lib/codepages" -DWORKGROUP="UNIX" -DGUEST_ACCOUNT="nobody" -DDRIVERFILE="/usr/local/samba/lib/printers.def" -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES -DSMB_PASSWD="/usr/local/samba/bin/smbpasswd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" Using LIBS = -lsocket -lnsl Compiling util.c In file included from /usr/include/sys/turnstile.h:12, from /usr/include...
1998 Apr 25
0
Compiling smbpass.c
...ware 3.4 Here's last section I tried to use from the Makefile: # Use this for Linux with shadow passwords - but not using PAM! # contributed by Andrew.Tridgell@anu.edu.au # add -DLINUX_BIGCRYPT is you have shadow passwords but don't have the # right libraries and includes FLAGSM = -DLINUX -DSHADOW_PWD -DFAST_SHARE_MODES -DLINUX_BIGCRYPT LIBSM = -lshadow And here's the error that I'm getting: 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=&q...
1998 Aug 26
0
Errors encountered with 1.9.18p10 Makefile
...source/Makefile 8c8 < BASEDIR = /opt/samba-1.9.18p10 --- > BASEDIR = /usr/local/samba 12c12 < MANDIR = ($BASEDIR)/man --- > MANDIR = /usr/local/man 42,43c42,43 < srcdir=../source/ < VPATH=$(srcdir) --- > # srcdir=./ > # VPATH=$(srcdir) 250,252c250,252 < FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES < LIBSM = -lsocket -lnsl < AWK = nawk --- > # FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES > # LIBSM = -lsocket -lnsl > # AWK = nawk 754,757c754 < @if test ! -d $(@D) ; then \ < mkdir $(@D); \ < fi &lt...
1997 Jul 16
0
SCO compilation of 1.9.16p10 and higher
...is binary is needed for correct printing *************** *** 381,386 **** --- 381,390 ---- #Note: The SCO entries require the libcrypt library. You can get it via #anonymous ftp from ftp.sco.com:/SLS/lng225b.* or ftp.uu.net:/vendors/sco # + # PJR's attempt + FLAGSM = -O3 -DSCO -DSCO3_2_2 -DSHADOW_PWD -DNETGROUP -DUSE_MMAP -DFAST_SHARE_MODES=1 -DUTMPX + LIBSM = -lsec -lsocket -lintl + # # Use this for SCO with shadow passwords. Tested on "Open enterprise 3.0" # SCO changes from Heinz Mauelshagen (mauelsha@ez.da.telekom.de) # FLAGSM = -DSCO -DSHADOW_PWD -DNETGROUP ----cut here----...
1999 Jan 05
1
Compiling 1.9.18p10 or p8 on SCO OSR5.0.4
..." -DLOCKDIR="/us r/local/samba/var/locks" -DSMBRUN="/usr/local/samba/bin/smbrun" -DCODEPAGEDIR="/ usr/local/samba/lib/codepages" -DWORKGROUP="WORKGROUP" -DGUEST_ACCOUNT="nobody" -DDRIVERFILE="/usr/local/samba/lib/printers.def" -DSCO -DSHADOW_PWD -DSM B_PASSWD="/usr/local/samba/bin/smbpasswd" -DSMB_PASSWD_FILE="/usr/local/samba/pr ivate/smbpasswd" Using LIBS = -lsec -lsocket /usr/lib/libcrypt_i.a -lintl I am not a C programmer and therefore have no idea how to fix the problem. I get the same messages if I use "1....
1998 Jan 28
2
NT - Not allowed from this workstation
I am the sysadmin in an office with an overabundance of Win95 machines and a few NT 4.0 workstations. All installs went relatively easy for logon scripts, wins, etc. I have run into a semi-serious problem with 2 of the 3 NT workstations. (All running the same service pack - 1). When trying to make a share from one of the 2 remaining workstations, I will recevie an error message saying that:
1997 Jul 14
0
Samba on Sequent ptx v4.*
Hi, I just thought I'd mention a few hints I picked up recently while compiling Samba for ptx recently for a client: FLAGSM = -DSEQUENT_PTX4 -DSHADOW_PWD -DHAVE_TIMEZONE not -DSEQUENT -DPTX4 as in the Makefile. Get hold of the latest version of TCP (v4.2.1 is supposed to be OK for both ptx4.1.x and 4.2.x), since it includes BSD sockets which were about three times faster than the old ABI sockets (in a very simple test we ran) make sure you are...
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 Centre PO Box 316, Thomastown, Vic, Australia, 3074 Phone: +61 3 9469 0642 FAX: +61 3 9462 2700 Email: David.Billinghurst@restech.cra.com.au It's no...
1997 Sep 06
0
Problem browsing network
...-L mymachine I see all the machines in my workgroup on the local subnet, but not the remote subnets... I can also see other workgroups on my local subnet, but not on remote subnets. I haven't upgraded to 1.9.17 yet because I can't get it to work with shadow passwords even after adding -DSHADOW_PWD. The system is Redhat 4.2 Anyone have any ideas on either problem? Thanks Ryan
1997 Sep 17
2
GUEST_SESSSETUP as an smb.conf parameter?
...tion! 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 FAST_SHARE_MODES)? I'm doing ALL the necessary changes for my companies platforms in the Makefile only and am using a line FLAGSM = -DSVR4 -DSHADOW_PWD -DGUEST_SESSSETUP=1 -DFAST_SHARE_MODES -DALLOW_CHANGE_PASSWORD regards Stefan -- Stefan Kanthak e-mail: Stefan.Kanthak@mch.sni.de OEC BS2000 OS AP 2 'POSIX' WWW: http://D255S050.mch.sni.de/ Siemens Nixdorf Informationssysteme AG LAN-Manager: \\D255S0...
1998 Mar 31
1
changing password from win95 fail
...null password check_lanman:password: old password doesn't match" But I know that it is the right password. I just retyped it several times seconds before I tried it again. I compiled Samba on Linux using all of the following flags. -DREPLACE_GETPASS -DSMBGETPASS -DALLOW_CHANGE_PASSWORD -DSHADOW_PWD -DQUOTAS -DFAST_SHARE_MODE The server is running security = user using encrypted passwords out of a smbpasswd file. Please help Thanks a lot, Robert Robert Koruna <robert.koruna@tiwag.co.at> ----------------------------------------- TIWAG-Tiroler Wasserkraftwerke AG Abteilung I/V-U...
1998 May 05
0
-DALLOW_CHANGE_PASSWORD and FreeBSD
...eeBSD 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 -DFAST_SHARE_MODES LIBSM = -lcrypt [...] # This is for NetBSD 1.3 # contributed by sean@fuzzymagic.com # FLAGSM = -DNETBSD -DSHADOW_PWD -DUFC_CRYPT -DALLOW_CHANGE_PASSWORD -DFAST_SHARE_MODES # LIBSM = -lcrypt Why is there no -DALLOW_CHANGE_PASSWORD for FreeBSD? Any special reason? Regards, David -- David Vrtin (system manager) # tel: +386 62 220-7129 University of Maribor, Faculty of EE and CS # fax: +3...
1998 Jun 24
1
Compile problems in Slackware
...uot; -DLOCKDIR="/usr/local/samba/var/locks" -DSMBRUN="/usr/local/samba/bin/smbrun" -DCODEPAGEDIR="/usr/local/samba/lib/codepages" -DWORKGROUP="WORKGROUP" -DGUEST_ACCOUNT="nobody" -DDRIVERFILE="/usr/local/samba/lib/printers.def" -DLINUX -DSHADOW_PWD -DFAST_SHARE_MODES -DSMB_PASSWD="/usr/local/samba/bin/smbpasswd" -DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd" Using LIBS = -lshadow Compiling smbpass.c cc: Internal compiler error: program cc1 got fatal signal 6 make: *** [smbpass.o] Error 1 I doubt it'...
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 = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb" -DNMBLOGFILE="/us Using LIBS = -lsocket -lnsl Compiling util.c util.c: In function `Get_Hostbyname'...
1998 Nov 14
0
Sync passwd and smbpasswd
...ECHILD sigaction(SIGCLD, 0xEFFFC0B8, 0xEFFFC1B8) = 0 waitid(P_ALL, 0, 0xEFFFC138, WEXITED|WNOHANG|WNOWAIT) Err#10 ECHILD sigprocmask(SIG_UNBLOCK, 0xEFFFC1D8, 0x00000000) = 0 setcontext(0xEFFFC328) poll(0xEFFFC648, 1, -1) (sleeping...) --- Samba compile options --- FLAGSM = -DSUNOS5 -DSHADOW_PWD -DFAST_SHARE_MODES -DUFC_CRYPT -DALLOW_CHANGE_PASSWORD LIBSM = -lsocket -lnsl AWK = nawk ---
1998 Oct 13
0
cannot get unix password sync = true to work
...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 section of the smb.conf contains, amongst other things, : encrypt passwords = yes unix password sync = true passwd chat debug = True passwd program = /usr/bin/passwd %u passwd chat = *New*passwo...
1998 Sep 15
7
Samba and NIS
...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 -DFAST_SHARE_MODES LIBSM = -lsocket -lnsl It is possible to connect to the Sun from NT and Windows 95 without any problems. However, it seems that Samba is not validating the user account from the yp passwd maps. Each user connects as user 'nobody' using the guest account as...
1999 Jan 27
3
Samba 2.0 RedHat/PAM password troubles found and solved!
I tried upgrading from samba 1.9 to 2.0 on two seperate RedHat servers, and after both upgrades nobody could get authenticated. The windows boxes had the registry hacks to turn off encrypted passwords, and I'm authenticating out of passwd+shadow. I found many similiar posts on DejaNews and in the samba mailing list archives. I broke out strace and found the problem. Samba 2.0 tries to
1998 Oct 09
2
Failed to connect NT workstation to Samba2.0alpha8
Hi Folks, I downloaded Samba2.0alpha8 from Samba site. Compiled it and installed it on the Solaris 2.6 unix box. I set up domain logon for both Windows 98 clients and WinNT. There is no problem logging on from Windows98 and the shares are all working alright. Then, I followed Samba NTDOM FAQ and add the NT workstation name into /etc/passwd and smbpasswd (using smbpasswd -a -m