diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-08 06:53:32 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-08 06:53:32 +0000 |
commit | 3b29c892961ddeeea0f5a7da51118a0617b4739c (patch) | |
tree | 1d7c00d426eef17e5e4538cd14ce202b01c48e12 /lib/libutil/auth.conf.5 | |
parent | f8161cee7c696082b19b628dd04e49d9d90f9be8 (diff) |
Add some rudimentary documentation for my new functions.
Notes
Notes:
svn path=/head/; revision=40054
Diffstat (limited to 'lib/libutil/auth.conf.5')
-rw-r--r-- | lib/libutil/auth.conf.5 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/libutil/auth.conf.5 b/lib/libutil/auth.conf.5 new file mode 100644 index 000000000000..08cf806d18a5 --- /dev/null +++ b/lib/libutil/auth.conf.5 @@ -0,0 +1,32 @@ +.\" 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. +.\" +.\" $Id$ +.\" +.Dd October 7, 1998 +.Dt AUTH.CONF 5 +.Os FreeBSD +.Sh NAME +.Nm auth.conf +.Nd authentication capability database +.Sh SYNOPSIS +.Pa /etc/auth.conf +.Sh DESCRIPTION +auth.conf contains various attributes important to the authentication +code, most notably +.Xr kerberos 5 +for the time being. This documentation will be updated as the +.Pa auth.conf +file, which is very new, evolves. +.Sh SEE ALSO +.Xr auth_getval 3 |