问题标签 [password-policy]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
asp.net-core - 为什么在 Ubuntu 18.04 上没有为 Open LDAP 用户应用密码策略?
我按照https://ktree.com/blog/OpenLDAP-password-policy-implementatio-on-ubuntu.html设置了已在 WSL Ubuntu 18.04 上设置的 Open LDAP 的密码策略设置pwdMinLength
为 6 但仍然,我可以将用户的密码长度设置为小于 6(来自 API)。我正在使用Novell.Directory.Ldap
from访问 Open LDAP ASP.NET Core 5 Web API
。为什么该策略未应用于用户?
c# - 如何在不使用 LDAP 和 PowerShell 的情况下获取用户的 FineGrainedPasswordPolicy
我想知道某些被罚款的特定用户是否受到了一些细粒度的密码策略的约束。它是哪个政策和其他细节。为此,我知道有几种方法(例如 PowerShell 或 LDAP)。
由于某些原因,我无法使用 LDAP 和 PowerShell。(PowerShell 可能会导致性能问题。)
.NET 库中还有其他方法吗?