summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/domain/auth
AgeCommit message (Expand)AuthorFilesLines
2024-10-04netcmd:domain:policy: Fix missing conversion from tgt_lifetime minutes to 10^...Andréas Leroux1-6/+12
2024-04-08python: lint: fix pylint R1720 unnecessary "raise" after "else"Rob van der Linde2-4/+4
2024-04-08python: lint: remove unused imports in claims and gmsa commandsRob van der Linde1-2/+1
2024-03-28netcmd: auth policy: remove old service-allowed-to-authenticate-from-silo and...Rob van der Linde1-57/+0
2024-03-28netcmd: auth policy: add service-allowed-to-authenticate-from subcommandsRob van der Linde2-0/+128
2024-03-28netcmd: auth policy: remove old user-allowed-to-authenticate-from-silo and groupRob van der Linde1-42/+0
2024-03-28netcmd: auth policy: add user-allowed-to-authenticate-from subcommandsRob van der Linde2-0/+128
2024-03-28netcmd: auth policy: remove old service-allowed-to-authenticate-to-silo and g...Rob van der Linde1-42/+0
2024-03-28netcmd: auth policy: add service-allowed-to-authenticate-to subcommandsRob van der Linde2-0/+128
2024-03-28netcmd: auth policy: remove old user-allowed-to-authenticate-to-silo and groupRob van der Linde1-42/+0
2024-03-28netcmd: auth policy: add user-allowed-to-authenticate-to subcommandsRob van der Linde2-0/+130
2024-03-28netcmd: auth policy: remove old computer-allowed-to-authenticate-to-silo and ...Rob van der Linde1-42/+0
2024-03-28netcmd: auth policy: add computer-allowed-to-authenticate-to subcommandsRob van der Linde2-0/+130
2024-03-28netcmd: auth policy: extract policy base commands into policy.pyRob van der Linde2-648/+679
2024-03-28netcmd: auth policy: turn policy.py into moduleRob van der Linde1-0/+0
2024-03-28netcmd: auth silo: extract silo base commands into silo.pyRob van der Linde2-363/+393
2024-03-28netcmd: auth silo: move silo_member.py into silo moduleRob van der Linde2-1/+1
2024-03-28netcmd: auth silo: turn silo.py into moduleRob van der Linde1-0/+0
2024-03-20python: pep8: fix import sorting after moveRob van der Linde3-7/+6
2024-03-20python: move models out of the netcmd packageRob van der Linde3-9/+9
2024-03-01netcmd: models: rename lookup methods to find for consistencyRob van der Linde1-2/+2
2024-03-01netcmd: silos: silo and auth policy commands use Query class betterRob van der Linde2-12/+8
2024-03-01netcmd: silos: silo and auth policy commands use printRob van der Linde2-8/+8
2024-02-16netcmd: models: stop using LookupError exception and change it to NotFoundRob van der Linde1-2/+2
2024-02-08netcmd: models: enums and constants also brought forwardRob van der Linde1-4/+4
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