diff libpam-sys/src/constants.rs @ 131:a632a8874131 default tip

Get all the Linux-PAM functions into libpam-sys, and get tests right.
author Paul Fisher <paul@pfish.zone>
date Wed, 02 Jul 2025 02:24:21 -0400
parents c77846f3a979
children
line wrap: on
line diff
--- a/libpam-sys/src/constants.rs	Tue Jul 01 06:11:43 2025 -0400
+++ b/libpam-sys/src/constants.rs	Wed Jul 02 02:24:21 2025 -0400
@@ -143,6 +143,8 @@
         PAM_RADIO_TYPE = 5;
         PAM_BINARY_PROMPT = 7;
     );
+
+    pub const PAM_MODUTIL_NGROUPS: i32 = 64;
 }
 
 #[cfg_pam_impl(any("OpenPam", "Sun", "XSso"))]