Changeset 1508
- Timestamp:
- 06/06/08 10:57:25 (7 months ago)
- Files:
-
- cherokee/trunk/qa/062-PAM2.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/qa/062-PAM2.py
r1496 r1508 41 41 42 42 # Check that pam module was compiled 43 if not self.has_module("pam"):43 if not cherokee_has_plugin("pam"): 44 44 return False 45 45