nixpkgs/modules/programs/pwdutils/passwd.conf
Lluís Batlle i Rossell 7b14ee9932 Setting the files cipher algorithm depending on the architecture
(with libxcrypt or without libxcrypt, at the end)

svn path=/nixos/trunk/; revision=17389
2009-09-23 20:50:41 +00:00

16 lines
365 B
Plaintext

# Define default crypt hash
# CRYPT={des,md5,blowfish}
CRYPT=des
# for local files, use a more secure hash. We
# don't need to be portable here:
CRYPT_FILES=@filesCipher@
# sometimes we need to specify special options for
# a hash (variable is prepended by the name of the
# crypt hash).
BLOWFISH_CRYPT_FILES=10
# For NIS, we should always use DES:
CRYPT_YP=des