Displaying 2 results from an estimated 2 matches for "adclient".
Did you mean:
ddclient
2016 Aug 08
2
idmap_ad and RFC2370 (inconsistent results)
...;
passwd: compat winbind
group: compat winbind
root at samba4:/var/lib/samba# getent passwd testuser
MYNET\testuser:*:10001:100:Test User:/home/MYNET/testuser:/bin/false
root at samba4:/var/lib/samba# id testuser
uid=10001(MYNET\testuser) gid=100(users) groups=100(users)
root at adclient:/etc/samba# wbinfo -i testuser
MYNET\testuser:*:10001:100:Test User:/home/MYNET/testuser:/bin/false
This is the domain member configuration / result.
root at adclient:/etc/samba# id testuser
uid=10005(testuser) gid=10000(domain users) groups=10000(domain
users),10023(BUILTIN\users)
root at adc...
2014 Jun 24
3
winbind: homeDirectory being ignored
...:
root at dc1:~# samba-tool user add user7 Abcd1234 --uid-number=1007
--home-directory=/home/user7 --login-shell=/bin/bash
User 'user7' created successfully
I can see the homeDirectory attribute in the entry. But the home
directory that winbind returns is just the template one:
root at adclient:~# getent passwd user7
user7:*:1007:70001:user7:/home/ADTEST/user7:/bin/bash
Here is /etc/samba/smb.conf on the adclient machine:
--- 8< ---
[global]
#netbios name = adclient
workgroup = ADTEST
security = ADS
realm = ADTEST.INT.EXAMPLE.NET
encrypt passwords = yes
kerbe...