4.2.2.39. IsSimpleAdmin

4.2.2.39.1. Synopsis

IsSimpleAdmin tag grants to a user or a set of users, restricted admins permissions. That means they can administrate MySecureShell throught sftp-admin CLI or with MySecureShell GUI. This tag is less permissive than IsAdmin tag. IsSimpleAdmin permissions are limited to:

  • See online users

  • Disconnect users

  • Start / shutdown MySecureShell server

  • See statistics

4.2.2.39.2. Options

Name

Default

Values

Since version

Context

IsSimpleAdmin

false

false

1.0

Default,Group,IpRange,User,VirtualHost

true

4.2.2.39.3. Examples

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

<Default>
    Home /home
</Default>

<Group simpleadmins>
    IsSimpleAdmin true
</Group>