The Samba-Bugzilla – Attachment 17137 Details for
Bug 14674
net ads info shows LDAP Server: 0.0.0.0 depending on contacted server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Untested "raw" patch.
look (text/plain), 516 bytes, created by
Jeremy Allison
on 2022-01-28 18:31:50 UTC
(
hide
)
Description:
Untested "raw" patch.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2022-01-28 18:31:50 UTC
Size:
516 bytes
patch
obsolete
>diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c >index 1bc271785e2..4552d0f8acc 100755 >--- a/source3/libads/ldap.c >+++ b/source3/libads/ldap.c >@@ -605,8 +605,9 @@ ADS_STATUS ads_connect(ADS_STRUCT *ads) > ADS_STATUS status; > NTSTATUS ntstatus; > char addr[INET6_ADDRSTRLEN]; >- struct samba_sockaddr existing_sa = {0}; >+ struct samba_sockaddr existing_sa; > >+ zero_sockaddr(existing_sa.u.ss) > /* > * ads_connect can be passed in a reused ADS_STRUCT > * with an existing non-zero ads->ldap.ss IP address
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 14674
:
16558
|
16559
|
16560
|
16562
|
17137
|
17138
|
17155
|
17301