summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/auth_server_service.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-20s4:auth Add dependency from the operational module onto authAndrew Bartlett1-0/+26
We had to split up the auth module into a module loaded by main deamon and a subsystem we manually init in the operational module. Andrew Bartlett