summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-04 21:03:24 +0100
committerMichael Adam <obnox@samba.org>2008-01-04 21:05:59 +0100
commit34fb7839658af03da0a5f3939777ceb6576dfb42 (patch)
tree985734526bd7c2010d1feda2f3460d4eda7f8c12 /source3
parent84a50e21541e4c3a0bfb70d5d501dc4b7e6f9714 (diff)
downloadsamba-34fb7839658af03da0a5f3939777ceb6576dfb42.tar.gz
samba-34fb7839658af03da0a5f3939777ceb6576dfb42.tar.bz2
samba-34fb7839658af03da0a5f3939777ceb6576dfb42.zip
Update the introductory comment to net_conf.c to mention linbet_conf.
Michael (This used to be commit e166b886375b450534c894676ab1f64571dd46b8)
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/net_conf.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c
index d212b451bc..f1bf330950 100644
--- a/source3/utils/net_conf.c
+++ b/source3/utils/net_conf.c
@@ -19,9 +19,13 @@
*/
/*
- * This is an interface to the configuration stored inside the
- * samba registry. In the future there might be support for other
- * configuration backends as well.
+ * This is an interface to the Samba's configuration as made available
+ * by the libnet_conf interface (source/libnet/libnet_conf.c).
+ *
+ * This currently supports local interaction with the configuration
+ * stored in the registry. But other backends and remote access via
+ * rpc (to registry stored configuration) might get implemented in
+ * the future.
*/
#include "includes.h"