Create a mapping based on a SID
- Last UpdatedJan 13, 2023
- 1 minute read
-
At a command prompt, navigate to the ..\PI\adm directory.
-
Type:
-
Update the PI Identity Mapping table (PIIDENTMAP). You must set at least three attributes:
-
IdentMap
Name of the PI identity mapping
-
PIIdent
Name of the PI identity that you want to map to a local Windows group
-
Principal
SID of the Windows group you want to map to the specified PI identity
You can also specify other table attributes, if desired.
-
For example, to create a new mapping called My_Mapping that maps the Windows group specified by to the PI group, piadmins, you would enter the following commands at the piconfig prompts:
@table PIIdentmap
@mode create
@istr IdentMap,Principal,PIIdent
My_Mapping,S-1-5-21-1234567890-1234567890-1234567890-12345,piadmins