summaryrefslogtreecommitdiffstats
path: root/ipa-python
Commit message (Collapse)AuthorAgeFilesLines
...
* Marked with wrong license. IPA is GPLv2.Rob Crittenden2008-01-312-8/+14
|
* Fix not so random random passwordsMark McLoughlin2008-01-221-4/+2
| | | | | | | | | | | | | | If you run ipa_generate_password() multiple times, one after the other, then you get the same password each time. This is because it uses the current time to seed the pseudo random number generator. The easiest solution is to just use the default method which seeds itself from /dev/urandom if available, and uses a fractional time value otherwise. Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* Use Fedora package names for PyKerberos (python-kerberos) and pyasn1Rob Crittenden2008-01-242-6/+12
| | | | (python-pyasn1) for the specfile Requires.
* Add a copy of the LICENSE and populate some README'sRob Crittenden2008-01-231-0/+30
|
* Fix issues reported by rpmlint.Rob Crittenden2008-01-185-18/+17
| | | | | | | | | | | | | | - Removing shebangs (#!) from a bunch of python libraries - Don't use a variable name in init scripts for the lock file - Keep the init script name consistent with the binary name, so renamed ipa-kpasswd.init to ipa_kpasswd.init - Add status option to the init scripts - Move most python scripts out of /usr/share/ipa and into the python site-packages directories (ipaserver and ipaclient) - Remove unnecessary sys.path.append("/usr/share/ipa") - Fix the license string in the spec files - Rename ipa-webgui to ipa_webgui everywhere - Fix a couple of issues reported by pychecker in ipa-python
* Add service.is_enabled() helperMark McLoughlin2008-01-111-0/+2
| | | | | | Add a simple helper to check whether a service is enabled. Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* Service principal deletionRob Crittenden2008-01-112-0/+15
|
* Add function to retrieve a short list of attributes to make ipa-adddelegationRob Crittenden2008-01-042-0/+22
| | | | easier to use.
* Update versions for release.Karl MacMillan2007-12-213-3/+9
|
* Merge.Karl MacMillan2007-12-188-44/+16
|\
| * Fix ipa-python packagingMark McLoughlin2007-12-133-9/+3
| | | | | | | | | | | | | | | | | | | | | | Latest Fedora 9 python distutils generates .egg-info files; follow the recommendation at: http://fedoraproject.org/wiki/Packaging/Python/Eggs and just package everything under %{python_sitelib}/ Signed-off-by: Mark McLoughlin <markmc@redhat.com>
| * Move radius server components into a separate package.Karl MacMillan2007-12-122-1/+2
| |
| * Make the old entry option in update_*, check for empty parameters andRob Crittenden2007-12-113-34/+11
| | | | | | | | fix some problems reported by pychecker.
* | Cleanup from radius merge.Karl MacMillan2007-12-111-1/+1
|/
* Make admintools discover the domain using DNS calls to find the LDAP server.Simo Sorce2007-12-111-5/+51
|
* Add simple UI for command-line programs to be able to select whenRob Crittenden2007-12-101-0/+75
| | | | multiple entries are returned.
* Convert the setup of ssl from a shell script to aKarl MacMillan2007-12-061-0/+10
| | | | | python module. This is in preparation for user supplied certs.
* Merge.Karl MacMillan2007-12-114-38/+508
|\
| * Move dnsclient into ipa-python so that I will be able to use it in ipaconfigSimo Sorce2007-12-102-1/+446
| |
| * Rework input validation to more closely match what we require in the UIRob Crittenden2007-12-072-37/+62
| |
* | Merge.Karl MacMillan2007-12-114-23/+49
|\|
| * Move dn removal to the XML-RPC side and remove empty attributesRob Crittenden2007-12-051-3/+0
| |
| * Add UI for service principal creation and keytab retrievalRob Crittenden2007-12-052-0/+32
| |
| * Merge.Karl MacMillan2007-12-051-9/+7
| |\
| | * Fix errors with ipautil.CalledProcessError and cleanup some imports.Karl MacMillan2007-12-041-9/+7
| | |
| * | Phase 1 of allowing admins to set the default object classes for users & groupsRob Crittenden2007-12-041-0/+5
| |/ | | | | | | | | | | | | This adds the UI and does error checking of the selected object classes but it doesn't actually use the values yet. It also generalizes some functions for doing multi-valued fields.
* | mergeJohn Dennis2007-12-043-1/+35
|\|
| * Compatibility changes to work on RHEL 5 with python 2.4rcritten@redhat.com2007-11-301-1/+17
| |
| * Don't allow the admins or editors groups to be removed.Rob Crittenden2007-11-301-0/+15
| | | | | | | | Don't allow the default group for users to be removed.
| * Add ipa-python to maintainer-clean and clean up .pyc filesRob Crittenden2007-11-281-0/+3
| |
* | change location of radius data in ldap fromJohn Dennis2007-11-301-2/+2
| | | | | | | | | | | | cn=radius,cn=services,cn=etc to cn=radius
* | add user profile command line arg to all radiusJohn Dennis2007-11-281-3/+11
| | | | | | | | | | | | | | | | profile command line tools to select between shared and per user profiles modify AttributeValueCompleter so default values prefer previously entered values in editing session
* | merged radius work with latest mainline tipJohn Dennis2007-11-288-26/+247
|\|
| * Add xml-rpc interface for getting keytabs.Karl MacMillan2007-11-212-0/+31
| | | | | | | | Warning: this lacks any sort of authorization.
| * Move packages to ipa from freeipa.Karl MacMillan2007-11-212-6/+12
| |
| * Bump the version numbers for release. Also removeKarl MacMillan2007-11-212-2/+2
| | | | | | | | | | | | specific version check on freeradius. Packages aren't available and the freeradius support isn't ready anyway.
| * Generate master password from Simo.Karl MacMillan2007-11-211-0/+12
| |
| * Initial replication setup.Karl MacMillan2007-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This add replication setup through two new commands: ipa-replica-prepare and ipa-replica-install. The procedure is to run ipa-replica-prepare on an existing master. This will collect information about the realm and the current master and create a file storing all of the information. After copying that file to the new replica, ipa-replica-install is run (with -r to create a read-only replica). This version of the patch also includes fixes for the sasl mappings on the replicas. Remaining features: - ssl for replication. - automatic configuration of mesh topology for master (or a simpler way to replicate multiple masters. - tool for view / configuring current replication.
| * Fix indentation error that occured in mergeRob Crittenden2007-11-211-11/+11
| |
| * Enable group inactivation by using the Class of Service plugin.Rob Crittenden2007-11-202-5/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds 2 new groups: activated and inactivated. If you, or a group you are a member of, is in inactivated then you are too. If you, or a group you are a member of, is in the activated group, then you are too. In a fight between activated and inactivated, activated wins. The DNs for doing this matching is case and white space sensitive. The goal is to never have to actually set nsAccountLock in a user directly but move them between these groups. We need to decide where in the CLI this will happen. Right it is split between ipa-deluser and ipa-usermod. To inactivate groups for now just add the group to inactivate or active.
| * Implement the password policy UI and finish IPA policy UIRob Crittenden2007-11-163-12/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes a default password policy Custom fields are now read from LDAP. The format is a list of dicts with keys: label, field, required. The LDAP-based configuration now specifies: ipaUserSearchFields: uid,givenName,sn,telephoneNumber,ou,title ipaGroupSearchFields: cn,description ipaSearchTimeLimit: 2 ipaSearchRecordsLimit: 0 ipaCustomFields: ipaHomesRootDir: /home ipaDefaultLoginShell: /bin/sh ipaDefaultPrimaryGroup: ipausers ipaMaxUsernameLength: 8 ipaPwdExpAdvNotify: 4 This could use some optimization.
| * Handle ldap.UNWILLING_TO_PERFORM more gracefullyRob Crittenden2007-11-091-0/+5
| |
| * Require uniqueness in the name/comment field of delegationsRob Crittenden2007-11-091-0/+10
| | | | | | | | | | | | Fix error reporting in the UI to include the detailed message Sort delegations by name when displaying them Update the name field from "Name" to "Delegation Name"
| * Enable multi-value field support for some attributes on the edit pagesRob Crittenden2007-11-081-0/+5
| | | | | | | | | | Better error reporting in the GUI Include a document describing how multi-valued fields work
* | fix regular expression used in parse_key_value_pairs()John Dennis2007-11-271-1/+1
| |
* | do a better job of handling attribute deletionJohn Dennis2007-11-271-14/+11
| |
* | add parse_items(), read_items_file()John Dennis2007-11-262-16/+33
| | | | | | | | move read_pairs_file() to ipautil
* | add ItemCompleter classJohn Dennis2007-11-261-1/+101
| |
* | add command line utilites for radius profilesJohn Dennis2007-11-263-8/+110
| |
* | remove radius_client.py, move contents to radius_util.pyJohn Dennis2007-11-263-168/+149
| |