welcome: please sign in

Diff for "AuthenticationScheme"

Differences between revisions 7 and 8
Revision 7 as of 2010-01-06 03:25:50
Size: 611
Editor: DavorOcelic
Comment:
Revision 8 as of 2010-01-06 03:27:15
Size: 678
Editor: DavorOcelic
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
Speaking of Kerberos login, it's useful to mention/remind ourselves of the ''~/.k5login'' feature (see manpage). Speaking of Kerberos login, it's useful to mention/remind ourselves of the ''~/.k5login'' feature (see manpage). We don't rely on this anywhere, but as said, useful to know about.

1. Authentication Scheme

Regarding the exact authentication mechanism on HCoop. Each machine is unconditionally configured in one of the modes:

  1. No user logins are allowed
  2. User logins allowed, go through Kerberos and AFS
  3. User logins allowed, go through local Unix authentication, on local disk

All login configuration is done through PAM (/etc/pam.d/* files).

If /etc/login.restrict file is present, it automatically limits logins only to accounts listed in the file.

Speaking of Kerberos login, it's useful to mention/remind ourselves of the ~/.k5login feature (see manpage). We don't rely on this anywhere, but as said, useful to know about.

AuthenticationScheme (last edited 2013-01-11 08:39:38 by ClintonEbadi)