hello
very brief explanation of Ldap thanks for it.
i have some issue i have such a schema on server
Active Directory Schema
Code:<Student>(ou) <ID> <PortalID> <PersonalInfo> (ou) [Multiple Entries] FName LName Email <Applications> (ou) [Multiple Entries] SeqNum AppID LoginID <Campus> (ou) [Multiple Entries] CampusID CampusName end of stutudent OU <Instructor> instructorName instructorId
i want to create a query from which i find the Student info along the info of sub OU like PersonalInfo (firstname,lastName,etc) and Campus(campusId,campusName)
is it possible to use some filter and get the required results? if not then how i can do that usng SpringLdap
can any one suggest me


Reply With Quote