summaryrefslogtreecommitdiff
path: root/lib/param/loadparm_server_role.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-28param: Remove _SAMBA_BUILD_ checks from now the autoconf build is goneAndrew Bartlett1-4/+0
2012-06-15lib/param: make security=domain and security=ads conflict with being a DCAndrew Bartlett1-18/+2
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett1-1/+3
2012-06-11lib/param: simplfy lp_find_security()Andrew Bartlett1-5/+0
2012-05-15s3-auth: remove "security=server" (depricated since 3.6)Stefan Metzmacher1-8/+1
2012-03-04s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett1-6/+1
2011-12-22param: domain_logons and domain_master are of type enum_bool_autoAmitay Isaacs1-1/+1
2011-11-17param: use lp_is_security_and_server_role_valid()Andrew Bartlett1-5/+11
2011-11-17param: Check if server role and security parameters are conflictingAmitay Isaacs1-0/+39
2011-11-17param: move server role helpers into loadparm.hAndrew Bartlett1-1/+1
2011-11-17param: calculate server role from security, and security from server roleAndrew Bartlett1-0/+143