Does anyone know if it’s possible to add attribute pwdPolicySubentry to 
objectClass simpleSecurityObject?

It’s a service account to do a LDAP bind. Here’s the LDIF:

# binddn, system, it.local
dn: uid=binddn,ou=system,dc=it,dc=local
uid: binddn
objectClass: account
objectClass: simpleSecurityObject

I want to use the following password policy:

# Service Accounts, ppolicy, it.local
dn: cn=Service Accounts,ou=ppolicy,dc=it,dc=local
objectClass: pwdPolicy
objectClass: device
pwdAttribute: userPassword
cn: Service Accounts
pwdCheckQuality: 0
pwdLockout: FALSE
pwdMustChange: FALSE
pwdAllowUserChange: FALSE
pwdSafeModify: FALSE

Here is an old e-mail thread on what I want to do 
http://www.openldap.org/lists/openldap-technical/201010/msg00195.html

If this is possible, do I add attribute pwdPolicySubentry using Tree View then 
clicking on “+ Add new attribute” for DN dn: cn=Service 
Accounts,ou=ppolicy,dc=it,dc=local?


------------------------------------------------------------------------------
_______________________________________________
Lam-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lam-public

Reply via email to