Difference between revisions of "Main Page"

From FreeNAS using Active Directory Wiki
Jump to: navigation, search
m (Getting started: added more ToC action)
m (Tested: need to document the 9.10.x line still)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 +
 
== About ==
 
== About ==
 
This post is a collaboration between [http://forums.freenas.org/index.php?members/bigphil.36777/ bigphil] and [http://forums.freenas.org/index.php?members/mauirixxx.33311/ mauirixxx] of the [http://forums.freenas.org/index.php?forums/user-authentication.19/ FreeNAS forum] pooling our knowledge together of making FreeNAS work with the various flavors of Active Directory, in order to use Windows based permissions on files hosted on the FreeNAS server.
 
This post is a collaboration between [http://forums.freenas.org/index.php?members/bigphil.36777/ bigphil] and [http://forums.freenas.org/index.php?members/mauirixxx.33311/ mauirixxx] of the [http://forums.freenas.org/index.php?forums/user-authentication.19/ FreeNAS forum] pooling our knowledge together of making FreeNAS work with the various flavors of Active Directory, in order to use Windows based permissions on files hosted on the FreeNAS server.
  
 
== Tested ==
 
== Tested ==
This how-to has been tested with the following software releases:
+
This how-to has been tested with the following software releases, with this how-to being written using FreeNAS 9.2.1.5 & 9.3:
 
* FreeNAS v9.1.1-RELEASE-x64 (a752d35)
 
* FreeNAS v9.1.1-RELEASE-x64 (a752d35)
 
* FreeNAS v9.2.1.4.1-RELEASE-x64 (fec915c)
 
* FreeNAS v9.2.1.4.1-RELEASE-x64 (fec915c)
 
* FreeNAS v9.2.1.5-RELEASE-x64 (80c1d35)
 
* FreeNAS v9.2.1.5-RELEASE-x64 (80c1d35)
 +
* FreeNAS v9.3-STABLE-201601181840
 +
* FreeNAS v9.10.2-U6 (561f0d7a1) - (undocumented, currently used in production @ my job)
 +
* FreeNAS-Corral-10.0.3 (4845fa74c)
 
* Microsoft Windows Server 2008
 
* Microsoft Windows Server 2008
<!-- * Microsoft Windows Server 2008 R2
+
* Microsoft Windows Server 2008 R2
* Microsoft Windows Server 2012 R2 -->
+
* Microsoft Windows Server 2012 R2
 +
 
 +
=== UnTested ===
 +
* FreeNAS 11.x
  
 
== Assumptions ==
 
== Assumptions ==
 
* This how-to assumes you already have a '''working''' Active Directory installation.
 
* This how-to assumes you already have a '''working''' Active Directory installation.
 
* [http://support.microsoft.com/gp/contactus81?Audience=Commercial&SegNo=5 Active Directory support] is beyond the scope of this document.
 
* [http://support.microsoft.com/gp/contactus81?Audience=Commercial&SegNo=5 Active Directory support] is beyond the scope of this document.
* We assume you have the required access to create users in Active Directory, as well as access to create the necessary records required in DNS.
+
* We assume you have the required access to create user and computer objects in Active Directory, as well as access to create the necessary records required in DNS.
 
* We assume you are using a fresh install of FreeNAS.
 
* We assume you are using a fresh install of FreeNAS.
 
* We assume you have a current backup of your Active Directory setup.
 
* We assume you have a current backup of your Active Directory setup.
* We are not responsible for YOU breaking YOUR Active Directory (not that you will, but "stuff" happens).
+
 
 +
== DISCLAIMER ==
 +
* We are NOT responsible for YOU breaking YOUR Active Directory installation - not that you will, but "stuff" happens.
  
 
== Getting started ==
 
== Getting started ==
 
* Start here - [[Active Directory Prep]]
 
* Start here - [[Active Directory Prep]]
* End here - [[FreeNAS setup]]
+
* End here - [[FreeNAS 9.2.1.5 setup]] or [[FreeNAS 9.3.x setup]] or [[FreeNAS Corral 10.x setup]]
 
* Managing File/Folder/User permissions - [[Permissions Management]]
 
* Managing File/Folder/User permissions - [[Permissions Management]]
 
* Known bugs & solutions with FreeNAS 9.2.1.5 - [[Issues]]
 
* Known bugs & solutions with FreeNAS 9.2.1.5 - [[Issues]]
<!-- == Support ==
+
 
* [http://wiki.freenas.org/index.php/Main_Page Official FreeNAS Wiki]
+
== Support ==
* [http://forums.freenas.org/index.php Official Support Forum] -->
+
* [https://forums.freenas.org/index.php?threads/how-to-properly-setup-freenas-to-use-active-directory-folder-file-user-permissions.20610/ Support thread]

Latest revision as of 11:00, 19 December 2017


About

This post is a collaboration between bigphil and mauirixxx of the FreeNAS forum pooling our knowledge together of making FreeNAS work with the various flavors of Active Directory, in order to use Windows based permissions on files hosted on the FreeNAS server.

Tested

This how-to has been tested with the following software releases, with this how-to being written using FreeNAS 9.2.1.5 & 9.3:

  • FreeNAS v9.1.1-RELEASE-x64 (a752d35)
  • FreeNAS v9.2.1.4.1-RELEASE-x64 (fec915c)
  • FreeNAS v9.2.1.5-RELEASE-x64 (80c1d35)
  • FreeNAS v9.3-STABLE-201601181840
  • FreeNAS v9.10.2-U6 (561f0d7a1) - (undocumented, currently used in production @ my job)
  • FreeNAS-Corral-10.0.3 (4845fa74c)
  • Microsoft Windows Server 2008
  • Microsoft Windows Server 2008 R2
  • Microsoft Windows Server 2012 R2

UnTested

  • FreeNAS 11.x

Assumptions

  • This how-to assumes you already have a working Active Directory installation.
  • Active Directory support is beyond the scope of this document.
  • We assume you have the required access to create user and computer objects in Active Directory, as well as access to create the necessary records required in DNS.
  • We assume you are using a fresh install of FreeNAS.
  • We assume you have a current backup of your Active Directory setup.

DISCLAIMER

  • We are NOT responsible for YOU breaking YOUR Active Directory installation - not that you will, but "stuff" happens.

Getting started

Support