DBWACLServer - Set rights on a personality

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DBWACLServer - Set rights on a personality

MechWorks DBWACLServer

Set rights of a specific personality in a Domain

Description

Starting from R13sp2, Mechworks distributes a tool by Microsoft named NTrights.exe to allow you set the rights of a certain personality in a domain context.

In the same folder you can find also an example file named Set_dbwserver_admin_rights_sample.bat

The tool can in facts be used as batch procedure to set different rights to different users at the same time.

Location

Both the tool and the example batch file are located under \bin folder on each workstation.

Usually

C:\Program Files (x86)\MechWorks\MechWorks_Pdm\bin\NTrights.exe
C:\Program Files (x86)\MechWorks\MechWorks_Pdm\bin\Set_dbwserver_admin_rights_sample.bat

Example

the example file is written as followings:

call "ntrights.exe" +r SeServiceLogonRight -u "<MyDomain>\DBWserverAdmin"

call "ntrights.exe" +r SeSecurityPrivilege -u "<MyDomain>\DBWserverAdmin"
call "ntrights.exe" +r SeTakeOwnershipPrivilege -u "<MyDomain>\DBWserverAdmin"
call "ntrights.exe" +r SeTcbPrivilege -u "<MyDomain>\DBWserverAdmin"
call "ntrights.exe" +r SeBackupPrivilege -u "<MyDomain>\DBWserverAdmin"
call "ntrights.exe" +r SeRestorePrivilege-u "<MyDomain>\DBWserverAdmin"