summaryrefslogtreecommitdiffstats
path: root/lib/libutil/auth.conf.5
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2012-06-12 17:02:53 +0000
committerdes <des@FreeBSD.org>2012-06-12 17:02:53 +0000
commit24379c8402f6e6edd7e88821a9eb0cc0fb7a1b39 (patch)
tree3fa2c67dc2f84e91827b2258b54a5a5dec5773bf /lib/libutil/auth.conf.5
parent7ad332ffbb8b0784030c552a80abe0d29bcce073 (diff)
downloadFreeBSD-src-24379c8402f6e6edd7e88821a9eb0cc0fb7a1b39.zip
FreeBSD-src-24379c8402f6e6edd7e88821a9eb0cc0fb7a1b39.tar.gz
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
Diffstat (limited to 'lib/libutil/auth.conf.5')
-rw-r--r--lib/libutil/auth.conf.535
1 files changed, 0 insertions, 35 deletions
diff --git a/lib/libutil/auth.conf.5 b/lib/libutil/auth.conf.5
deleted file mode 100644
index be10eb8..0000000
--- a/lib/libutil/auth.conf.5
+++ /dev/null
@@ -1,35 +0,0 @@
-.\" Copyright (c) 1998 Jordan Hubbard
-.\" All rights reserved.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, is permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\" notice immediately at the beginning of the file, without modification,
-.\" this list of conditions, and the following disclaimer.
-.\" 2. Redistributions in binary form must reproduce the above copyright
-.\" notice, this list of conditions and the following disclaimer in the
-.\" documentation and/or other materials provided with the distribution.
-.\"
-.\" $FreeBSD$
-.\"
-.Dd October 7, 1998
-.Dt AUTH.CONF 5
-.Os
-.Sh NAME
-.Nm auth.conf
-.Nd authentication capability database
-.Sh SYNOPSIS
-.Pa /etc/auth.conf
-.Sh DESCRIPTION
-.Nm
-contains various attributes important to the authentication
-code, most notably
-.Xr crypt 3
-for the time being.
-This documentation will be updated as the
-.Pa /etc/auth.conf
-file, which is very new, evolves.
-.Sh SEE ALSO
-.Xr auth_getval 3 ,
-.Xr crypt 3
OpenPOWER on IntegriCloud