I'm testing out our samba 4 migration process and when the initial forest/domain was created, it was created without using --use-rfc2307
:
sudo samba-tool domain provision \
--domain netdirect \
--realm=ad.netdirect.ca \
--function-level=2008_R2
Now that it's in place and we have machines joined, what do I need to do to add the unix attributes and NIS maps to an existing samba4 domain so that we can use the rfc2307 features?
The schema extensions from
ypServ30.ldif
must be added:Then, add to the
[global]
section of/etc/samba/smb.conf
:Restart samba (
smbcontrol all reload-config
) and you should be good to go.(Thanks to Rowland Penny for the initial directions)