Development

Changeset 19073

You must first sign up to be able to contribute.

Changeset 19073

Show
Ignore:
Timestamp:
06/09/09 19:04:29 (4 years ago)
Author:
Nathan.Vonnahme
Message:

Remember Me update and SSL plugin url update in README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/bhLDAPAuthPlugin/branches/1.2_Doctrine/README

    r19048 r19073  
    123123`apps/frontend/config/filters.yml` (great for Intranet apps) 
    124124 
    125     security: 
    126       class: sfGuardBasicSecurityFilter 
     125    remember_me: 
     126      class: sfGuardRememberMeFilter 
     127 
     128    security: ~ 
    127129 
    128130 
     
    196198You don't want your AD credentials flying around the network in clear text, right?   
    197199 
    198 a. Install the [sfSslRequirementPlugin](http://trac.symfony-project.org/wiki/sfSslRequirementPlugin) into your project's plugin dir (or use the `svn:externals` method, above).   
     200a. Install the [sfSslRequirementPlugin](http://www.symfony-project.org/plugins/sfSslRequirementPlugin) into your project's plugin dir (or use the `svn:externals` method, above).   
    199201   
    200202    symfony plugin-install http://plugins.symfony-project.com/sfSslRequirementPlugin 
    201203 
    202204b. Complete the installation (editing `filters.yml` and clearing 
    203 cache) according to the plugin's README 
     205cache) according to [sfSslRequirementPlugin's README](http://www.symfony-project.org/plugins/sfSslRequirementPlugin/2_0_0?tab=plugin_readme) 
    204206 
    205207c. The bhLDAPAuthPlugin `security.yml` file already turns SSL on for