1

Recently I got an assignment for work in Novell Edirectory. As I am very new to this so i am facing lots of trouble on this way. Can anybody help me to get the idea how to find below information using C++.

  1. Is local machine is having Novell Edirectory support.
  2. What is the DN(Domain Name) it has
  3. How to get user detail from the logged in Novel Edirectory.

Any idea or link will be appreciated.

Thanks in advance.

Terry Gardner
  • 10,957
  • 2
  • 28
  • 38
SharpUrBrain
  • 3,180
  • 5
  • 38
  • 56

1 Answers1

0

What protocol/approach are you intending to use? An LDAP connection? Or NCP using Client32? That is your first question to answer.

If LDAP there is no real difference, most LDAP tools will work just fine.

If NCP then you are writing to Client32 and its NCP libraries, which you can find info about at developer.novell.com

geoffc
  • 4,030
  • 7
  • 44
  • 51