Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the ACI class to be more robust and the beginnings of an ACI plugin | Rob Crittenden | 2009-03-18 | 2 | -87/+602 |
| | | | | | | The ACI plugin is really meant for developers to help manage the ACIs. It may or may not be shipped. If it is it will be disabled by default. It is very much a shoot-in-foot problem waiting to happen. | ||||
* | Fix some minor issues in group and service plugins | Rob Crittenden | 2009-03-17 | 2 | -5/+3 |
| | |||||
* | Add taskgroups plugin | Rob Crittenden | 2009-03-17 | 3 | -0/+234 |
| | | | | Taskgroups are what we grant permission to with the new ACI system. | ||||
* | Remember to add file as an option for certificate requests | Rob Crittenden | 2009-03-16 | 1 | -0/+3 |
| | |||||
* | Fixed Executioner.execute() so that its 'name' argument doesn't conflict ↵ | Jason Gerard DeRose | 2009-03-13 | 2 | -4/+18 |
| | | | | with a param called 'name' (which is a valid param name) | ||||
* | Fix broken build. dna-conf.ldif was removed. | Rob Crittenden | 2009-03-09 | 1 | -1/+0 |
| | |||||
* | Remove our copy of the DNA plugin and use the one that comes with DS. | Rob Crittenden | 2009-03-06 | 9 | -1536/+11 |
| | | | | | The DS plugin does config checking when adding new entries online so we are dropping the Posix subtree. | ||||
* | Don't build radius by default | Rob Crittenden | 2009-03-04 | 2 | -9/+26 |
| | |||||
* | Plugin to handle IPA configuration | Rob Crittenden | 2009-03-04 | 1 | -0/+137 |
| | |||||
* | Set a minimum value for password policy integers | Rob Crittenden | 2009-03-04 | 1 | -6/+11 |
| | |||||
* | Add maxvalue and minvalue kwargs and rules to Int and Float | Rob Crittenden | 2009-03-03 | 2 | -2/+235 |
| | |||||
* | Fix some netgroup issues related to not all groups being posixGroups | Rob Crittenden | 2009-02-27 | 1 | -4/+4 |
| | |||||
* | Update objectclasses for groups, by default not posix groups. | Rob Crittenden | 2009-02-27 | 4 | -14/+70 |
| | | | | | | This change depends on DS bugs 487574 and 487725. Groups cannot be promoted properly without these fixed. It will fail with an Object Class violation because gidNumber isn't set. | ||||
* | Fixed broken autfill logic in cli.prompt_interactively() | Jason Gerard DeRose | 2009-02-27 | 1 | -20/+22 |
| | |||||
* | Enforce netgroup uniqueness, allow netgroups to be members of netgroups | Rob Crittenden | 2009-02-27 | 3 | -5/+51 |
| | | | | | When adding an entry, convert a constraint violation of "already exists" into a DuplicateEntry exception so the user gets a useful response | ||||
* | Added tofiles command and some documentation to the automount plugin | Rob Crittenden | 2009-02-24 | 1 | -5/+133 |
| | |||||
* | Add unit test for ipalib.frontend.Command.args_options_2_entry. | Pavel Zuna | 2009-02-24 | 1 | -1/+32 |
| | |||||
* | Add missing buildrequires | Jakub Hrozek | 2009-02-23 | 1 | -0/+2 |
| | |||||
* | Fix multivalue params requiring default to be of type self.type instead of ↵ | Pavel Zuna | 2009-02-23 | 1 | -1/+4 |
| | | | | tuple. | ||||
* | Add ipalib.frontend.Command method to build an entry from params with ↵ | Pavel Zuna | 2009-02-23 | 2 | -5/+20 |
| | | | | | | | | attribute=True. Often plugins need to build LDAP entries from params. This should make things a bit easier. Crud methods (Create, Retrieve, Update, Delete, Search) have attribute=True by default. And it also works for multivalue params. | ||||
* | Use OpenSSL for SSL instead of the built-in python version. | Rob Crittenden | 2009-02-20 | 3 | -3/+132 |
| | |||||
* | raise exceptions in the proper form | Rob Crittenden | 2009-02-20 | 2 | -2/+2 |
| | |||||
* | Utility function to get the local hostname | Rob Crittenden | 2009-02-19 | 1 | -0/+11 |
| | |||||
* | A new exception for requiring root, RootRequired | Rob Crittenden | 2009-02-19 | 1 | -0/+16 |
| | |||||
* | The start of machine join | Rob Crittenden | 2009-02-19 | 1 | -0/+116 |
| | |||||
* | Print out multi-valued values one per-line instead of comman-delimited | Rob Crittenden | 2009-02-19 | 1 | -3/+3 |
| | |||||
* | Add new users as a member of the default group | Rob Crittenden | 2009-02-19 | 1 | -5/+11 |
| | |||||
* | Add --all option to show/find, add default attrs to show, cleanup output | Rob Crittenden | 2009-02-19 | 3 | -20/+32 |
| | |||||
* | Added a sys.path hack to get checks/check-ra.py working again | Jason Gerard DeRose | 2009-02-17 | 2 | -2/+24 |
| | |||||
* | Renamed checks/integration.py to check-ra.py | Jason Gerard DeRose | 2009-02-17 | 1 | -0/+0 |
| | |||||
* | Added new checks/ directory for integration tests and moved integration.py there | Jason Gerard DeRose | 2009-02-17 | 2 | -0/+3 |
| | |||||
* | Removed 'Assert False' that was mistakingly left in cert.py; small cleanup ↵ | Jason Gerard DeRose | 2009-02-17 | 2 | -8/+4 |
| | | | | in cert.py and ra.py imports | ||||
* | Implemented more elegant way for entire plugin module to be conditionally ↵ | Jason Gerard DeRose | 2009-02-17 | 7 | -82/+140 |
| | | | | skipped; updated cert.py and ra.py modules to use this | ||||
* | Added env.enable_ra variable and change cert.py and ra.py plugin modules to ↵ | Jason Gerard DeRose | 2009-02-17 | 4 | -73/+79 |
| | | | | register plugins conditionally | ||||
* | Cleaned up ra.revoke_certificate() and ra.take_certificate_off_hold(); added ↵ | Jason Gerard DeRose | 2009-02-17 | 2 | -142/+199 |
| | | | | more tests in integration.py | ||||
* | Some cleanup in ra.request_certificate() | Jason Gerard DeRose | 2009-02-17 | 1 | -44/+41 |
| | |||||
* | More work on ra.check_request_status() and ra.get_certificate() | Jason Gerard DeRose | 2009-02-17 | 1 | -55/+83 |
| | |||||
* | Continued cleanup cert/ra plugins | Jason Gerard DeRose | 2009-02-17 | 2 | -21/+58 |
| | |||||
* | Fixed a few problems in ra.py backend plugin | Jason Gerard DeRose | 2009-02-17 | 1 | -4/+2 |
| | |||||
* | Add pattern matching to Str and Bytes | Jason Gerard DeRose | 2009-02-17 | 2 | -7/+94 |
| | |||||
* | Removed depreciated xmlrpc_marshal() and xmlrpc_unmarshal() functions | Jason Gerard DeRose | 2009-02-17 | 2 | -51/+0 |
| | |||||
* | Removed depreciated ipalib/plugins/b_xmlrpc.py module | Jason Gerard DeRose | 2009-02-17 | 1 | -105/+0 |
| | |||||
* | Started cleanup work on ra plugin; fixed problem in api.bootstrap() when ↵ | Jason Gerard DeRose | 2009-02-17 | 2 | -104/+82 |
| | | | | process does not have permision to open log file | ||||
* | Renamed b_ra.py plugin module to ra.py | Jason Gerard DeRose | 2009-02-17 | 1 | -0/+0 |
| | |||||
* | Some cleanup in cert plugins module, changed to shorter command names all ↵ | Jason Gerard DeRose | 2009-02-17 | 1 | -27/+39 |
| | | | | starting with cert_* | ||||
* | Renamed f_ra.py plugin to cert.py | Jason Gerard DeRose | 2009-02-17 | 2 | -1/+1 |
| | |||||
* | Fix AttributeError on python 2.4 when referencing _ldap.dn | Rob Crittenden | 2009-02-13 | 1 | -0/+1 |
| | |||||
* | Install policy schema | Jakub Hrozek | 2009-02-13 | 5 | -0/+73 |
| | |||||
* | Remove schema for automount and hosts, this is now added separately Include ↵ | Rob Crittenden | 2009-02-12 | 3 | -62/+1 |
| | | | | netgroups | ||||
* | Remove references to detail. This was used by the v1 exception system | Rob Crittenden | 2009-02-11 | 1 | -20/+3 |
| |