Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Env._bootstrap() now raises StandardError if called more than once | Jason Gerard DeRose | 2008-10-24 | 1 | -0/+9 |
| | |||||
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-24 | 3 | -7/+28 |
|\ | | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | ||||
| * | Use posixAccount instead of person to identify users | Rob Crittenden | 2008-10-24 | 2 | -3/+9 |
| | | | | | | | | Add output_for_cli to service-find | ||||
| * | If a password is supplied then this host will be bulk-enrolled | Rob Crittenden | 2008-10-24 | 1 | -4/+19 |
| | | | | | | | | | | A bulk-enrolled host does not get a kerberos service principal until enrollment time. | ||||
* | | Added ipalib/constants.py; added Env._load_config() method along with ↵ | Jason Gerard DeRose | 2008-10-24 | 2 | -3/+103 |
| | | | | | | | | comprehensive unit tests for same | ||||
* | | Finished doodle with stricter version of Environment | Jason Gerard DeRose | 2008-10-24 | 1 | -0/+87 |
|/ | |||||
* | IPAError now more appropriately subclasses from StandardError instead of ↵ | Jason Gerard DeRose | 2008-10-23 | 1 | -1/+1 |
| | | | | Exception | ||||
* | Use common display function for user-show and user-find. | Rob Crittenden | 2008-10-23 | 2 | -12/+38 |
| | | | | | Add --all option to user-find Fix command-line help to make sense on searches as well | ||||
* | Fix ipa command running in server_context=True | Rob Crittenden | 2008-10-23 | 2 | -1/+19 |
| | | | | | | Make the LDAP host and port environment variables More changes so that commands have a shell return value lite-xmlrpc no longer hardcodes the kerberos credentials cache location | ||||
* | Implement the host commands | Rob Crittenden | 2008-10-22 | 5 | -11/+284 |
| | | | | | In order for this to work against a v1 database the update host.update needs to be applied | ||||
* | Return a value to the shell that called ipa | Rob Crittenden | 2008-10-22 | 1 | -2/+6 |
| | |||||
* | 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 |
| | |