AD Subdomain Join with User from Rootdomain

Status
Not open for further replies.

huehnerhose

Cadet
Joined
Apr 27, 2015
Messages
5
Hi,

I feel like posting this type of problem again and again :)
I am part of an university with a Windows AD. Our AD-Tree represents a root-domain and serveral "subdomains".

Code:
root->child1
    ->child2
    ->child3


All our users are kept in root. So a username with domain suffix is always username@root. My user only has priveleges joining computers in one child node. For example in child2.

So I try to add a FreeNAS machine by using "child2.root" as "Domain Name" and as Domain Account I have to use username@root. That is the way joining windows-clients. I also managed to add a FreeBSD/samba4 client that way manually.

FreeNAS with GUI doesn't work at the moment. The log shows:
Code:
[common.freenasldap:167] FreeNAS_LDAP_Directory.__init__: host = child2-dc1.child2.root, port = 636, binddn = username@root@child2.root, basedn = None, ssl = on

Where "username@root" is the string I inserted in "domain account name".
Is there any way to prevent appending the domain as suffix?

Thanks and best regards!
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
You should create a bug report.
 
Status
Not open for further replies.
Top