Home

Adding admins to Unravel

Follow these instructions to add admin users and groups in Unravel.

  1. Stop Unravel

    <Unravel installation directory>/unravel/manager stop
    
  2. Set admin users:

    <Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.admins <user1>,<user2>,<user3>
  3. Set admin groups:

    • If com.unraveldata.login.mode=ldap, run the following command:

      <Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.admins.ldap.groups <group1>,<group2>,<group3>
    • If com.unraveldata.login.mode=saml, run the following command:

      <Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.admins.saml.groups <group1>,<group2>,<group3>
    • If com.unraveldata.login.mode=aad, run the following command:

      <Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.admins.groups <group1>,<group2>,<group3>
  4. Apply the changes.

    <Unravel installation directory>/unravel/manager config apply
    
  5. Start Unravel

    <Unravel installation directory>/unravel/manager start