Skip to content

Authorising new users

Giovanni Organtini edited this page May 9, 2022 · 2 revisions

In order to authorise a new user to write to the dbloader-mtd, follow these steps:

  1. Add the user as a member to the e-group cms-mtd-db
  2. Add its username in /etc/passwd as
useradd -c '[real_name]' -d /afs/cern.ch/user/[home_dir] -g 1399 -u [uid] -s /bin/bash --no-create-home [username]

In order to authorise developers, do the same on oms-mtd and add the user to the OMS tool (MTD->Manage Workspace)

Clone this wiki locally