• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with importing custom schema in ApacheDS

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All



I am Vishnu. Im facing problems loading my project related schema and ldif files.



Ive tried the steps mentioned in the following webpage:

http://directory.apache.org/studio/static/users_guide/schema_editor/tasks_importing_schemas.html



To import schemas from OpenLDAP files choose one of the following options:

In the Schema view, choose Import > Schemas from OpenLDAP file(s) from the context menu.
In the Workbench menu bar select File > Import... and choose Schemas from OpenLDAP file(s)


When I tried this approach:



I get this error messge saying “A Schema Project must be open to import schemas from OpenLDAP files.”



Im am using proper open ldap schema definition files.



The schema I am using works on other ldaps such as OpenDS and OpenLdap by just copying them in the Schema folder of the ldap installation folder and restarting the server.



I tried the same approach by pasting it in the C:\Program Files\Apache Directory Server\instances\default\partitions\schema folder and almost every other folder but the schema file didn’t get loaded.



Using the Apace Directory Studio I tried to manually create the schema file but “objectclass: ldapSubentry” and certain attributes were not available in the listbox options.



Kindly suggest me a suitable approach for loading my schema files.



Thank You

Regards,

Vishnu

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic