Skip to content

Instantly share code, notes, and snippets.

@krschmidt
Created October 10, 2015 18:21
Show Gist options
  • Save krschmidt/bcfa0f685b3ad9f6295f to your computer and use it in GitHub Desktop.
Save krschmidt/bcfa0f685b3ad9f6295f to your computer and use it in GitHub Desktop.
Single user local to CAS
update users set name='username' where uid=user-id;
insert into cas_user (uid, cas_name) values (user-id, 'username');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment