commit: 99d7d8ac6d177e0d13282ebf43887ae36a2c4452 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 04:07:03 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 7 17:28:15 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=99d7d8ac
tasks-reference/pam: slight grammar tweak Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> tasks-reference/pam/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks-reference/pam/text.xml b/tasks-reference/pam/text.xml index 62c8ec0..5cdf6ba 100644 --- a/tasks-reference/pam/text.xml +++ b/tasks-reference/pam/text.xml @@ -7,7 +7,7 @@ <p> PAM (Pluggable Authentication Modules) is a mechanism which allows different applications to authenticate using various specified parameters, using for -example a passwd/shadow file, a Kerberos server, an LDAP server or an a NT +example a passwd/shadow file, a Kerberos server, an LDAP server, or an NT Domain server (using Samba). </p> @@ -115,7 +115,7 @@ The statement is composed of 3 or 4 tokens: <p> There are also other modules which can be used for more complex authentication -against a database (mysql or postgresql), against an LDAP directory or against +against a database (mysql or postgresql), against an LDAP directory, or against an NT domain (using samba). This is useful on thin or fat clients where the users have an unique login for all the machines. Another place where this is useful is a cluster of servers which needs to authenticate against a single
