Changeset 659 in openpam for trunk/lib/libpam
- Timestamp:
- Mar 11, 2013, 2:10:13 PM (8 years ago)
- Location:
- trunk/lib/libpam
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/libpam/openpam_configure.c
r648 r659 309 309 } 310 310 311 static const char *openpam_policy_path[] = {312 "/etc/pam.d/",313 "/etc/pam.conf",314 "/usr/local/etc/pam.d/",315 "/usr/local/etc/pam.conf",316 NULL317 };318 319 311 /* 320 312 * Read the specified chains from the specified file. -
trunk/lib/libpam/openpam_constants.c
r648 r659 126 126 "pam_sm_chauthtok" 127 127 }; 128 129 const char *openpam_policy_path[] = { 130 "/etc/pam.d/", 131 "/etc/pam.conf", 132 "/usr/local/etc/pam.d/", 133 "/usr/local/etc/pam.conf", 134 NULL 135 }; 136 137 const char *openpam_module_path[] = { 138 "/usr/lib", 139 "/usr/local/lib", 140 NULL 141 }; -
trunk/lib/libpam/openpam_constants.h
r648 r659 40 40 extern const char *pam_sm_func_name[PAM_NUM_PRIMITIVES]; 41 41 42 extern const char *openpam_policy_path[]; 43 extern const char *openpam_module_path[]; 44 42 45 #endif
Note: See TracChangeset
for help on using the changeset viewer.