home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / adsi / sampapp / vj / readme.txt < prev   
Encoding:
Text File  |  1997-03-18  |  901 b   |  31 lines

  1. Readme for Java support in Active Directory
  2. ===========================================
  3. 1) Install Active Directory
  4.  
  5. 2) Build dsconn.dll in the dsconn directory with a C compiler
  6.  
  7. 3) Copy dsconn.dll to your system directory (on Windows NT this would be
  8. %SystemRoot%\System32 on Windows 95 this would be Windows\System)
  9.  
  10. 4) cd to the system directory per above 
  11.  
  12. 5) Run regsvr32 /s dsconn.dll
  13.  
  14. 6) Run javatlb dsconn.dll
  15.  
  16. 7) Run javatlb activeds.tlb
  17.  
  18. 8) cd to "Program files\Common files\System\ADO" and 
  19.  
  20. 9) run javatlb msado10.dll
  21.  
  22. 10) Build the Bizcard applet in the bizcard directory with VJ++
  23.  
  24. Starting Point for the Java Sample
  25. ==================================
  26. To obtain data from the Directory Service, a valid LDAP path must
  27. be provided in the 'Starting Point' field. The following is an 
  28. example of a valid LDAP path.
  29.  
  30. LDAP://NW09T5/C=US/O=NTMARST/OU=NW09T5DOM
  31.