summaryrefslogtreecommitdiffstats
path: root/etc/pam.conf
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-12-21 08:39:26 +0000
committermharo <mharo@FreeBSD.org>1999-12-21 08:39:26 +0000
commita91e0d2474d47b131eb15054f8e6993d2dd16509 (patch)
tree67ec58d83b0419da45cfc3c219c3082843636160 /etc/pam.conf
parent7016bce72f5503364ee0d010738f045376137544 (diff)
downloadFreeBSD-src-a91e0d2474d47b131eb15054f8e6993d2dd16509.zip
FreeBSD-src-a91e0d2474d47b131eb15054f8e6993d2dd16509.tar.gz
make previous commit's format match rest of file
Diffstat (limited to 'etc/pam.conf')
-rw-r--r--etc/pam.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pam.conf b/etc/pam.conf
index 2e60912..b9b93dd 100644
--- a/etc/pam.conf
+++ b/etc/pam.conf
@@ -23,5 +23,5 @@ login auth requisite pam_cleartext_pass_ok.so
login auth required pam_unix.so try_first_pass
# If we don't match anything else, default to using getpwnam().
-other auth required pam_unix.so try_first_pass
-other account required pam_unix.so try_first_pass
+other auth required pam_unix.so try_first_pass
+other account required pam_unix.so try_first_pass
OpenPOWER on IntegriCloud