diff --git a/README-config.md b/README-config.md index ee96981673d43917c726938f6e221baad6dfcfb9..c6b570fe23faaeffb1737cc2a9d46949f9606892 100644 --- a/README-config.md +++ b/README-config.md @@ -19,6 +19,7 @@ Supported FreeIPA Versions FreeIPA versions 4.4.0 and up are supported by the ipaconfig module. +Some variables are only supported on newer versions of FreeIPA. Check `Variables` section for details. Requirements ------------ @@ -91,7 +92,7 @@ Variable | Description | Required `ipaadmin_principal` | The admin principal is a string and defaults to `admin` | no `ipaadmin_password` | The admin password is a string and is required if there is no admin ticket available on the node | no `maxusername` \| `ipamaxusernamelength` | Set the maximum username length (1 to 255) | no -`maxhostname` \| `ipamaxhostnamelength` | Set the maximum hostname length between 64-255 | no +`maxhostname` \| `ipamaxhostnamelength` | Set the maximum hostname length between 64-255. Only usable with IPA versions 4.8.0 and up. | no `homedirectory` \| `ipahomesrootdir` | Set the default location of home directories | no `defaultshell` \| `ipadefaultloginshell` | Set the default shell for new users | no `defaultgroup` \| `ipadefaultprimarygroup` | Set the default group for new users | no diff --git a/README-group.md b/README-group.md index e807fdbdedfb25b75993c52bbfd8a8ad80f24539..5ba813023d3f0f639de789aa5b826bf33976d9ac 100644 --- a/README-group.md +++ b/README-group.md @@ -19,6 +19,8 @@ Supported FreeIPA Versions FreeIPA versions 4.4.0 and up are supported by the ipagroup module. +Some variables are only supported on newer versions of FreeIPA. Check `Variables` section for details. + Requirements ------------ diff --git a/README-service.md b/README-service.md index d93d5002d41670e6f6b32f3d740cea37ae0de66b..1f22b5abb8634cb4b64fc68379cced5fa6f11f81 100644 --- a/README-service.md +++ b/README-service.md @@ -18,7 +18,7 @@ Supported FreeIPA Versions FreeIPA versions 4.4.0 and up are supported by the ipaservice module. -Option `skip_host_check` requires FreeIPA version 4.7.0 or later. +Some variables are only supported on newer versions of FreeIPA. Check `Variables` section for details. Requirements @@ -298,7 +298,7 @@ Variable | Description | Required `requires_pre_auth` \| `ipakrbrequirespreauth` | Pre-authentication is required for the service. Default to true. (bool) | no `ok_as_delegate` \| `ipakrbokasdelegate` | Client credentials may be delegated to the service. Default to false. (bool) | no `ok_to_auth_as_delegate` \| `ipakrboktoauthasdelegate` | The service is allowed to authenticate on behalf of a client. Default to false. (bool) | no -`skip_host_check` | Force service to be created even when host object does not exist to manage it. Default to false. (bool)| no +`skip_host_check` | Force service to be created even when host object does not exist to manage it. Only usable with IPA versions 4.7.0 and up. Default to false. (bool)| no `force` | Force principal name even if host not in DNS. Default to false. (bool) | no `host` \| `managedby_host`| Hosts that can manage the service. | no `principal` \| `krbprincipalname` | List of principal aliases for the service. | no