ipa-defaultoptions (1) - Linux Manuals
ipa-defaultoptions: Display or modify the IPA Search and User Policies
NAME
ipa-defaultoptions - Display or modify the IPA Search and User PoliciesSYNOPSIS
ipa-defaultoptions [--maxusername number] [--homedir directory] [--defaultshell shell] [--defaultgroup group] [--emaildomain domain] [--searchtimelimit number] [--searchrecordslimit number] [--usersearch fields] [--groupsearch fields] [-v|--verbose] ipa-defaultoptions --showDESCRIPTION
Displays or updates the IPA Search and User Policy.OPTIONS
- --maxusername=MAXUSERNAME
- Max. Length of a username
- --homedir=HOMEDIR
- Default location of home directories
- --defaultshell=DEFAULTSHELL
- Default shell for new users
- --defaultgroup=DEFAULTGROUP
- Default group for new users
- --emaildomain=EMAILDOMAIN
- Default e-mail domain
- --searchtimelimit=SEARCHTIMELIMIT
- Max. amount of time (sec.) for a search (-1 for unlimited)
- --searchrecordslimit=SEARCHRECORDSLIMIT
- Max. number of records to search (-1 for unlimited)
- --usersearch=USERSEARCH
- A comma-separated list of fields to search when searching for users
- --groupsearch=GROUPSEARCH
- A comma-separated list of fields to search when searching for groups
- --show
- Display the current password policy.
- -v, --verbose
- Display the XML-RPC request and response for more verbose debugging output
EXIT STATUS
The exit status is 0 on success, nonzero on error.