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

Are you sure you need quotes around the value

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

??

1 Like

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

Does this help?

https://community.apigee.com/articles/39204/how-do-i-setup-a-password-policy-for-a-single-orga-1.html

Thanks.

1 Like

Precise :slight_smile:

Thanks a lot.