home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / lsandnt.doc < prev    next >
Text File  |  1997-09-25  |  2KB  |  57 lines

  1. It seems I have been successful in adding a LAN Server server to an NT
  2. domain.  It is normally regarded as impossible and unsupported.  On the
  3. other hand, they are both LM20 compliant. So it is not that strange.
  4. If this really works this opens up a lot of possibilities regarding your
  5. internal organisation of servers :-)
  6.  
  7. To set it up, I used the normal procedure to add a LM20 server to a LM20
  8. domain controller:
  9. 1. stop the server
  10.    (NET STOP SERVER)
  11. 2. Remove the server ofrom the domain
  12.    (NET ACCOUNTS /ROLE:STANDALONE)
  13. 3. in the [requester] section, add the NT domain to DOMAIN=
  14. 4. remove the NETLOGON and LSSERVER srvservices from the [server]
  15.    section
  16. 5. logon locally as admin
  17. 6. reset the password of the server
  18.    (NET USER SERVER1 PASSWORD1)
  19. 7. to o the NT domain controller
  20. 8. add the LAN Server workstation as a userid
  21.    (NET USER SERVER1 PASSWORD1 /ADD
  22. 9. add the LAN Server workstation userid to the group SERVERS
  23.    NET GROUP SERVERS SERVER1 /ADD
  24. 10. add the server to the domain
  25.     (NET ACCOUNTS /ROLE:MEMBER)
  26. 11. add the NETLOGON to the srvservices from the [server] section
  27. 12. start the server
  28.     (NET START SERVER)
  29.  
  30.  
  31. On the LAN Server box I checked a few things as NET ACCESS and NET USER
  32. and it works all beautifully with the UADB from the NT domain.
  33. A few time I received the error "The domain controller for this domain
  34. can not be found".  But I must admit, it was only a 2 hour setup.  So I
  35. may have easily overlooked something.
  36. It has been noticed that the party stops when the PDC decides to change
  37. the member server passwords.  But I reckon this will be handled
  38. normally, as the communication between the two will be according to LM20
  39. rules.
  40.  
  41. I you want to dig into this one, please do so.  Let me know what you
  42. find, errors, caveats, etc. If it really works, it has a potentially
  43. large impact.
  44.  
  45.  
  46.  
  47. Best regards,
  48.  
  49. -----------------------------------------------------------------------
  50. Koos Pol                                                  P.O Box 12933
  51. PC Systems Admin                                    1100 AX   Amsterdam
  52. Compuware Europe                                   tel:  +31 20 3116122
  53.                                        email: Koos_Pol@nl.compuware.com
  54. -----------------------------------------------------------------------
  55.  
  56.  
  57.