svn commit: samba r12281 - branches/SAMBA_3_0/source/services branches/SAMBA_3_0_RELEASE/source/services trunk/source/services

jerry at samba.org jerry at samba.org
Fri Dec 16 01:41:26 GMT 2005


Author: jerry
Date: 2005-12-16 01:41:25 +0000 (Fri, 16 Dec 2005)
New Revision: 12281

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12281

Log:
adding a note about WINS and NetLogon not being remotely manageable
Modified:
   branches/SAMBA_3_0/source/services/services_db.c
   branches/SAMBA_3_0_RELEASE/source/services/services_db.c
   trunk/source/services/services_db.c


Changeset:
Modified: branches/SAMBA_3_0/source/services/services_db.c
===================================================================
--- branches/SAMBA_3_0/source/services/services_db.c	2005-12-16 01:41:15 UTC (rev 12280)
+++ branches/SAMBA_3_0/source/services/services_db.c	2005-12-16 01:41:25 UTC (rev 12281)
@@ -36,11 +36,11 @@
 
 struct service_display_info builtin_svcs[] = {  
   { "Spooler",	      "smbd", 	"Print Spooler", "Internal service for spooling files to print devices" },
-  { "NETLOGON",	      "smbd", 	"Net Logon", "File service providing access to policy and profile data" },
+  { "NETLOGON",	      "smbd", 	"Net Logon", "File service providing access to policy and profile data (not remotely manageable)" },
   { "RemoteRegistry", "smbd", 	"Remote Registry Service", "Internal service providing remote access to "
 				"the Samba registry" },
   { "WINS",           "nmbd", 	"Windows Internet Name Service (WINS)", "Internal service providing a "
-				"NetBIOS point-to-point name server" },
+				"NetBIOS point-to-point name server (not remotely manageable)" },
   { NULL, NULL, NULL, NULL }
 };
 

Modified: branches/SAMBA_3_0_RELEASE/source/services/services_db.c
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/services/services_db.c	2005-12-16 01:41:15 UTC (rev 12280)
+++ branches/SAMBA_3_0_RELEASE/source/services/services_db.c	2005-12-16 01:41:25 UTC (rev 12281)
@@ -36,11 +36,11 @@
 
 struct service_display_info builtin_svcs[] = {  
   { "Spooler",	      "smbd", 	"Print Spooler", "Internal service for spooling files to print devices" },
-  { "NETLOGON",	      "smbd", 	"Net Logon", "File service providing access to policy and profile data" },
+  { "NETLOGON",	      "smbd", 	"Net Logon", "File service providing access to policy and profile data (not remotely manageable)" },
   { "RemoteRegistry", "smbd", 	"Remote Registry Service", "Internal service providing remote access to "
 				"the Samba registry" },
   { "WINS",           "nmbd", 	"Windows Internet Name Service (WINS)", "Internal service providing a "
-				"NetBIOS point-to-point name server" },
+				"NetBIOS point-to-point name server (not remotely manageable)" },
   { NULL, NULL, NULL, NULL }
 };
 

Modified: trunk/source/services/services_db.c
===================================================================
--- trunk/source/services/services_db.c	2005-12-16 01:41:15 UTC (rev 12280)
+++ trunk/source/services/services_db.c	2005-12-16 01:41:25 UTC (rev 12281)
@@ -36,11 +36,11 @@
 
 struct service_display_info builtin_svcs[] = {  
   { "Spooler",	      "smbd", 	"Print Spooler", "Internal service for spooling files to print devices" },
-  { "NETLOGON",	      "smbd", 	"Net Logon", "File service providing access to policy and profile data" },
+  { "NETLOGON",	      "smbd", 	"Net Logon", "File service providing access to policy and profile data (not remotely manageable)" },
   { "RemoteRegistry", "smbd", 	"Remote Registry Service", "Internal service providing remote access to "
 				"the Samba registry" },
   { "WINS",           "nmbd", 	"Windows Internet Name Service (WINS)", "Internal service providing a "
-				"NetBIOS point-to-point name server" },
+				"NetBIOS point-to-point name server (not remotely manageable)" },
   { NULL, NULL, NULL, NULL }
 };
 



More information about the samba-cvs mailing list