Displaying 3 results from an estimated 3 matches for "dfreebsd".
Did you mean:
freebsd
1998 May 05
0
-DALLOW_CHANGE_PASSWORD and FreeBSD
...SSWORD 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_PASSWORD for FreeBSD? Any special reason?
Regar...
1997 Dec 18
0
DES Encryption
...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_LIB= -L$(DES_BASE) -ldes
PASSWD_FLAGS=-DUSE_LIBD...
1998 Oct 15
1
Problem to map home dir
...tributed 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)
# FLAGSM = -DNEXT2
# LIBSM =
# This is for NEXTSTEP...