FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
P-vs
Staff
Staff
Article Id 370609
Description This article describes the error while enabling the password expiry warning in LDAP.
Scope FortiGate. 
Solution

This scenario is based on SSL VPN with LDAP user password expiry warning/renewal. To enable the password expiry warning/renew option:

 

config user ldap

    edit "ldaps-server"
        set password-expiry-warning enable
        set password-renewal enable
    next
end


The following error will be encountered in some scenarios.

 

Error.1.png

 

FGT-VM-Primary (V2-LDAP) # next
172.30.130.10 is already the secondary server
node_check_object fail! for server 172.30.130.10
Attribute 'server' value '172.30.130.10' checking fail -61
Command fail. Return code 1

 

Verify the configuration. In the above case, the primary IP and secondary IP are the same and it is not possible to enable password renewal.

 

Error..png

 

Once the secondary IP is corrected, will be able to enable the renewed password.

Contributors