I am using openldap 2.4.42 version with policyd. I installed new version openldap server and I want export all user to new openldap. It's export is succussfull but without user password "pwdChangedTime". How can export user with pwdChangedTime in openldap server to another openldap server?
How did you do the export? If you are moving your database from one server to another you should use
slapcat
to export the data on the old server andslapadd
to import it on the new one. This way all attributes (including operational ones) will be included.