File: config_mod.md

package info (click to toggle)
freeipa 4.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 367,240 kB
  • sloc: javascript: 562,763; python: 310,289; ansic: 49,809; sh: 7,176; makefile: 2,589; xml: 343; sed: 16
file content (63 lines) | stat: -rw-r--r-- 2,064 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[//]: # (THE CONTENT BELOW IS GENERATED. DO NOT EDIT.)
# config_mod
Modify configuration options.

### Arguments
No arguments.

### Options
* rights : :ref:`Flag<Flag>` **(Required)**
 * Default: False
* all : :ref:`Flag<Flag>` **(Required)**
 * Default: False
* raw : :ref:`Flag<Flag>` **(Required)**
 * Default: False
* ipamaxusernamelength : :ref:`Int<Int>`
* ipamaxhostnamelength : :ref:`Int<Int>`
* ipahomesrootdir : :ref:`IA5Str<IA5Str>`
* ipadefaultloginshell : :ref:`Str<Str>`
* ipadefaultprimarygroup : :ref:`Str<Str>`
* ipadefaultemaildomain : :ref:`Str<Str>`
* ipasearchtimelimit : :ref:`Int<Int>`
* ipasearchrecordslimit : :ref:`Int<Int>`
* ipausersearchfields : :ref:`IA5Str<IA5Str>`
* ipagroupsearchfields : :ref:`IA5Str<IA5Str>`
* ipamigrationenabled : :ref:`Bool<Bool>`
* ipagroupobjectclasses : :ref:`Str<Str>`
* ipauserobjectclasses : :ref:`Str<Str>`
* ipapwdexpadvnotify : :ref:`Int<Int>`
* ipaconfigstring : :ref:`StrEnum<StrEnum>`
 * Values: ('AllowNThash', 'KDC:Disable Last Success', 'KDC:Disable Lockout', 'KDC:Disable Default Preauth for SPNs', 'EnforceLDAPOTP', 'SubID:Disable')
* ipaselinuxusermaporder : :ref:`Str<Str>`
* ipaselinuxusermapdefault : :ref:`Str<Str>`
* ipakrbauthzdata : :ref:`StrEnum<StrEnum>`
 * Values: ('MS-PAC', 'PAD', 'nfs:NONE')
* ipauserauthtype : :ref:`StrEnum<StrEnum>`
 * Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey', 'disabled')
* ipauserdefaultsubordinateid : :ref:`Bool<Bool>`
* ca_renewal_master_server : :ref:`Str<Str>`
* ipadomainresolutionorder : :ref:`Str<Str>`
* enable_sid : :ref:`Flag<Flag>`
 * Default: False
* add_sids : :ref:`Flag<Flag>`
 * Default: False
* netbios_name : :ref:`Str<Str>`
* ipaservicekeytypesize : :ref:`Str<Str>`
* setattr : :ref:`Str<Str>`
* addattr : :ref:`Str<Str>`
* delattr : :ref:`Str<Str>`
* version : :ref:`Str<Str>`

### Output
|Name|Type
|-|-
|result|Entry
|summary|Output
|value|PrimaryKey

[//]: # (ADD YOUR NOTES BELOW. THESE WILL BE PICKED EVERY TIME THE DOCS ARE REGENERATED. //end)
### Semantics

### Notes

### Version differences