|
It isn't particularly easy, but it isn't TOO difficult either. I have a very similar situation, where I created a Linux based web server that would authenticate to an AD domain and become accessible via the AD machines and share resoures like the AD DNS. The approach I took was to user Kerberos which I think is a default mechanism in modern AD and compile LDAP with Kerberos support and then compile Samba with LDAP and Kerberos support. Once I did that, it was an easy matter to follow a basic how - to document (I may still have links on my machine at work) and give a few commands to 'join' the domain. To do so did require domain administrative privilege. I think all told, I spent about 2 working days figuring it all out - while really learning Slackware's package management system and some of its other intricacies in the process.
|