Bug 14439 - Fix net-ads-join with "ldap ssl ads"
Summary: Fix net-ads-join with "ldap ssl ads"
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-10 11:58 UTC by Isaac Boukris
Modified: 2020-07-10 11:58 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Isaac Boukris 2020-07-10 11:58:03 UTC
See discussion on:
https://gitlab.com/samba-team/samba/-/merge_requests/1402

Currently net-ads-join doesn't work due to hardcoded sasl sealing, fix that by implicitly disabling sasl sign/seal when over TLS (so the admin no longer needs to explicitly set sasl-wrapping to plain).

Also decouple "ldap ssl ads" from "ldap ssl", as there is no real dependency.