User Tools

Site Tools


Sidebar

js#vista.png msort nsort

project-open:auth_authorities

Updating user to LDAP Authority

su - projop
psql
select authority_id from auth_authorities;
update users set authority_id = ##### where username = 'USERNAME';

where ##### the authority_id from the select query and USERNAME the username from the user is.

project-open/auth_authorities.txt · Last modified: 2020/02/24 11:16 (external edit)