在我当前的 LDAP 模式中,我有一个对象类(我们称之为团体) 具有 2 个扩展用户密码的属性。如下所示:
attributeType ( groupAttributes:12 NAME 'groupPassword1'
SUP userPassword
SINGLE-VALUE )
attributeType ( groupAttributes:13 NAME 'groupPassword2'
SUP userPassword
SINGLE-VALUE )
团体扩展组织,因此已经具有 userpassword 属性。如果我使用该属性通过 PHPLDAPAdmin 输入新组,它会使用 SSHA(默认情况下)并加密/散列我输入的密码。但我为 groupPassword1 和 groupPassword2 输入的密码没有加密。
有没有办法让这些属性也被加密?