System version
NethServer release 7.3.1611 (Final)
Kernel release
3.10.0-514.10.2.el7.x86_64
Module: Account provider: Samba Active Directory
hello!
I just installed Nethserver in my environment! Yay! I;m quite excited to use it, but I wanted to see where maybe I have done configurations incorrectly.
I have a machine running NS, and then another (connected wirelessly) with Fedora 25, mostly a base installation, with a single local user defined in /etc/passwd.
My purpose for installing NS is to have installed the Samba Active Directory Module, so I may have centralized authentication for all my machines and VMs.
I have configured the NS to use a static IP address (x.x.x.10) and create a bridge adapter defined as (x.x.x.11).
I have tried on the Fedora 25 machine the following process to create Domain Logins:
- dnf -y install realmd sssd oddjob oddjob-mkhomedir adcli samba-common-tools
- realm discover HOME.SDROSE.COM
- realm join HOME.SDROSE.COM
- id drose@home.sdrose.com
All these work!!!
but when I try and login using the AD User account:
- su - home.sdrose.com\drose
also tried: su - drose@home.sdrose.com
Both the above ask for a password, and when I enter it, I receive the following error message:
Creating home directory for testuser.
su: warning: cannot change directory to /var/lib/nethserver/home/testuser: No such file or directory
-bash-4.3$
Can anyone point me to a solution?
Thanks!
-dave