selftest: Add linux namespace support (USE_NAMESPACES=1)
[metze/samba/wip.git] / selftest / target / Samba4.pm
index 609ff837af26060a9ff4c8edd189113873659c30..b1c6aa459c19502021702ff607aa91ed14062c68 100755 (executable)
@@ -468,6 +468,9 @@ sub get_cmd_env_vars
        return $cmd_env;
 }
 
+# Sets up a forest trust namespace.
+# (Note this is different to kernel namespaces, setup by the
+# USE_NAMESPACES=1 option)
 sub setup_namespaces($$:$$)
 {
        my ($self, $localenv, $upn_array, $spn_array) = @_;