how to improve cakephp auth component to use user type?

i use auth componnet in my cakephp project

I add type field into users Mysql table

that enum type: admin, client

i need auth component to redirect admin's to CP page, and client to their profile page and only can access one conttroller..

ofcourse without using ACL or any others related