1

Possible Duplicate:
What is Active Directory and how does it work?

I spoke with someone today who said that the company's ActiveDirectory system is accessed via Samba. Why is this?

yazz.com
  • 6,743
  • 14
  • 37
  • 38
  • This is a pretty big question that has a lot to do with architectural history and AD design considerations. I'm not sure it's reasonable answerable in the SE answer limits. – Scott Pack Oct 27 '12 at 17:29

1 Answers1

4

I'm assuming what they mean here is that Samba is using active directory to authenticate users share access. So that users can use their Active Directory account to be able to access samba shares.

They would do this so that users can access these shares without having to enter another username and password, they can access them with their Windows Account. It also means it is easier to disable users access to these shares should the user leave.

Sam Cogan
  • 38,158
  • 6
  • 77
  • 113