Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-21 | 4 | -15/+191 |
|\ | | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | ||||
| * | Implement group member add/remove | Rob Crittenden | 2008-10-21 | 1 | -2/+149 |
| | | | | | | | | Add gidNumber to the group command-line | ||||
| * | Don't import servercore | Rob Crittenden | 2008-10-21 | 1 | -3/+0 |
| | | |||||
| * | Update the command-line options to more closely match v1 | Rob Crittenden | 2008-10-21 | 1 | -6/+24 |
| | | |||||
| * | Gracefully handle keyboard interrupts (^C) | Rob Crittenden | 2008-10-21 | 1 | -1/+4 |
| | | |||||
| * | Implement --all option to display all attributes. | Rob Crittenden | 2008-10-21 | 1 | -2/+8 |
| | | | | | | | | Still need to strip the dn when not doing all. | ||||
| * | Make boolean options work like standard OptionParser booleans | Rob Crittenden | 2008-10-21 | 1 | -1/+6 |
| | | |||||
* | | In second example in NameSpace docstring, renamed 'member' class to 'Member' ↵ | Jason Gerard DeRose | 2008-10-21 | 1 | -4/+4 |
| | | | | | | | | to make the example clearer | ||||
* | | Fixed typos in tables in docstrings for Attribute and Method | Jason Gerard DeRose | 2008-10-21 | 1 | -8/+8 |
|/ | |||||
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-20 | 1 | -0/+82 |
|\ | | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | ||||
| * | Framework for doing password changes | Rob Crittenden | 2008-10-20 | 1 | -0/+82 |
| | | | | | | | | Need mechanism to prompt for new password twice and verify they are the same | ||||
* | | Added docstring (with example) to frontend.Attribute class | Jason Gerard DeRose | 2008-10-20 | 1 | -0/+34 |
| | | |||||
* | | Added docstring (with examples) to frontend.Method class | Jason Gerard DeRose | 2008-10-20 | 1 | -0/+62 |
| | | |||||
* | | Reworked 'plugins' command to use output_for_cli() | Jason Gerard DeRose | 2008-10-20 | 1 | -8/+11 |
| | | |||||
* | | Fixed bug in DefaultFrom where impleied keys were using entire ↵ | Jason Gerard DeRose | 2008-10-20 | 1 | -1/+2 |
|/ | | | | func_code.co_varnames instead of an approprate slice | ||||
* | Port pwpolicy plugin to use b_ldap | Rob Crittenden | 2008-10-20 | 2 | -42/+79 |
| | | | | Add basic output_for_cli() function to user-show | ||||
* | Add comments in config.py and fix Environment.get() | Martin Nagy | 2008-10-20 | 1 | -2/+52 |
| | |||||
* | Some PEP-257 and reStructuredText cleanup in plugable.py | Jason Gerard DeRose | 2008-10-18 | 1 | -37/+52 |
| | |||||
* | Added some more examples to Param docstrings | Jason Gerard DeRose | 2008-10-18 | 1 | -1/+23 |
| | |||||
* | Some PEP-257 and reStructuredText fixes in ipalib/aci.py, ipa_server/ipaldap.py | Jason Gerard DeRose | 2008-10-17 | 1 | -7/+16 |
| | |||||
* | Reworked load_plugins so it doesn't use imp.load_module() to load from the ↵ | Jason Gerard DeRose | 2008-10-17 | 1 | -14/+23 |
| | | | | plugins/ sub-packages, which previously caused them to be loaded multiple times when runnig the doctests | ||||
* | Removed generic Command.output_for_cli() method; CLI.run_interactive() now ↵ | Jason Gerard DeRose | 2008-10-17 | 2 | -9/+4 |
| | | | | only calls output_for_cli() if it has been implemented | ||||
* | make-test now runs doctests also; fixed several broken doctests | Jason Gerard DeRose | 2008-10-17 | 3 | -64/+35 |
| | |||||
* | Added new Param.flags attribute (set with flags=foo kwarg) | Jason Gerard DeRose | 2008-10-17 | 1 | -0/+3 |
| | |||||
* | Cleaned up ipalib package-level docstring, removed broken cross-referce to | Jason Gerard DeRose | 2008-10-17 | 1 | -5/+3 |
| | |||||
* | Reworking Environment, moved it to config.py | Martin Nagy | 2008-10-17 | 3 | -129/+179 |
| | |||||
* | Port f_service to LDAP backend | Rob Crittenden | 2008-10-17 | 3 | -47/+94 |
| | | | | | Add new keyword, 'filter', that can be passed to the search function. This is globbed onto the filter that is auto-created. | ||||
* | Add mod_python-based XML-RPC server. | Rob Crittenden | 2008-10-16 | 2 | -4/+45 |
| | | | | | Use -e kerberos on the command-line to use the mod_python server, otherwise it defaults to use the simple-server URL. | ||||
* | Use the search fields from the configuration when searching | Rob Crittenden | 2008-10-16 | 2 | -9/+31 |
| | | | | Generalize the attribute -> objectclass search helper | ||||
* | Remove references to ipa_server.* and port group plugin to ldap backend | Rob Crittenden | 2008-10-16 | 1 | -59/+85 |
| | |||||
* | Remove all references to ipa_server.* from user plugin | Rob Crittenden | 2008-10-16 | 1 | -34/+30 |
| | |||||
* | Port group-add to use LDAP backend | Rob Crittenden | 2008-10-15 | 1 | -30/+27 |
| | | | | Have create and update return the record that was just added/modified | ||||
* | Fix some remaining merge issues and don't use forward() in user-*lock() | Rob Crittenden | 2008-10-15 | 1 | -8/+4 |
| | |||||
* | Initial implementation of a generic search routine. | Rob Crittenden | 2008-10-15 | 1 | -5/+4 |
| | |||||
* | Resolved conficts in Rob's merge | Jason Gerard DeRose | 2008-10-15 | 4 | -45/+72 |
|\ | |||||
| * | Port user-mod to use ldap update() method | Rob Crittenden | 2008-10-15 | 1 | -17/+21 |
| | | |||||
| * | Add missing * to *kw to make it pass named arguments instead of positional | Rob Crittenden | 2008-10-15 | 1 | -2/+2 |
| | | |||||
| * | Port user_del to CrudBackend | Rob Crittenden | 2008-10-14 | 1 | -10/+22 |
| | | | | | | | | Override output_for_cli() to generate nicer output | ||||
| * | Port user-show to new CrudBackend framework | Rob Crittenden | 2008-10-14 | 4 | -17/+27 |
| | | |||||
| * | Move some functionality from user-add to the backend ldap create function | Rob Crittenden | 2008-10-14 | 1 | -50/+23 |
| | | |||||
* | | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-14 | 1 | -50/+23 |
|\ \ | |/ |/| | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | ||||
| * | Move some functionality from user-add to the backend ldap create function | Rob Crittenden | 2008-10-14 | 1 | -50/+23 |
| | | |||||
* | | Convert string values to boolean when generating environment | Martin Nagy | 2008-10-14 | 2 | -10/+29 |
|/ | |||||
* | More work on making user-add use Backend.ldap | Jason Gerard DeRose | 2008-10-14 | 1 | -18/+24 |
| | |||||
* | Started roughing out user_add() using api.Backend.ldap; added ↵ | Jason Gerard DeRose | 2008-10-14 | 3 | -10/+29 |
| | | | | Command.output_for_cli() to take care of formatting print output | ||||
* | Some small cleanup on Environment, filled in docstrings | Jason Gerard DeRose | 2008-10-14 | 1 | -10/+32 |
| | |||||
* | Added ldap.get_user_dn() method | Jason Gerard DeRose | 2008-10-14 | 1 | -1/+3 |
| | |||||
* | Added Object.get_dn() method; added corresponding unit tests | Jason Gerard DeRose | 2008-10-13 | 1 | -0/+7 |
| | |||||
* | CLI.run_interactive() now uses Param.cli_name instead of Param.name for ↵ | Jason Gerard DeRose | 2008-10-13 | 1 | -3/+3 |
| | | | | prompts and errors | ||||
* | Command.params are now sorted the same way as Object.params (make user-add ↵ | Jason Gerard DeRose | 2008-10-13 | 1 | -1/+8 |
| | | | | prompt for first, last before login) |