I've got CB 2.0 setup within my CL environment. It works pretty good from what I've tested so far.
I did found out that phpmyadmin won't let you login unless you have the following in phpmyadmin/.htaccess:
RewriteEngine On
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
(as stated at...