Hide Forgot
This bug is created as a clone of upstream ticket: https://fedorahosted.org/389/ticket/47374 $ dbgen.pl -o test.ldif -n 10 Legacy library flush.pl will be removed from the Perl core distribution in the next major release. Please install it from the CPAN distribution Perl4::CoreLibs. It is being used at /usr/bin/dbgen.pl, line 536. We should eliminate the requirement for flush.pl in dbgen.pl. None of of other tools appear to use it. The code for flush.pl itself recommends using IO::Handle as an alternative.
To verify, simply try to run the dbgen.pl mentioned in the initial bug comment. It should not output a deprecation message about flush.pl, and test.ldif should be generated successfully.
This has been fixed upstream in 389-ds-base-1.3.1.3.
moving all ON_QA bugs to MODIFIED in order to add them to the errata (can't add bugs in the ON_QA state to an errata). When the errata is created, the bugs should be automatically moved back to ON_QA.
[root@dhcp201-149 /]# dbgen.pl -o test.ldif -n 10 [root@dhcp201-149 /]# ls bin boot dev etc export home lib lib64 media mnt opt proc qa root run sbin srv sys test.ldif tmp usr var [root@dhcp201-149 /]# cat test.ldif dn: dc=example,dc=com objectClass: top objectClass: domain dc: example aci: (target=ldap:///dc=example,dc=com)(targetattr=*)(version 3.0; acl "acl1"; allow(write) userdn = "ldap:///self";) aci: (target=ldap:///dc=example,dc=com)(targetattr=*)(version 3.0; acl "acl2"; allow(write) groupdn = "ldap:///cn=Directory Administrators, dc=example,dc=com";) aci: (target=ldap:///dc=example,dc=com)(targetattr=*)(version 3.0; acl "acl3"; allow(read, search, compare) userdn = "ldap:///anyone";) dn: ou=Accounting,dc=example,dc=com objectClass: top objectClass: organizationalUnit ou: Accounting dn: ou=Product Development,dc=example,dc=com objectClass: top objectClass: organizationalUnit ou: Product Development dn: ou=Product Testing,dc=example,dc=com objectClass: top objectClass: organizationalUnit ou: Product Testing dn: ou=Human Resources,dc=example,dc=com objectClass: top objectClass: organizationalUnit ou: Human Resources dn: ou=Payroll,dc=example,dc=com objectClass: top objectClass: organizationalUnit ou: Payroll dn: uid=AKeitel0,ou=Payroll,dc=example,dc=com objectClass: top objectClass: person objectClass: organizationalPerson objectClass: inetOrgPerson cn: Anatola Keitel sn: Keitel uid: AKeitel0 Hence VERIFIED
This caused a regression in https://bugzilla.redhat.com/show_bug.cgi?id=922538 - reopening
To ssh://git.app.eng.bos.redhat.com/srv/git/389-ds-base.git f86b7bd..9b1e2d0 rhel-7.0 -> rhel-7.0 commit 9b1e2d02e20f270aed32f05210d207398ae0f7a1 Author: Rich Megginson <rmeggins@redhat.com> Date: Fri Jan 31 14:21:59 2014 -0700
[root@dhcp201-149 export]# rpm -qa | grep 389 389-adminutil-1.1.15-3.fc19.1.x86_64 389-ds-base-libs-1.3.1.6-18.el7.x86_64 389-ds-base-debuginfo-1.3.1.6-18.el7.x86_64 389-ds-base-1.3.1.6-18.el7.x86_64 389-console-1.1.7-4.fc19.noarch dbgen.pl -o test.ldif -n 10 created test.ldif successfully. Hence marking as VERIFIED.
This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request.