search for: dufc_crypt

Displaying 5 results from an estimated 5 matches for "dufc_crypt".

1998 May 05
0
-DALLOW_CHANGE_PASSWORD and FreeBSD
...# 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: +386 62 211-1...
1998 Jul 16
0
Encryption options/password file?
...mbpasswd?? I'm assuming this is saying to use a SEPARATE database?! also: How can I find out more information on the following (what they are, do I have them, how to use them) # -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 # -DQUOTAS for quota support in disk_free(). This probably only works # on some systems. # -DFAST_SHARE_MODES if you want the fast shared memory instead of the # slow description files for share mode locking. This #...
1998 Nov 14
0
Sync passwd and smbpasswd
...0B8, 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 15
1
Problem to map home dir
...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 # remotely (only works on some systems) # -DQUOTAS for quota support in disk_free(). This probably only works # on some systems. # -DFAST_SHARE...
1997 Dec 18
0
DES Encryption
...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_LIBDES -DSMB_PASSWD=\"$...