Skip to content

Fix joining Windows AD

This code will join machines using LDAP the same way as Windows does. Just using one single LDAP command to create the machine and set the password. This will allow to join in environments, where anonymous SAMR access is restricted. Till we always executed the RPC code path due to bugs. This patchset also fixes those issues.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13884

Edited by Andreas Schneider

Merge request reports