Skip to main content
heriherwanto
New Member
October 27, 2022
Solved

Radius : Config Accounting Server Failed to decode passwd.

  • October 27, 2022
  • 1 reply
  • 2596 views

Dear all

 

I have some trouble when need to integrated Fortigate with Windows NPS based on this article :

 

https://community.fortinet.com/t5/FortiGate/Technical-Tip-Configuring-Radius-Single-Sign-On-using-NPS-2019/ta-p/200187

 

When I configure the accounting server and appear the error like this :

 

FG200E-LDAP-MASTER (NPS) # config accounting-server
FG200E-LDAP-MASTER (accounting-server) # edit 1
FG200E-LDAP-MASTER (1) # set status enable
FG200E-LDAP-MASTER (1) # set server "192.168.100.250"
FG200E-LDAP-MASTER (1) # set source-ip "192.168.100.252"
FG200E-LDAP-MASTER (1) # set secret ENC Mhp123&Jaya321
Failed to decode passwd.

value parse error before 'Mhp123&Jaya321'
Command fail. Return code -204

 

How we can use secret ENC, do we need decyrpt before use this command, if so. how to decrypted the password.

 

Please let me know, if someone can help me.

 

Best Regards,

Heri

 

#fortigate 

#RSSO

 

Best answer by abelio

Hi
set the shared secret in cleartext as usual (without ÉNC´) ,  'set secret <your_shared_secret>'
Fortigate will take care about its encryption

1 reply

abelio
SuperUser
abelioAnswer
SuperUser
October 27, 2022

Hi
set the shared secret in cleartext as usual (without ÉNC´) ,  'set secret <your_shared_secret>'
Fortigate will take care about its encryption

heriherwanto
New Member
October 28, 2022

Hi abelio

 

Thank you.

Regards