diff options
author | Gerald Carter <jerry@samba.org> | 2005-12-16 01:41:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:51 -0500 |
commit | b86528865abae7380e80a8a18f9fb53ac77d6472 (patch) | |
tree | 8d71e1f6f166a1ee023e9856fec73a2fba472f07 /source/services | |
parent | 0c7b8a7637e760fcb6629092f36b610b8c71f5c9 (diff) | |
download | samba-b86528865abae7380e80a8a18f9fb53ac77d6472.tar.gz |
r12281: adding a note about WINS and NetLogon not being remotely manageable
Diffstat (limited to 'source/services')
-rw-r--r-- | source/services/services_db.c | 4 |
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 } }; |