Displaying 5 results from an estimated 5 matches for "passwd_flags".
1998 Aug 31
0
No subject
...6 for LAN Encripyted Password Support. I found these lines a
version 1.9.16p11
# This is for SMB encrypted (lanman) passwords.
# you may wish to add -DREPLACE_GETPASS if your getpass() is limited
# to 8 chars
# DES_BASE=/usr/local/libdes
# DES_FLAGS= -I$(DES_BASE)
# DES_LIB= -L$(DES_BASE) -ldes
# PASSWD_FLAGS=-DUSE_LIBDES -DSMB_PASSWD=\"$(BINDIR)/smbpasswd\"
-DSMB_PASSWD_FILE=\"$(BASEDIR)/private/smbpasswd\"
My question is were these file deliberately let out because they are no
longer needed??
I ask because I am using security = user and I am getting the error "The
account i...
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
...IBSMBCLIENT_MINOR=1
# The directory where code page definition files go
CODEPAGEDIR = $(LIBDIR)/codepages
# The current codepage definition list.
CODEPAGELIST= 437 737 775 850 852 861 932 866 949 950 936 1251 ISO8859-1
ISO8859-2 ISO8859-5 ISO8859-7 KOI8-R 857 ISO8859-9 \
ISO8859-13 ISO8859-15
PASSWD_FLAGS = -DPASSWD_PROGRAM=\"$(PASSWD_PROGRAM)\"
-DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\"
-DTDB_PASSWD_FILE=\"$(TDB_PASSWD_FILE)\"
FLAGS1 = $(CFLAGS) -I./popt -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx
-I$(srcdir)/smbwrapper $(CPPFLAGS) -DLOGFILEBASE=\"$(LOGFILEBASE)...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
...IBSMBCLIENT_MINOR=1
# The directory where code page definition files go
CODEPAGEDIR = $(LIBDIR)/codepages
# The current codepage definition list.
CODEPAGELIST= 437 737 775 850 852 861 932 866 949 950 936 1251 ISO8859-1
ISO8859-2 ISO8859-5 ISO8859-7 KOI8-R 857 ISO8859-9 \
ISO8859-13 ISO8859-15
PASSWD_FLAGS = -DPASSWD_PROGRAM=\"$(PASSWD_PROGRAM)\"
-DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\"
-DTDB_PASSWD_FILE=\"$(TDB_PASSWD_FILE)\"
FLAGS1 = $(CFLAGS) -I./popt -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx
-I$(srcdir)/smbwrapper $(CPPFLAGS) -DLOGFILEBASE=\"$(LOGFILEBASE)...
1997 Dec 18
0
DES Encryption
...lems
FLAGSM = -DFreeBSD -DAUTOMOUNT -DUFC_CRYPT -DQUOTAS -DFAST_SHARE_MODES
LIBSM = -lcrypt
# This is for SMB encrypted (lanman) passwords.
# you may wish to add -DREPLACE_GETPASS if your getpass() is limited
# to 8 chars
DES_BASE=/usr/lib
DES_FLAGS= -I$(DES_BASE)
DES_LIB= -L$(DES_BASE) -ldes
PASSWD_FLAGS=-DUSE_LIBDES -DSMB_PASSWD=\"$(BINDIR)/smbpasswd\"
-DSMB_PASSWD_FILE=\"$(BASEDIR)/private/smbpasswd\"
Samba will compile and run no problem. But it still give me the error
message of password being incorrect.
my config file is:
[global]
interfaces= 207.102.50.2/255.255.255.0
h...
1998 Oct 15
1
Problem to map home dir
...automatic stack extension :-)
# smbd must be run from inetd :-(
# FLAGSM = -DAMIGA -Dfork=vfork -mstackextend
# LIBSM =
######################################################################
# DON'T EDIT BELOW THIS LINE
######################################################################
PASSWD_FLAGS = -DSMB_PASSWD=\"$(SMB_PASSWD)\" -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\"
CFLAGS1 = $(FLAGS1) -DSMBLOGFILE=\"$(SMBLOGFILE)\" -DNMBLOGFILE=\"$(NMBLOGFILE)\"
CFLAGS2 = -DCONFIGFILE=\"$(CONFIGFILE)\" -DLMHOSTSFILE=\"$(LMHOSTSFILE)\" -DWEB_ROO...