Replace the "ipv4" specific strings in libcli/cldap/cldap.c with "ip". CLDAP can
authorJeremy Allison <jra@samba.org>
Mon, 8 Jun 2009 22:21:48 +0000 (15:21 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 8 Jun 2009 22:21:48 +0000 (15:21 -0700)
commit4b0658d4486d60c82c989ed0b6c806dfc45edbac
tree8fc190a7d3a4368750417640f734f5c24c3f770d
parent89bd09e7f3247b02223bd06a68be43b8954f5b97
Replace the "ipv4" specific strings in libcli/cldap/cldap.c with "ip". CLDAP can
run over IPv4/IPv6, even though some of the netlogon messages are IPv4 specific.
Fix the new ads_cldap_netlogon() to be IPv6/IPv4 agnostic. This compiles but
I don't have a good test env. for this (although as the previous code was
*completely* broken over IPv6 this will expose previously hidden bugs if it's broken :-).
Jeremy.
libcli/cldap/cldap.c
source3/libads/cldap.c