• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

no result from LDAP...

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to search entries and their properties from iPlanet LDAP Server.The structure of my directory is as follow:
o=netscaperoot
c=my country
o=my organisation
ou= organisational unit
ou=organisation1
ou=organisation2
from the above structure if I search any thing making my search base o=my organisation,c=my country,o=netscaperoot or any other base I do not get any record where as if I search any thing from any level from default structure abailable with iPlanet LDAP Server I get the proper results.
Can anybody help me to solve my problem.
Regards,
Alok
 
reply
    Bookmark Topic Watch Topic
  • New Topic