Displaying 3 results from an estimated 3 matches for "des_flags".
Did you mean:
def_flags
1998 Aug 31
0
No subject
...a reference in the book to Authenticationoptions on
page 66 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 s...
1997 Dec 18
0
DES Encryption
...E: You may need to add -DBSD44 if you have password problems
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...
1998 Oct 15
1
Problem to map home dir
...= -DWORKGROUP=\"$(WORKGROUP)\" -DGUEST_ACCOUNT=\"$(GUESTACCOUNT)\" -DDRIVERFILE=\"$(DRIVERFILE)\"
CFLAGS5 = $(CFLAGS1) $(CFLAGS2) $(CFLAGS3) $(CFLAGS4) $(FLAGSM) $(AFS_FLAGS) $(KRB5_FLAGS) $(KRB4_FLAGS) $(RPM_OPT_FLAGS)
CFLAGS = $(CFLAGS5) $(PAM_FLAGS) $(DCE_FLAGS) $(DES_FLAGS) $(PASSWD_FLAGS) $(VTP_FLAGS)
LIBS = $(LIBS1) $(LIBSM) $(PAM_LIBS) $(DCE_LIBS) $(KRB5_LIBS) $(KRB4_LIBS) $(DES_LIB)
INCLUDES1 = $(srcdir)version.h $(srcdir)local.h $(srcdir)includes.h $(srcdir)smb.h
INCLUDES2 = $(srcdir)trans2.h
INCLUDES = $(INCLUDES1) $(INCLUDES2)
SPROGS = smbd nmbd
PROGS1 = s...