-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Move automount location to separate field
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]>
- Loading branch information
1 parent
f32b6bf
commit d311632
Showing
4 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters