diff options
author | Michael Adam <obnox@samba.org> | 2008-01-04 21:03:24 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-04 21:05:59 +0100 |
commit | 34fb7839658af03da0a5f3939777ceb6576dfb42 (patch) | |
tree | 985734526bd7c2010d1feda2f3460d4eda7f8c12 | |
parent | 84a50e21541e4c3a0bfb70d5d501dc4b7e6f9714 (diff) | |
download | samba-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)
-rw-r--r-- | source3/utils/net_conf.c | 10 |
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" |