Difference between revisions of "Main Page"

From FreeNAS using Active Directory Wiki
Jump to: navigation, search
m (Main Categories: various placeholders, don't actually create these pages)
m (Tested: need to document the 9.10.x line still)
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
  
{|
+
== About ==
| valign="top" |
+
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 wiki is a collaboration of people trying to help other make FreeNAS work seamlessly with Microsoft's "Active Directory" directory service.
 
  
| bgcolor="#E8F1FF" style="border-style:solid;border-width:1px;border-color:gray;padding-left:1em;padding-right:1em;padding-top:0.5em;" valign="top" |
+
== 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
  
== Table of Contents ==
+
=== UnTested ===
* [[Active Directory Prep|Better title please]]
+
* FreeNAS 11.x
* [[FreeNAS prep|How do I do this?]]
+
 
* [[:Category:Other|Link to "Other" category]]
+
== Assumptions ==
* [[Install|Fake link 1]]
+
* This how-to assumes you already have a '''working''' Active Directory installation.
* [[Setup|Fake link 2]]
+
* [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 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 ==
 +
* Start here - [[Active Directory Prep]]
 +
* 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]]
 +
* Known bugs & solutions with FreeNAS 9.2.1.5 - [[Issues]]
 +
 
 +
== Support ==
 +
* [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