LDAP Custom password policy for APIGEE Edge on prem

Looking for some help in understanding how we can setup the custom password policy (pwdpolicy) for some set of users.

I tried with following

dn: uid=4kaskdamw,ou=users,ou=global,dc=apigee,dc=com
changetype: modify
add: pwdPolicySubentry
pwdPolicySubentry: "cn=custompwd,ou=pwpolicies,dc=apigee,dc=com"

But it throws me this error.

ldap_modify: Invalid syntax (21)

additional info: pwdPolicySubentry: value #0 invalid per syntax

Can someone please help me in understanding how we can fix this?

APIGEE 4.16.09

apigee-openldap-2.4

Solved Solved
2 5 728
2 ACCEPTED SOLUTIONS

Are you sure you need quotes around the value

cn=custompwd,ou=pwpolicies,dc=apigee,dc=com

??

View solution in original post

5 REPLIES 5

Are you sure you need quotes around the value

cn=custompwd,ou=pwpolicies,dc=apigee,dc=com

??

Thanks a lot @Dino It worked. 🙂
I have one query I will come back back with details in a moment.

Precise 🙂

Thanks a lot.