commit 036176decc73d67c7cbbffd784d1e3488a34ede5
Author: Bryn M. Reeves <bmr@redhat.com>
Date:   Tue Aug 13 15:59:03 2013 +0100

    Add further NIS data collection
    
    Add the bindings and securenets files as well as the output of the
    domainname command.
    
    Signed-off-by: Bryn M. Reeves <bmr@redhat.com>

diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py
index 306d017..fec94ae 100644
--- a/sos/plugins/networking.py
+++ b/sos/plugins/networking.py
@@ -68,6 +68,9 @@ class networking(sos.plugintools.PluginBase):
         self.addForbiddenPath("/proc/net//rpc/*/flush")
         self.addCopySpec("/etc/nsswitch.conf")
         self.addCopySpec("/etc/yp.conf")
+        self.addCopySpec("/var/yp/bindings")
+        self.addCopySpec("/var/yp/securenets")
+        self.collectExtOutput("/bin/domainname")
         self.addCopySpec("/etc/inetd.conf")
         self.addCopySpec("/etc/xinetd.conf")
         self.addCopySpec("/etc/xinetd.d")
