271
Networking / Re: SAMBA and Active Directory
« on: 2007.11.27, 00:42:24 »I'm thinking from the replies thus far that no one has yet tried SAMBA on active directory.
So I'm curious, what are you using SAMBA for?
See my reply in the other thread on AD and samba, but....
1) Kerberos is built for OS/2 - but kinit needs to be debugged - hope to have that fixed this week
2) A samba built with kerberos is available - and Bart has successfully browsed a share on an AD server using a java kerberos client, with smbclient.exe (which offers a FTP type interface to a remote share).
Next steps are to debug kinit - then add functionality to the Netdrive plugin to enable kerberos authentication to be used - and I guess ideally to automatically launch kinit to do the authentication.
Update: I hacked the source for smbcd.exe and once you're authenticated with kinit (the Java version) I've successfully browsed a share on a Windows 2003 server.
Still working on debugging the C version of kinit - looks like a select() call is the problem, but if anyone wants to play around - please contact me for a kerberos enabled smbcd.exe and a mudmap of how to set it up - paul at smedley dot id dot au.
Cheers,
Paul.