i-Planet Administration Guide

Listing i-Planet Users

You can list all i-Planet users who have logged in or for whom profiles have been created in standard output (one line per user).

You can use two optional switches with the list action:

To List i-Planet Users Without Any Switch
  1. Type the following command to list all i-Planet users without any optional switch, for example:


    # java com.sun.stnr.useradmin.UserAdminCL +action list
    

    This command lists all i-Planet users who have logged in or for whom profiles have been created:


    root
    abc
    jdoe
    def

To List i-Planet Users With the -nologin Switch
  1. Type the following command to list all i-Planet users with the -nologin switch, for example:


    # java com.sun.stnr.useradmin.UserAdminCL +action list -nologin
    

    This command lists all i-Planet users who have not logged in:


    root

To List i-Planet Users With the -older N Switch
  1. Type the following command to list all i-Planet users with the -older N switch, for example:


    # java com.sun.stnr.useradmin.UserAdminCL +action list -older 30
    

    This command lists all i-Planet users whose last login was more than 30 days ago:


    root
    abc