summaryrefslogtreecommitdiff
path: root/source3/param/loadparm_server_role.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-17param: calculate server role from security, and security from server roleAndrew Bartlett1-103/+0
This allows smb.conf files from either the samba3 or samba4 tradition to come to the same value of server role, using the information in the smb.conf file. This is important so that tools like 'net getlocalsid' work against a Samba4 AD installation (yes, users have tried this). Andrew Bartlett Pair-Programmed-With: Amitay Isaacs <amitay@samba.org>
2011-11-17s3-param: Add "server role" as global parameterAmitay Isaacs1-10/+2
This will help extracting server role processing code in common library.
2011-10-04s3:param: use ROLE_DOMAIN_CONTROLLER for an AD domain controllerStefan Metzmacher1-1/+1
metze
2010-06-01s3:param Put 'server_role' functions in another file.Andrew Bartlett1-0/+111
Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>