summaryrefslogtreecommitdiffstats
path: root/dfs_server
Commit message (Collapse)AuthorAgeFilesLines
* lib/param: Create a seperate server role for "active directory domain ↵Andrew Bartlett2012-06-151-3/+3
| | | | | | | | | | | | | | | controller" This will allow us to detect from the smb.conf if this is a Samba4 AD DC which will allow smarter handling of (for example) accidentially starting smbd rather than samba. To cope with upgrades from existing Samba4 installs, 'domain controller' is a synonym of 'active directory domain controller' and new parameters 'classic primary domain controller' and 'classic backup domain controller' are added. Andrew Bartlett
* dfs_server: fix the response to please XP and Windows 2008R2 doing so avoid ↵Matthieu Patou2012-04-261-4/+12
| | | | continious DFS requests from W2K8R2
* dfs_server: add generic dfs_server_ad_get_referrals() callStefan Metzmacher2011-10-083-0/+877
This is a generic function to implement the domain, dc and sysvol DFS referrals. metze