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 | 31c73b99136a55a0311213513d2ec161fac15190 (patch) | |
tree | d29404ff56e2be1d3da957ebe85916daf89dca21 | |
parent | 10b5609a1458d156938302a5a26c11913c340476 (diff) | |
download | samba-31c73b99136a55a0311213513d2ec161fac15190.tar.gz samba-31c73b99136a55a0311213513d2ec161fac15190.tar.bz2 samba-31c73b99136a55a0311213513d2ec161fac15190.zip |
r12281: adding a note about WINS and NetLogon not being remotely manageable
(This used to be commit b86528865abae7380e80a8a18f9fb53ac77d6472)
-rw-r--r-- | source3/services/services_db.c | 4 |
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 } }; |