summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/services/services_db.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/services/services_db.c b/source3/services/services_db.c
index c75cb38c48..b3ba7fcc96 100644
--- a/source3/services/services_db.c
+++ b/source3/services/services_db.c
@@ -36,11 +36,11 @@ struct service_display_info {
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 }
};