[Samba] AD Member setup broken after samba upgrade

Rowland Penny rpenny at samba.org
Tue Apr 5 13:27:29 UTC 2022


On Tue, 2022-04-05 at 15:06 +0200, Thibault Roulet via samba wrote:
> Hi,
> 
> It's not working either.

You have a few lines in your smb.conf that I would remove:

     password server = AD1.DOMAIN.MYDOMAIN.ORG

You should let Samba find the best DC to use.

     server min protocol = SMB2

That is the default.

     username map script = /bin/echo

No idea why you have that.

     wins server = 123.123.1.2

AD does not use wins.

     idmap config DOMAIN:unix_primary_group = no
     idmap config DOMAIN:unix_nss_info = no

They are the defaults.

Finally, is this a typo ?:

     idmap config INTRANET:schema_mode = rfc2307

Did you restart Samba or reload the config after adding the line Louis
suggested. If the latter did you run 'net cache flush' ?

Rowland





More information about the samba mailing list