From 7d62660a513243560c73311bc0514b0dd5f46434 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 3 Aug 2006 12:42:08 +0000 Subject: Relevant BUGIDs: Purpose of commit: new feature Commit summary: --------------- * modules/pam_succeed_if/pam_succeed_if.c (evaluate_inlist): New function for list matching. (evaluate_notinlist): Likewise. (evaluate): Add service value match, list matching. * modules/pam_succeed_if/pam_succeed_if.8.xml: Document the features. --- modules/pam_succeed_if/pam_succeed_if.8.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'modules/pam_succeed_if/pam_succeed_if.8.xml') diff --git a/modules/pam_succeed_if/pam_succeed_if.8.xml b/modules/pam_succeed_if/pam_succeed_if.8.xml index 3a77505d..1b57a652 100644 --- a/modules/pam_succeed_if/pam_succeed_if.8.xml +++ b/modules/pam_succeed_if/pam_succeed_if.8.xml @@ -97,7 +97,8 @@ Available fields are user, uid, gid, - shell and home: + shell, home + and service: @@ -175,6 +176,18 @@ Field does not match the given glob. + + + + Field is contained in the list of items separated by colons. + + + + + + Field is not contained in the list of items separated by colons. + + @@ -187,6 +200,18 @@ User is not in given group. + + + + (user,host) is in given netgroup. + + + + + + (user,host) is not in given netgroup. + + -- cgit v1.2.1