STIGhubSTIGhub
STIGsSearchCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Fortinet FortiGate Firewall NDM Security Technical Implementation Guide

V-234208

CAT I (High)

The FortiGate device must use LDAPS for the LDAP connection.

Rule ID

SV-234208r961029_rule

STIG

Fortinet FortiGate Firewall NDM Security Technical Implementation Guide

Version

V1R5

CCIs

CCI-000197

Discussion

Passwords need to be protected at all times, and encryption is the standard method for protecting passwords. If passwords are not encrypted, they can be plainly read (i.e., clear text) and easily compromised. Network devices can accomplish this by making direct function calls to encryption modules or by leveraging operating system encryption capabilities.

Check Content

Log in to the FortiGate GUI with Super-Admin privilege.

1. Open a CLI console, via SSH or available from the GUI.
2. Run the following command:
     # show full-configuration user ldap | grep -i ldaps
The output should be:         
          set secure ldaps

If set secure is not set to ldaps, this is a finding.

Fix Text

Log in to the FortiGate GUI with Super-Admin privilege.

1. Open a CLI console, via SSH or available from the GUI.
2. Run the following command:
     # config user ldap
           # edit {ldap_server_name}
           # set server {server_ip}
           # set cnid {cn} 
           # set dn {dc=XYZ,dc=fortinet,dc=COM} 
           # set type regular 
           # set username {cn=Administrator,dc=XYA, dc=COM} 
           # set password {bind password}
           # set secure ldaps
           #    set ca-cert {CA certificate name}
      # next 
  # end