Admin Authentication

HANDLEric

Dabbler
Joined
May 6, 2019
Messages
47
Hello,

Is it possible to configure admin authentication via an external provider (IE: ActiveDirectory or LDAP)?
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
Not for the freenas webui. If you're primarily administering SMB shares (viewing open files, manipulating share ACLs, etc), then you can do it through the "Computer Management" mmc snapin on a Windows server. If there's strong interest among users, I can expand what's possible through the MMC snap-in to allow share / dataset creation.
 

diedrichg

Wizard
Joined
Dec 4, 2012
Messages
1,319

Heracles

Wizard
Joined
Feb 2, 2018
Messages
1,401
As of now, I am using HAProxy to do client-side SSL authentication before letting anything reach FreeNAS' WebUI. Thanks to that, I can create or revoke certificates easily, granting / removing access as I need. It is also 100% transparent to FreeNAS and does not require anything special outside.
 

HANDLEric

Dabbler
Joined
May 6, 2019
Messages
47
Yea, my goal would to not be managing local credentials on the FreeNAS server, rather to just add necessary users to an admin group in active directory and be using those credentials rather than trying to remember a separate account.
 
Top