aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/login/README
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-2/+0
| | | | Remove /^\s*\$FreeBSD\$$\n/
* Remove the last reference to LOGIN_ACCESS from login(1).Yaroslav Tykhiy2006-03-061-2/+3
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=156347
* Like su(1), make PAM use mandatory. Remove parts of the authenticationMark Murray2001-08-301-2/+1
| | | | | | | logic that are handled by PAM. Fix documentation to reflect this. Notes: svn path=/head/; revision=82562
* Remove option's description that has gone with PAM.Ruslan Ermilov2000-02-271-9/+1
| | | | Notes: svn path=/head/; revision=57530
* Modify klogin to:Garrett Wollman1995-01-141-0/+10
| | | | | | | | | | | | | 1) Don't spit out an error message if Kerberos is installed but not yet set up. 2) Don't attempt to verify the ticket you got back, as workstations are not intended to have srvtab files of their own. Both behaviors can be re-enabled with KLOGIN_PARANOID. Notes: svn path=/head/; revision=5627
* Add skey supprotGuido van Rooij1994-08-211-0/+10
Reviewed by: Submitted by: guido Notes: svn path=/head/; revision=2198