开发者 | yianniy |
---|---|
更新时间 | 2010年3月15日 23:23 |
PHP版本: | 2.7 及以上 |
WordPress版本: | 2.9.2 |
The Central Authentication Service (CAS) is a single sign-on protocol for the web. Its purpose is to permit a user to log into multiple applications simultaneously and automatically. It also allows untrusted web applications to authenticate users without gaining access to a user's security credentials, such as a password. The name CAS also refers to a software package that implements this protocol.Users who attempt to login to WordPress are redirected to the central CAS sign-on screen. After the user's credentials are verified, s/he is then redirected back to the WordPress site. If the CAS username matches the WordPress username, the user is recognized as valid and allowed access. Authorization of that user's capabilities is based on native WordPress settings and functions. CAS only authenticates that the user is who s/he claims to be. If the CAS user does not have an account in the WordPress site, depending on the plugin's settings, the user is either
The Lightweight Directory Access Protocol, or LDAP, is an application protocol for querying and modifying directory services running over TCP/IP.
wp-content/plugins/
directory and activate it.wpcasldap-conf.php
file.wpcasldap-conf-sample.php
for an example. If a config file is used, it overrides any settings that might have been made via the settings page and configured portion of that page are hidden.
Use of wpcasldap-conf.php
is recommended for the CAS and LDAP portions of an WordPressMU installations, as doing so hides the settings menu from users. The option to use LDAP, add users, and default role can be left to blog administrators.wpCAS-w-LDAP has been tested with phpCAS version 1.0.1.
Users who attempt to login to WordPress are redirected to the central CAS sign-on screen. After the user's credentials are verified, s/he is then redirected back to the WordPress site. If the CAS username matches the WordPress username, the user is recognized as valid and allowed access. If the CAS username does not exist in WordPress, you can define a function that could provision the user in the site.
There is none.
wpCAS-w-LDAP will ignore attempts to use LDAP and will essentially work just like wpCAS by Casey Bisson.
wpCAS-w-LDAP replicates the functionality of wpCAS by Casey Bisson. It adds LDAP functionality to his original code. I created wpCAS-w-LDAP so that when new users are added my WordpressMU install, they will be added with a full set of information.