When running setup-ds.pl in interactive mode (i.e. not -s), and no default value has been set on the command line (slapd.AddOrgEntries), or in a .inf file (-f file.inf), the default behavior should be to add the suggested org entries (ou=People, ou=Groups, etc.) to the suffix created at setup time.
Just make the default to be to add those entries. Checking in DSDialogs.pm; /cvs/dirsec/ldapserver/ldap/admin/src/scripts/DSDialogs.pm,v <-- DSDialogs.pm new revision: 1.4; previous revision: 1.3 done
Verified. Set up using setup-ds.pl db2ldif -n userRoot -a /tmp/userRoot.ldif [root@babylon1 db]# grep ou=People /tmp/userRoot.ldif grep ou=People /tmp/userRoot.ldif dn: ou=People, dc=dsqa, dc=sjc2, dc=redhat, dc=com # Expected [root@babylon1 db]# grep ou=Group /tmp/userRoot.ldif dn: ou=Groups, dc=dsqa, dc=sjc2, dc=redhat, dc=com # Expected