File pegasus-pam-wbem.patch of Package tog-pegasus
Index: rpm/wbem
===================================================================
--- rpm/wbem.orig
+++ rpm/wbem
@@ -1,13 +1,6 @@
#%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
+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