Search
Use Search when you want to find a RADIUS entry in the directory. This function provides search facilities for up to three criteria.
Quick Reference
Searching for an Entry
- Click on the
icon, or select Search from the Entry menu.
The Search window is displayed.
Note - The types of searches available, and the categories of search results are user-definable. See Defining Searches, and the Sun Directory Services User's Guide for information on defining searches.
The default search types are:
- Complex Searches
You can combine Remote User searches with Remote Access Server searches using and or or operators. You cannot combine both operators in the same search. Up to three search criteria can be specified.
Remoteuser Search
There are seven searches defined for the remoteuser objectclass:
- Search by login name - where Deja searches for entries that have the remoteuser objectclass, and whose user id matches the text field.
- Search by user name - where Deja searches for entries that have the remoteuser objectclass, and whose user name matches the text field.
- List blocked accounts - where Deja searches for entries that have the remoteuser objectclass, and that have one or more failed authorization accesses.
- List PPP users - where Deja searches for entries that have the remoteuser objectclass, that have a PPP profile, and have a PPP password set.
- List SLIP users - where Deja searches for entries that have the remoteuser objectclass, that have a SLIP profile, and have a SLIP password set.
- List LOGIN users - where Deja searches for entries that have the remoteuser objectclass, that have a LOGIN profile, and have a LOGIN password set.
- Search by name and mail address - where Deja searches for entries that have the remoteuser objectclass, and whose name and mail address match the text fields.
To define a new type of search, see Defining Searches, and the Sun Directory Services User's Guide.
To use the remoteuser login name search
- Select Remote User from the Type of Search option button.
- Select Search by login name from the Defined Searches option button.
- Type the user ID of the entry you want to find in the User ID text field.
The search can include the standard wildcard character *.
- Click Search to start the search.
The search results are displayed in the search results list and the number of entries found is displayed in the status bar. If there are no matches, the search results list is empty and the status bar indicates that no entries were found.
You can refine your search by combining it with RAS objectclass searches or further remoteuser objectclass searches. See Complex Searches.
- To stop the search at any time, click the Stop button.
The search is stopped and no results are returned.
- Click the Clear button to clear the search text field.
To use the remoteuser user name search
- Select Remote User from the Type of Search option button.
- Select Search by user name from the Defined Searches option button.
- Type the user name of the entry you want to find in the User Name text field.
The search can include the standard wildcard character *.
- Click Search to start the search.
The search results are displayed in the search results list and the number of entries found is displayed in the status bar. If there are no matches, the search results list is empty and the status bar indicates that no entries were found.
You can refine your search by combining it with RAS objectclass searches or further remoteuser objectclass searches. See Complex Searches.
- To stop the search at any time, click the Stop button.
The search is stopped and no results are returned.
- Click the Clear button to clear the search text field.
To use the remoteuser blocked accounts search
- Select Remote User from the Type of Search option button.
- Select List Blocked Accounts from the Defined Searches option button.
There are no user input fields for this search. Deja will look for entries with the following parameters:
- objectclass = remoteuser
- radiusAuthFailedAccess >= RADIUS_MAX_FAIL
where RADIUS_MAX_FAIL is defined in the /opt/SUNWconn/html/Deja.properties file on the directory server. The default value for RADIUS_MAX_FAIL is 4. See Defining Searches, and the Sun Directory Services User's Guide for more information on the Deja.properties file.
- Click Search to start the search.
The search results are displayed in the search results list and the number of entries found is displayed in the status bar. If there are no matches, the search results list is empty and the status bar indicates that no entries were found.
You can refine your search by combining it with RAS objectclass searches or further remoteuser objectclass searches. See Complex Searches.
- To stop the search at any time, click the Stop button.
The search is stopped and no results are returned.
To use the remoteuser list PPP users search
- Select Remote User from the Type of Search option button.
- Select List PPP Users from the Defined Searches option button.
There are no user input fields for this search. Deja will look for entries with the following parameters:
- objectclass = remoteuser
- radiusPppProfile = *
- radiusPppPasswd = *
- Click Search to start the search.
The search results are displayed in the search results list and the number of entries found is displayed in the status bar. If there are no matches, the search results list is empty and the status bar indicates that no entries were found.
You can refine your search by combining it with RAS objectclass searches or further remoteuser objectclass searches. See Complex Searches.
- To stop the search at any time, click the Stop button.
The search is stopped and no results are returned.
To use the remoteuser list SLIP users search
- Select Remote User from the Type of Search option button.
- Select List SLIP Users from the Defined Searches option button.
There are no user input fields for this search. Deja will look for entries with the following parameters:
- objectclass = remoteuser
- radiusSlipProfile = *
- radiusSlipPasswd = *
- Click Search to start the search.
The search results are displayed in the search results list and the number of entries found is displayed in the status bar. If there are no matches, the search results list is empty and the status bar indicates that no entries were found.
You can refine your search by combining it with RAS objectclass searches or further remoteuser objectclass searches. See Complex Searches.
- To stop the search at any time, click the Stop button.
The search is stopped and no results are returned.
To use the remoteuser list LOGIN users search
- Select Remote User from the Type of Search option button.
- Select List LOGIN Users from the Defined Searches option button.
There are no user input fields for this search. Deja will look for entries with the following parameters:
- objectclass = remoteuser
- radiusLoginProfile = *
- radiusLoginPasswd = *
- Click Search to start the search.
The search results are displayed in the search results list and the number of entries found is displayed in the status bar. If there are no matches, the search results list is empty and the status bar indicates that no entries were found.
You can refine your search by combining it with RAS objectclass searches or further remoteuser objectclass searches. See Complex Searches.
- To stop the search at any time, click the Stop button.
The search is stopped and no results are returned.
To use the remoteuser name and mail address search
- Select Remote User from the Type of Search option button.
- Select Search by name / mail from the Defined Searches option button.
- Type the user name and user ID of the entry you want to find in the search text fields.
The search can include the standard wildcard character *.
- Click Search to start the search.
The search results are displayed in the search results list and the number of entries found is displayed in the status bar. If there are no matches, the search results list is empty and the status bar indicates that no entries were found.
You can refine your search by combining it with RAS objectclass searches or further remoteuser objectclass searches. See Complex Searches.
- To stop the search at any time, click the Stop button.
The search is stopped and no results are returned.
- Click the Clear button to clear the search text fields.
Remote Access Server Search
There are two searches defined for the RAS objectclass:
- Search by RAS Name - where Deja searches for all entries that have the objectclass RAS, and whose RAS name matches the text field.
- Search by RAS IP Address - where Deja searches for all entries that have the objectclass RAS, and whose RAS network address matches the text field.
To define a new type of search, see Defining Searches, and the Sun Directory Services User's Guide.
To use the RAS name search
- Select Remote Access Server from the Type of Search option button.
- Select Search by RAS Name from the Defined Searches option button.
- Type the RAS name you want to find in the RAS Name text field.
- Click Search to start the search.
The search results are displayed in the search results list and the number of entries found is displayed in the status bar. If there are no matches, the search results list is empty and the status bar indicates that no entries were found.
You can refine your search by combining it with remoteuser objectclass searches or further RAS objectclass searches. See Complex Searches.
- To stop the search at any time, click the Stop button.
The search is stopped and no results are returned.
- Click the Clear button to clear the search text fields.
To use the RAS network address search
- Select Remote Access Server from the Type of Search option button.
- Select Search by RAS IP Address from the Defined Searches option button.
- Type the RAS network address you want to find in the RAS Network Address text field.
- Click Search to start the search.
The search results are displayed in the search results list and the number of entries found is displayed in the status bar. If there are no matches, the search results list is empty and the status bar indicates that no entries were found.
You can refine your search by combining it with remoteuser objectclass searches or further RAS objectclass searches. See Complex Searches.
- To stop the search at any time, click the Stop button.
The search is stopped and no results are returned.
- Click the Clear button to clear the search text fields.
Complex Searches
You can combine Remote User searches, Remote Access Server searches and filtered searches using and or or operators. You cannot combine both operators in the same search. Up to three search criteria can be specified.
The Specify Filter option allows you to specify LDAP search filters.
- Select Complex Searches from the Type of Search option button.
- Select the first search criterion from the Remote User option button and type in the search string or filter.
See Specify Filter for valid filter definitions.
- Click on the And or Or buttons to select the logical operator.
- Select the second search criterion from the Remote User option button and type in the search string or filter.
- If you want to add a third search criterion, click the And or Or button again.
- To remove a search criterion, click the Back button.
- Specify a search root by typing the DN of the root you want to search in the Search root text field, or select the root you want to search in the browser window and click Get from Browser.
- Click Search to start the search.
The search results are displayed in the search results list and the number of entries found is displayed in the status bar. If there are no matches, the search results list is empty and the status bar indicates that no entries were found.
- To stop the search at any time, click the Stop button.
The search is stopped and no results are returned.
- Click the Clear button to clear all the search parameters.
Search Results List
Defining Searches
The RADIUS search parameters and labels are defined in the /opt/SUNWconn/html/Deja.properties file on the directory server. This online help describes the searches that are supplied by default with Sun Directory Services 3.1. These labels can be changed and new searches added by modifying the Deja.properties file.
For information on modifying the Deja.properties file see the Sun Directory Services User's Guide.
Note - You must exit from Deja before modifying the Deja.properties file.