Is it possible to get the Astaro-box to authenticate users in 2 domains using NTLM? We have a root domain containing no users, and 2 sub domains, each containing different users. My fantasy scenario was placing the Astaro in the root domain and from there, serving both subs.
I have made a small test, but I can’t get it to work. I joined the domain successfully, and am able to authenticate the few users of the root domain, however not on the subs.
Here is a snip from the winbindd-log:
Code:
host:/root # tail -f /var/log.winbindd
scanning trusted domain list
[2005/12/07 13:09:11, 1] nsswitch/winbindd.c:main(842)
winbindd version 3.0.1 started.
Copyright The Samba Team 2000-2003
[2005/12/07 13:09:11, 1] nsswitch/winbindd_util.c:add_trusted_domain(150)
Added domain RHS
[2005/12/07 13:09:11, 1] nsswitch/winbindd_util.c:add_trusted_domains(207)
scanning trusted domain list
[2005/12/07 13:09:11, 1] nsswitch/winbindd_util.c:add_trusted_domain(150)
Added domain UNV S-1-5-21-1436451978-2554684291-1930070220
[2005/12/07 13:09:15, 1] nsswitch/winbindd_util.c:add_trusted_domain(150)
Added domain ADM S-1-5-21-75250631-3891576151-2272301968
[2005/12/07 13:09:15, 1] nsswitch/winbindd_util.c:add_trusted_domains(207)
scanning trusted domain list
As you can se, it appears to have found both my root (RHS), and sub domains (UNV, ADM).
Is this setup possible at all? If so, what shall I do to make it work :-)
Regards
Rune Z.
This thread was automatically locked due to age.