4.2.2.38. IsAdmin

4.2.2.38.1. Synopsis

IsAdmin tag grants to a user or a set of users, admins permissions. That means they can administrate MySecureShell throught sftp-admin CLI or with MySecureShell GUI.

4.2.2.38.2. Options

Name Default Values Since version Context
IsAdmin false false 0.7 Default,Group,IpRange,User,VirtualHost
  true    

4.2.2.38.3. Examples

If you want to grant to admins group the administrative rights:

<Default>
    Home /home
</Default>

<Group admins>
    IsAdmin true
</Group>