FortiNAC
NOTE: FortiNAC is now named FortiNAC-F. For post-9.4 articles, see FortiNAC-F. FortiNAC is a zero-trust network access solution that provides users with enhanced visibility into the Internet of Things (IoT) devices on their enterprise networks.
blarochelle
Staff
Staff
Article Id 358887
Description This article describes how to retrieve the user account used when joining FortiNAC to the domain using the Winbind service.
Scope FortiNAC-F all versions.
Solution

The Winbind configuration is saved within the database's WinbindConfig table.

 

To retrieve the userId of the account used to join FortiNAC to the domain, enter the database shell and then query for the domainJoinUsername field from the WinbindConfig table.

 

Commands:

 

execute db-shell
select domainJoinUsername from WinbindConfig;