protected function standardAttributes()
 {
     return array_merge(parent::standardAttributes(), array('twitter_userID'));
 }
 protected function standardAttributes()
 {
     return array_merge(parent::standardAttributes(), array('dn', $this->AuthenticationAuthority->getField('uid')));
 }