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
#### Manifest (if the feature is an Application Extension)
153
148
154
149
not relevant
@@ -286,13 +281,6 @@ module sonic-system-ldap {
286
281
description "Ldap user base dn";
287
282
}
288
283
289
-
leaf login_name_attribute {
290
-
type string {
291
-
length "1..65";
292
-
}
293
-
description "Ldap login name attribute";
294
-
}
295
-
296
284
leaf ldap_port {
297
285
type inet:port-number;
298
286
default 389;
@@ -412,7 +400,7 @@ Example of error flows:
412
400
• Timeout
413
401
• Loss of network connectivity
414
402
415
-
When LDAP login failed as result of authentication timeout. If configured fallback enabled(TBD: check if default in SONiC). The login flow will do the next follow the authentication method detected.
403
+
When LDAP login failed as result of authentication timeout the login flow will do the next following authentication method detected. If configured fallback enabled.
416
404
Authentication failed – user will not be able to connect like regular authentication fail.
0 commit comments