You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second API is [nc_server_config_load_modules](https://netopeer.liberouter.org/doc/libnetconf2/master/html/group__server__config__functions.html#ga3760b87e3ab4309514e9ad82c4c09cdb). Supported features (marked by ✔) are loaded into the context by this API. The only exception is the feature `local-users-supported`, which is by default loaded, but can be disabled, which will influence the behaviour of the SSH authentication (see the *libnetconf2*[documentation](https://netopeer.liberouter.org/doc/libnetconf2/master/html/howtoserver.html)).
259
+
The second API is [nc_server_config_load_modules](https://netopeer.liberouter.org/doc/libnetconf2/master/html/group__server__config__functions.html#ga3760b87e3ab4309514e9ad82c4c09cdb). Supported features (marked by ✔) are loaded into the context by this API.
@@ -279,6 +279,11 @@ The second API is [nc_server_config_load_modules](https://netopeer.liberouter.or
279
279
-**ietf-x509-cert-to-name**: no features,
280
280
-**libnetconf2-netconf-server**: no features.
281
281
282
+
The following features can be enabled/disabled to influence the behaviour of the `libnetconf2` NETCONF server:
283
+
284
+
-`local-users-supported` - enabled by default, disable to change the behaviour of the SSH authentication (see the *libnetconf2*[documentation](https://netopeer.liberouter.org/doc/libnetconf2/master/html/howtoserver.html)).
285
+
-`certificate-expiration-notification` - disabled by default, but certificate expiration notifications are supported and you can enable this feature to create such YANG data (see the *libnetconf2* documentation).
286
+
282
287
### Client
283
288
284
289
Currently no client specific YANG modules are supported.
0 commit comments