summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/lib/openpam_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openpam/lib/openpam_impl.h')
-rw-r--r--contrib/openpam/lib/openpam_impl.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/contrib/openpam/lib/openpam_impl.h b/contrib/openpam/lib/openpam_impl.h
index 8300b0f..a9b011e 100644
--- a/contrib/openpam/lib/openpam_impl.h
+++ b/contrib/openpam/lib/openpam_impl.h
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $P4: //depot/projects/openpam/lib/openpam_impl.h#11 $
+ * $P4: //depot/projects/openpam/lib/openpam_impl.h#12 $
*/
#ifndef _OPENPAM_IMPL_H_INCLUDED
@@ -93,6 +93,16 @@ struct pam_handle {
int env_size;
};
+#ifdef NGROUPS_MAX
+#define PAM_SAVED_CRED "pam_saved_cred"
+struct pam_saved_cred {
+ uid_t euid;
+ gid_t egid;
+ gid_t groups[NGROUPS_MAX];
+ int ngroups;
+};
+#endif
+
#define PAM_OTHER "other"
int openpam_dispatch(pam_handle_t *, int, int);
OpenPOWER on IntegriCloud