svn commit: samba r2881 - in branches/SAMBA_4_0/source/ldap_server: .

metze at samba.org metze at samba.org
Sat Oct 9 22:25:24 GMT 2004


Author: metze
Date: 2004-10-09 22:25:24 +0000 (Sat, 09 Oct 2004)
New Revision: 2881

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/ldap_server&rev=2881&nolog=1

Log:
also bind the ldap service on the global catalog service port
(port 3268)

metze

Modified:
   branches/SAMBA_4_0/source/ldap_server/ldap_server.c


Changeset:
Modified: branches/SAMBA_4_0/source/ldap_server/ldap_server.c
===================================================================
--- branches/SAMBA_4_0/source/ldap_server/ldap_server.c	2004-10-09 22:04:36 UTC (rev 2880)
+++ branches/SAMBA_4_0/source/ldap_server/ldap_server.c	2004-10-09 22:25:24 UTC (rev 2881)
@@ -42,6 +42,9 @@
 
 	srv_sock = service_setup_socket(service, model_ops, ip_str, &port);
 
+	port = 3268;
+	srv_sock = service_setup_socket(service, model_ops, ip_str, &port);
+
 	talloc_free(ip_str);
 }
 



More information about the samba-cvs mailing list