File pegasus-SUSE-pam-wbem.patch of Package tog-pegasus
--- pegasus/rpm/wbem.pam-wbem 2006-01-17 14:17:43.000000000 -0500
+++ pegasus/rpm/wbem 2006-04-05 19:26:46.000000000 -0400
@@ -1,13 +1,9 @@
#%PAM-1.0
-auth required $ISA/pam_env.so
-auth sufficient $ISA/pam_unix.so nullok
-auth required $ISA/pam_deny.so
-
-account required $ISA/pam_unix.so
-
-password required $ISA/pam_cracklib.so retry=3 type=
-password sufficient $ISA/pam_unix.so nullok use_authtok md5 shadow
-password required $ISA/pam_deny.so
-
-session required $ISA/pam_limits.so
-session required $ISA/pam_unix.so
+# Sample PAM Configuration for SUSE tog-pegasus
+auth required pam_succeed_if.so quiet_success user ingroup wbem
+auth required pam_localuser.so
+auth include common-auth
+account required pam_access.so accessfile=/etc/Pegasus/access.conf
+account include common-account
+password include common-password
+session include common-session