Bug 586973
| Summary: | Sample update ldif points to non-existent directory | ||
|---|---|---|---|
| Product: | [Retired] 389 | Reporter: | Rob Crittenden <rcritten> |
| Component: | Directory Server | Assignee: | Rich Megginson <rmeggins> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 1.2.6 | CC: | amsharma, jgalipea, nhosoi |
| 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:38:09 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: | 639035 | ||
|
Description
Rob Crittenden
2010-04-28 15:16:11 UTC
Thanks to Rob Crittenden for providing us the proposal. It's reviewed and tested. :) Pushed to master. $ git merge work Updating 501cce2..c5cd4dd Fast-forward ldap/admin/src/scripts/exampleupdate.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) $ git push Counting objects: 13, done. Delta compression using up to 4 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (7/7), 696 bytes, done. Total 7 (delta 5), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git 501cce2..c5cd4dd master -> master Steps to verify. Install the server. # tail -2 /usr/share/dirsrv/updates/exampleupdate.ldif # These files work the same way as the LDIF templates in # /usr/share/dirsrv/data/template-*.ldif If the last line is /usr/share/dirsrv/data/template-*.ldif, this bug is verified. [root@testvm slapd-testvm1]# tail -2 /usr/share/dirsrv/updates/exampleupdate.ldif # These files work the same way as the LDIF templates in # /usr/share/dirsrv/data/template-*.ldif [root@testvm slapd-testvm1]# [root@testvm slapd-testvm1]# ls /usr/share/dirsrv/data/template-* template-baseacis.ldif template-domain.ldif template-ldapi.ldif template-pampta.ldif template-bitwise.ldif template-dse.ldif template-locality.ldif template-sasl.ldif template-country.ldif template-ldapi-autobind.ldif template-org.ldif template-state.ldif template-dnaplugin.ldif template-ldapi-default.ldif template-orgunit.ldif template-suffix-db.ldif Hence VERIFIED. |