Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show security user-identification user-provision authentication-source jims start 1 count 9 (match-string|prefix)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show security user-identification user-provision authentication-source jims start 1 count 9 match-string <domain-name>

Description

All users from JIMS are listed with search pattern matching (string match). Use match-string to extract the first text string matching a pattern and match string to extract all text strings that match. start indicates first count index and count indicates total number to display the string match pattern.

Options

match-string

Match string in regular expression. The match-string does not allow regression string matching. The match-string supported is [1-9] or [a-f] format. The match-string is case sensitive.

prefix

Prefix

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show security user-identification user-provision authentication-source jims start 1 count 9 match-string <domain-name> command. Output fields are listed in the approximate order in which they appear.

Table 1: show security user-identification user-provision authentication-source jims start 1 count 9 (match-string|prefix)

Field Name

Field Description

Total list count

The actual listed count for current command.

Total matched count

The total matched number for current match condition.

Total num

The total number of items for current xml file.

Sample Output

command-name

content_copy zoom_out_map
user@host> show security user-identification user-provision authentication-source jims start 1 count 9 match-string <domain-name>
node0:
--------------------------------------------------------------------------
Total num: 3
domain-name\user-name_1
domain-name\user-name_2
domain-name\user-name_3
Total list count: 3
Total matched count: 3

Release Information

Command introduced in Junos OS Release 20.2R1.

footer-navigation