Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: RDN values and create-only attributes #14

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

tiran
Copy link
Collaborator

@tiran tiran commented Nov 29, 2023

The automount location used to be an ipa-client-install argument. However the approach has to issues:

  1. ipa-client-install --automount-location is currently broken and wont't get fixed in time for next internal demo, see https://pagure.io/freeipa/issue/9487
  2. For NFS automount of home directories, the SELinux boolean use_nfs_home_dirs must be enabled first.

The new API has the automount location in a new field, so ipahcc-auto-enrollment can run ipa-client-automount and setsebool after ipa-client-install.

IPA's automount location is an RDN attribute,
cn=name,cn=automount,$SUFFIX.

Also syncs golang version and oapi-codegen version with backend.

The automount location used to be an `ipa-client-install` argument.
However the approach has to issues:

1. `ipa-client-install --automount-location` is currently broken and
   wont't get fixed in time for next internal demo, see
   https://pagure.io/freeipa/issue/9487
2. For NFS automount of home directories, the SELinux boolean
   `use_nfs_home_dirs` must be enabled first.

The new API has the automount location in a new field, so
`ipahcc-auto-enrollment` can run `ipa-client-automount` and `setsebool`
after `ipa-client-install`.

IPA's automount location is an RDN attribute,
`cn=name,cn=automount,$SUFFIX`.

Also syncs golang version and oapi-codegen version with backend.

Signed-off-by: Christian Heimes <[email protected]>
@frasertweedale
Copy link
Contributor

LGTM! Merging.

@frasertweedale frasertweedale merged commit d311632 into podengo-project:main Nov 29, 2023
2 checks passed
@tiran tiran deleted the automount-location branch November 29, 2023 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants