Changeset 181 in openpam
- Timestamp:
- Dec 4, 2002, 4:18:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r108 r181 8 8 compatibility. 9 9 10 These are some of OpenPAM's features: 10 These are some of OpenPAM's features: 11 11 12 12 - Implements the complete PAM API as described in the original PAM 13 13 paper and in OSF-RFC 86.0; this corresponds to the full XSSO API 14 except for mappings and secondary authentication. 14 except for mappings and secondary authentication. Also 15 implements some extensions found in Solaris 9. 15 16 16 17 - Extends the API with several useful and time-saving functions. … … 18 19 - Performs strict checking of return values from service modules. 19 20 20 - Reads configuration from /etc/pam.d/, / usr/local/etc/pam.d/ and21 / etc/pam.conf, in that order; this will be made configurable in a22 future release.21 - Reads configuration from /etc/pam.d/, /etc/pam.conf, 22 /usr/local/etc/pam.d/ and /usr/local/etc/pam.conf, in that order; 23 this will be made configurable in a future release. 23 24 24 25 Please direct bug reports and inquiries to openpam@thinksec.com. 25 26 26 $P4: //depot/projects/openpam/README# 3$27 $P4: //depot/projects/openpam/README#4 $
Note: See TracChangeset
for help on using the changeset viewer.