Authentication using external service?

2010-03-09 Thread Mal
Hi, has anyone done any work on integrating cake with something like mod_auth_pam to authenticate users from the Linux login database or any other external service, such as LDAP? Thanks Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions

Re: paginator generates wrong url.

2009-09-22 Thread Mal
g['page'] + ($which == 'Prev' ? $step * -1 : $step)); } On 22 Sep, 12:02, Mal wrote: > Hi all, > > the following problem manifests itself in both cake 1.2.4 and 1.2.5. > > I have a requirement to pass an ID into the index action of a > controller that

paginator generates wrong url.

2009-09-22 Thread Mal
line 318]" and produce this url: "http://server/path/controller/%3C%20previous"; I tried supplying the ID as an array to 'prev' and 'next' only: $options += array ( 'url' => array ( 'ID' => $extra ) ); but tha

Cake 1.2.5

2009-09-17 Thread Mal
Latest cake doesn't have the $keywords$ expanded. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send em