FME Server includes the fmesuperuser role, which allows full access to all server resources. It is not possible to map an Active Directory security group to this role in the same manner as other roles. Here is how to enable fmesuperuser privileges with Active Directory:
SECURITY_SUPERUSER_ROLE=fmesuperuser
And replace fmesuperuser
with the Active Directory distinguished name (DN) of the security group that should have fmesuperuser privileges.
SECURITY_SUPERUSER_ROLE=CN=<groupname>,OU=<organizationunit>,<...>,DC=<mydomain>,DC=<com>