What is the proper structural objectClass to add a password policy object as?
I have the following that works, although I reverted to a device for lack of a better idea:
dn: cn=default,ou=Policies,dc=example,dc=com cn: default objectClass: pwdPolicy objectClass: device pwdMaxAge: 7776000 pwdAttribute: userPassword
Thanks,