Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No entry for "dn: dicomDeviceName=unknown,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org" in default-config.ldif #535

Closed
embaker opened this issue Jan 28, 2017 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@embaker
Copy link

embaker commented Jan 28, 2017

When installing dcm4chee-arc-5.8.1-psql-secure with OpenLDAP, importing the default configuration into ldap:

ldapadd ... -f default-config.ldif

will fail on the entries for

  • dn: cn=dicom,dicomDeviceName=unknown,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
  • dn: dicomAETitle=UNKNOWN,dicomDeviceName=unknown,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org

because there is no entry for

  • dn: dicomDeviceName=unknown,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
@gunterze
Copy link
Member

dn: dicomDeviceName=unknown,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
dicomInstalled: TRUE
dicomDeviceName: unknown
objectClass: dicomDevice
objectClass: dcmDevice

was missing in default-config.ldif. Fixed version for 3.8.1 in attached ZIP
default-config.ldif.zip

@gunterze gunterze self-assigned this Jan 30, 2017
@gunterze gunterze added the bug Something isn't working label Jan 30, 2017
@gunterze gunterze added this to the 5.9.0 milestone Jan 30, 2017
@vrindanayak vrindanayak added enhancement New feature or request and removed enhancement New feature or request labels Feb 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants