#4544 [DOC RFE] Create a reference architecture for IPA + Apache + NFS
Opened 9 years ago by dpal. Modified 4 years ago

Use case: an application running as Apache user wants to take advantage of IPA and secure NFS. It is unclear how it should be done.

This ticket calls for guidelines for this setup.


Fundamental constraints:

  • NFS requires domain credentials (consistent mapping between all potential clients and server)
  • systemd requires machine-local credentials to own system services (refuses to use domain accounts)

Desirable characteristics:

Potential solutions:

  • Duplicate system and local users, manually synchronizing uid/gid (note: sssd will fail to provide results to getpwuid() queries due to duplicates).
  • modify systemd to permit domain users to run system services provided network authentication is online.
  • modify sssd with "strong caching": where certain domain accounts are virtually local and permit offline/disconnected operation.
  • ???

FreeIPA project no longer actively maintains an upstream guide (see details). However, as this documentation would fit for the FreeIPA.org wiki site, I am just updating it's component.

Metadata Update from @dpal:
- Issue assigned to someone
- Issue set to the milestone: FreeIPA Documentation

7 years ago

Metadata Update from @rcritten:
- Issue close_status updated to: None
- Issue tagged with: documentation

4 years ago

Login to comment on this ticket.

Metadata