Hi, Is there any way how to query user's password policy related attributes? I'm interested in password expiration date in order to show warning message. PHP has ldap_parse_result(link, result, ...) function but there is no result from ldap_bind() (which calls ldap_bind_s()) function (except simple true/false). When I set password policy for server I can query cn=config and get password policy definition. When I set password policy for subtree I can't find any password policy related attributes. I tried to search using baseDN which is in 'pwdpolicysubentry' ( 'cn="cn=nsPwTemplateEntry,dc=example",cn=nsPwPolicyContainer,dc=example' ) but nothing is there: dn: cn="cn=nsPwTemplateEntry,dc=example",cn=nsPwPolicyContainer,dc=ex ample objectClass: extensibleObject objectClass: costemplate objectClass: ldapsubentry objectClass: top cosPriority: 1 cn: "cn=nsPwTemplateEntry,dc=example" Thanks, -- Ondrej Ivanic (ondrej.ivanic at gmail.com)