Depends what you want from it. If you want full replication then I
believe that samba may have tools to help. If all you want is for
Windows users to accesss the UNIX disk via VisionFS, then configure
VisionFS to do passthru authentication to the NT machine.
How do I implement password synchronisation between a Windows NT 4 domain
controller and a SCO Openserver 5.0.4 (release 3.2) machine? VisionFS
obviously enables the mounting of Windows-accessible drives, but I still
need to update the SCO password database from the Windows NT SAM.
I've searched the SCO website. I've searched the Microsoft website. I've
read enough pages to rival War & Peace.
And I still have nothing that can help me.
Any gurus got an answer?
It would be much appreciated.
Thanks,
Anthony
ali...@sampford.com.au
>I was wondering:
>
>How do I implement password synchronisation between a Windows NT 4 domain
>controller and a SCO Openserver 5.0.4 (release 3.2) machine? VisionFS
>obviously enables the mounting of Windows-accessible drives, but I still
>need to update the SCO password database from the Windows NT SAM.
As Toby Darling points out, Samba may do what you want - depending on how
far you are prepared to change things.
It is impossible to replicate passwords between Windows and Unix because
both use different one way encription methods.
What Samba can do is allow the user to change password using Sambas
password program. It can be configured to call the Unix passwd program to
change the Unix password, and only if this is successful, change the SMB
password held by Samba - this effectively allows password synchronisation
provided you don't change either the SMB or Unix passwords by other means.
If you then get the NT machine to use Samba for user authentication, you
will appear to have what you want.
Try a visit to http://www.samba.org
Simon
PS - please don't ask me how to do this, I'm new to Samba myself.