Hi
I have to run ldifde command on windows server to export all data from OUD running on unix. ldifde command succeeds when i run using cn=directory manager. But it fails when i use admin user who has same permissions as directory manager. In OUD access logs, i found this error
[10/May/2016:12:39:19 -0400] SEARCH RES conn=2544 op=2 msgID=4 result=50 message="The request control with Object Identifier (OID) "1.2.840.113556.1.4.1948" cannot be used due to insufficient access rights" nentries=0 etime=0
ACI Name: Enable full access for Directory Services Managers
(targetattr = "*") (version 3.0; acl "Enable full access for Directory Services Managers"; allow (all) userdn = "ldap:///cn=*,cn=Administrators,cn=dscc"; allow (all) userdn = "ldap:///cn=appsadmin,cn=users,dc=mycompany,dc=com";)
Any help? Appreciate your inputs.