search for: dbsd44

Displaying 4 results from an estimated 4 matches for "dbsd44".

1998 May 05
0
-DALLOW_CHANGE_PASSWORD and FreeBSD
...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 -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_...
1997 Dec 28
0
SMBCLIENT to Domain-Laden NT SP3
...t the shares on an NT 4.0 SP3 system. I supply the -L <host> and -U <user> parameter and the password. The password is correct, but I get an error 2242 returned. On a similar machine configured without domains I have no problem. I have built using DES and without DES and have tried the -DBSD44 switch and without it (this is on FreeBSD). Enclosed is the debug output.... does anyone know what the error code 2242 is? I am using Samba 1.9.17p5. Debug output: Can't load /usr/local/samba/lib/smb.conf - run testparm to debug it 12/27/97 23:20:03 client started (version 1.9.17p5) Initia...
1997 Dec 18
0
DES Encryption
...ssword, or access to your logon server has been denied." I have read and followed the instructions in the docs/ENCRYPTION.txt for SMB encrypted (lanman) support. In the Makefile I specified: # 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 -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_...
1998 Oct 15
1
Problem to map home dir
...compiler (*NOT* gcc), use this line instead # Contributed by David.Billinghurst@restech.cra.com.au # FLAGSM = -DSGI6 -DSHADOW_PWD -DHAVE_TIMEZONE -DFAST_SHARE_MODES # LIBSM = # FLAGS1 = -O -n32 -g3 # 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 OpenBSD # contributed by todd@openbsd.org # FLAGSM = -DFAST_SHARE_MODES -DBSD44 # LIBSM = # This is for NEXTSTEP Release 2.X # No Posix. # contributed by brad@cac.washington.edu (Brad Greer) # F...