summaryrefslogtreecommitdiffstats
path: root/source/services
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-12-16 01:41:25 +0000
committerGerald Carter <jerry@samba.org>2005-12-16 01:41:25 +0000
commitb5a7d2908699f1d5a04209f0fd3ee0c7a5449928 (patch)
tree8d71e1f6f166a1ee023e9856fec73a2fba472f07 /source/services
parenta131e56b3b75b55f163ea659e38a67ecca5236f5 (diff)
downloadsamba-b5a7d2908699f1d5a04209f0fd3ee0c7a5449928.tar.gz
samba-b5a7d2908699f1d5a04209f0fd3ee0c7a5449928.tar.xz
samba-b5a7d2908699f1d5a04209f0fd3ee0c7a5449928.zip
r12281: adding a note about WINS and NetLogon not being remotely manageable
Diffstat (limited to 'source/services')
-rw-r--r--source/services/services_db.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/services/services_db.c b/source/services/services_db.c
index c75cb38c48b..b3ba7fcc966 100644
--- a/source/services/services_db.c
+++ b/source/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 }
};