aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2012-06-12 17:02:53 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2012-06-12 17:02:53 +0000
commit7c5a9216994bf301a6cb4585b2ff20449effeb43 (patch)
tree3fa2c67dc2f84e91827b2258b54a5a5dec5773bf /include
parentd3d19ef9c251ac021178baf1faf25e4cb54f132b (diff)
downloadsrc-7c5a9216994bf301a6cb4585b2ff20449effeb43.tar.gz
src-7c5a9216994bf301a6cb4585b2ff20449effeb43.zip
Finally nuke auth.conf, nine years after it was deprecated. The only
thing it was still used for was to set the "global default" password hash. Since the stock auth.conf contained nothing but comments, the global default was actually the first algorithm in crypt(3)'s list, which happens to be DES; I take the fact that nobody noticed as proof that it was not used outside of crypt(3). The only other use in our tree was in the Kerberos support code in in tinyware's passwd(1). I removed that code in an earlier commit; it would not have compiled anyway, as it only supported Kerberos IV. The auth_getval() function is now a stub that always returns NULL, which has the same effect as a functional auth_getval() with an empty auth.conf. MFC after: 3 weeks
Notes
Notes: svn path=/head/; revision=236965
Diffstat (limited to 'include')
-rw-r--r--include/paths.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h
index 650393446577..1e7402b4aa6f 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -42,7 +42,6 @@
/* Locate system binaries. */
#define _PATH_SYSPATH "/sbin:/usr/sbin"
-#define _PATH_AUTHCONF "/etc/auth.conf"
#define _PATH_BSHELL "/bin/sh"
#define _PATH_CAPABILITY "/etc/capability"
#define _PATH_CAPABILITY_DB "/etc/capability.db"