summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/domain/auth
AgeCommit message (Expand)AuthorFilesLines
2023-11-27samba-tool: Improve help messages for "samba-tool domain auth policy"Andrew Bartlett1-17/+19
2023-11-27netcmd: auth: set better metavar that matches the docsRob van der Linde2-21/+42
2023-11-22netcmd: auth policy: add allowed-to-authenticate-from-device-group attributesRob van der Linde1-0/+36
2023-11-22netcmd: auth policy: fix missing 'by' in help stringRob van der Linde1-2/+2
2023-11-22netcmd: auth policy: add allowed-to-authenticate-to-by-group attributesRob van der Linde1-1/+56
2023-11-22netcmd: auth policy: rename "from silo" to "from device silo"Rob van der Linde1-23/+23
2023-11-22netcmd: auth policy: add allowed to authenticate to by silo attributesRob van der Linde1-0/+66
2023-11-15netcmd: silo member: update docstrings comments and print statements for gran...Rob van der Linde1-6/+6
2023-11-15netcmd: silo member: update command line options help text for grant + revokeRob van der Linde1-2/+2
2023-11-15netcmd: silo member: rename add and remove commands to grant and revokeRob van der Linde1-5/+5
2023-11-15netcmd: silo member: rename model methods to grant and revokeRob van der Linde1-2/+2
2023-11-15netcmd: silo member: Make output consistent with user commandRob van der Linde1-3/+17
2023-11-15netcmd: silo member uses consistent output with other commandsRob van der Linde1-4/+4
2023-11-15netcmd: silo member add and remove should not set assigned_siloRob van der Linde1-10/+2
2023-11-15netcmd: silo member: make use of User.find functionRob van der Linde1-15/+2
2023-10-27python: silos: add support for allowed to authenticate from silo shortcutRob van der Linde1-1/+60
2023-10-26netcmd: silo command uses more consistent naming for tgt argsRob van der Linde1-3/+3
2023-10-26netcmd: silo command uses more consistent naming for policy argsRob van der Linde1-44/+56
2023-10-26netcmd: silo command remove combined --policy which set all 3Rob van der Linde1-26/+6
2023-10-24netcmd: auth policy: add OptionGroup classes for user, service and computer o...Rob van der Linde1-116/+109
2023-10-24python: netcmd: make use of HostOptions for claims and sites commandsRob van der Linde3-52/+39
2023-10-24python: netcmd: make use of required flag on Option for claims commandsRob van der Linde3-46/+13
2023-09-29netcmd: auth: add new SDDL fields to create and modify auth policy commandsRob van der Linde1-4/+65
2023-06-25netcmd: domain: add error handling to domain auth commandsRob van der Linde3-32/+96
2023-06-25netcmd: domain: silo member add and remove does not write whole listRob van der Linde1-22/+7
2023-06-25netcmd: auth silos: remove base classRob van der Linde4-107/+72
2023-06-25netcmd: move get_policy method from base class to the modelRob van der Linde2-23/+46
2023-06-25netcmd: move method print_json to command base classRob van der Linde1-12/+0
2023-06-25netcmd: move ldb_connect method to base classRob van der Linde1-9/+0
2023-06-25netcmd: domain: add authentication silo commandsRob van der Linde5-0/+1075