mod_netconf: set with-defaults to report-all
diff --git a/src/mod_netconf.c b/src/mod_netconf.c
index 34eb93e..200014a 100644
--- a/src/mod_netconf.c
+++ b/src/mod_netconf.c
@@ -1490,6 +1490,8 @@
 	/* disable publickey authentication */
 	nc_ssh_pref(NC_SSH_AUTH_PUBLIC_KEYS, -1);
 
+	ncdflt_set_basic_mode(NCWD_MODE_ALL);
+
 	/* create mutex protecting session list */
 	pthread_rwlockattr_init(&lock_attrs);
 	/* rwlock is shared only with threads in this process */