diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-25 22:10:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-25 22:10:30 +0000 |
commit | c66ed44ff2c97f180e268d33d13acf035ad6242e (patch) | |
tree | 5b7383bb085e328cef6b8aa05084ad3467bcfc13 /libexec/login_passwd | |
parent | b926ded9c618397210826f818d0724e72f1fa918 (diff) |
Remove instance stuff now that su uses an explicit option to specify
the invoking user.
Diffstat (limited to 'libexec/login_passwd')
-rw-r--r-- | libexec/login_passwd/login_passwd.8 | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/libexec/login_passwd/login_passwd.8 b/libexec/login_passwd/login_passwd.8 index 38470298043..b78787394d0 100644 --- a/libexec/login_passwd/login_passwd.8 +++ b/libexec/login_passwd/login_passwd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login_passwd.8,v 1.1 2000/12/12 02:33:44 millert Exp $ +.\" $OpenBSD: login_passwd.8,v 1.2 2001/06/25 22:10:29 millert Exp $ .\" .\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -52,19 +52,7 @@ with passwd-style authentication. .Pp The .Ar user -argument is the name of the user to be authenticated. -If -.Ar user -is of the form -.Ar name. Ns Li root -and -.Ar name. Ns Li root -is not found in the password file, the entry for -.Li root -is used. -This is done to support -.Xr su 1 , -which uses kerberos-style root instances. +argument is the login name of the user to be authenticated. .Pp The .Ar service |