Search

Chapter 11. Managing FIPS Mode Support

download PDF
Red Hat Directory Server fully supports the Federal Information Processing Standard (FIPS) 140-2. When Directory Server runs in FIPS mode, security-related settings change. For example, SSL is automatically disabled and only TLS 1.2 and 1.3 encryption is used.
For general details about FIPS, see Federal Information Processing Standard (FIPS) in the Red Hat Enterprise Linux 8 Security hardening documentation.

Enabling FIPS Mode Support

To enable FIPS mode support for Directory Server:
  1. Optionally, enable FIPS mode in Red Hat Enterprise Linux. For details, see the corresponding section in the Red Hat Enterprise Linux 8 Security hardening documentation.
  2. Enable FIPS mode for the network security services (NSS) database:
    # modutil -dbdir /etc/dirsrv/slapd-instance_name/ -fips true
  3. Restart the Directory Server instance:
    # dsctl instance_name restart

Disabling FIPS Mode Support

To disable FIPS mode support for Directory Server:
  1. Disable FIPS mode for the network security services (NSS) database:
    # modutil -dbdir /etc/dirsrv/slapd-instance_name/ -fips false
  2. Restart the Directory Server instance:
    # dsctl instance_name restart
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.