Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-17 | param: use lp_is_security_and_server_role_valid() | Andrew Bartlett | 1 | -5/+11 | |
This also permits a few more valid combinations, due to the layer at which this is being used. Andrew Bartlett | |||||
2011-11-17 | param: Check if server role and security parameters are conflicting | Amitay Isaacs | 1 | -0/+39 | |
2011-11-17 | param: move server role helpers into loadparm.h | Andrew Bartlett | 1 | -1/+1 | |
Pair-Programmed-With: Amitay Isaacs <amitay@samba.org> | |||||
2011-11-17 | param: calculate server role from security, and security from server role | Andrew Bartlett | 1 | -0/+143 | |
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> |