Bug 249633
| Summary: | setup-ds.pl should create default org entries | ||
|---|---|---|---|
| Product: | [Retired] 389 | Reporter: | Rich Megginson <rmeggins> |
| Component: | Install/Uninstall | Assignee: | Rich Megginson <rmeggins> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 1.1.0beta | CC: | nkinder |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-12-07 16:44:18 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 240316, 427409 | ||
|
Description
Rich Megginson
2007-07-25 21:55:01 UTC
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 |