summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | radius client modify and delete workJohn Dennis2007-11-149-18/+307
| | | | | |
| * | | | | move radius client utility code to common radius_client.py so it can be sharedJohn Dennis2007-11-132-98/+132
| | | | | |
| * | | | | ipa-addradiusclient now workingJohn Dennis2007-11-138-16/+59
| | | | | |
| * | | | | checkpoint radius client workJohn Dennis2007-11-1316-14/+424
| |\ \ \ \ \
| * | | | | | add aci's for radiusJohn Dennis2007-11-101-1/+2
| | | | | | |
| * | | | | | radius now does kerberos auth, reads client entries from LDAPJohn Dennis2007-11-104-11/+81
| | | | | | |
| * | | | | | remove offensive use of rpmJohn Dennis2007-11-064-45/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add the radiusprofile to the list of objectclasses used when creating a user
* | | | | | | Make sure we don't keep around old keys.Simo Sorce2007-12-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes problem changing passwords seen only on servers where re-installations where performed (and old secrets piled up)
* | | | | | | iMerge with upstreamSimo Sorce2007-12-1123-96/+159
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Move the sort arrow to the left of the column title and don't overlap the textRob Crittenden2007-12-101-2/+2
| | | | | | |
| * | | | | | Move dnsclient into ipa-python so that I will be able to use it in ipaconfigSimo Sorce2007-12-105-10/+9
| | | | | | |
| * | | | | | Use title case for field labelsRob Crittenden2007-12-101-5/+5
| | | | | | |
| * | | | | | Rework input validation to more closely match what we require in the UIRob Crittenden2007-12-075-77/+102
| | | | | | |
| * | | | | | Fix delegation in the UI and add a missing aci that allows writes.Rob Crittenden2007-12-073-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make ipa-deldelegation more user-friendly.
| * | | | | | Fix spellingRob Crittenden2007-12-102-2/+2
| | |_|_|_|/ | |/| | | |
| * | | | | Add default e-mail domain to the IPA configurationRob Crittenden2007-12-108-6/+37
| | | | | |
| * | | | | Remove some debugging statementsRob Crittenden2007-12-101-2/+0
| | | | | |
| * | | | | Add principal management templatesRob Crittenden2007-12-101-0/+4
| | | | | |
| * | | | | Install principal edit page files.Karl MacMillan2007-12-082-0/+2
| | | | | |
* | | | | | Minor fixSimo Sorce2007-12-111-1/+1
| | | | | |
* | | | | | Make admintools discover the domain using DNS calls to find the LDAP server.Simo Sorce2007-12-111-5/+51
| | | | | |
* | | | | | Move dnsclient into ipa-python so that I will be able to use it in ipaconfigSimo Sorce2007-12-105-10/+9
|/ / / / /
* | | | | We need the OpenSSL Crypto lib for the DES and MD4 functions to generate NTSimo Sorce2007-12-072-0/+12
| | | | | | | | | | | | | | | | | | | | and LM hashes.
* | | | | Fix kdec.length or we may try to double free() or free() uninitiualized data.Simo Sorce2007-12-071-0/+4
| | | | |
* | | | | merge from upstreamSimo Sorce2007-12-0738-147/+980
|\ \ \ \ \
| * | | | | Add back in some CSS that was removed in the big UI update.Rob Crittenden2007-12-051-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | This adds back required field colors and colored error and warning msgs.
| * | | | | Fix message about no spaces in password - spaces workKarl MacMillan2007-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | fine with ssl setup shell script removed.
| * | | | | The uid_hidden field needs to be retained until after validation succeedsRob Crittenden2007-12-061-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise if it ever fails, uid_hidden will be lost which can cause uid to not be set which cascades into lots of other errors.
| * | | | | Improve the error message when an entry is not found.Rob Crittenden2007-12-061-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We used to return the entire argument string ala: ('dc=freeipa,dc=org', 2, 'uid=foo', ['*']) This adds a regex to try to print anything after = in the filter. Not perfect but better.
| * | | | | Make uid an editable field in the Edit UI so we can do RDN changesRob Crittenden2007-12-067-20/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix group RDN changes Remove a copy/paste error in the group UI update that caused 2 updates Fix variable name so groups don't get user objectclasses Remove color CSS for field backgrounds as they override disabled field display
| * | | | | Utilize user and group objectclass lists in cn=ipaconfigRob Crittenden2007-12-063-6/+36
| | | | | | | | | | | | | | | | | | | | | | | | Change the syntax on user and group objectclasses in cn=ipaconfig
| * | | | | Merge.Karl MacMillan2007-12-0631-122/+866
| |\ \ \ \ \
| | * | | | | Add some javascript so we can put focus on the first field of the page.Rob Crittenden2007-12-064-0/+18
| | | | | | |
| | * | | | | Add 'Edit Policy' button at top of page.Rob Crittenden2007-12-061-0/+3
| | | | | | |
| | * | | | | Always show the edit link on your own recordRob Crittenden2007-12-061-2/+2
| | | | | | |
| | * | | | | Move dn removal to the XML-RPC side and remove empty attributesRob Crittenden2007-12-052-5/+23
| | | | | | |
| | * | | | | Notify the user when the search results have been truncatedRob Crittenden2007-12-052-0/+6
| | | | | | |
| | * | | | | Add UI for service principal creation and keytab retrievalRob Crittenden2007-12-0512-2/+498
| | | | | | |
| | * | | | | Merge.Karl MacMillan2007-12-052-47/+44
| | |\ \ \ \ \
| | | * | | | | Fix errors with ipautil.CalledProcessError and cleanup some imports.Karl MacMillan2007-12-042-47/+44
| | | | | | | |
| | * | | | | | Phase 1 of allowing admins to set the default object classes for users & groupsRob Crittenden2007-12-049-55/+248
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | / Groups may be iterated over so should be an empty list, not NoneRob Crittenden2007-12-051-1/+1
| | | |_|_|/ | | |/| | |
| | * | | | Convert krbmaxpwdlife and krbminpwdlife from seconds into days and hoursRob Crittenden2007-12-032-7/+18
| | | | | |
| * | | | | Committed generated spec files.Karl MacMillan2007-12-031-0/+2
| | | | | |
* | | | | | we *may* require it, it depend on the ditro in F8 cahing daemon ↵Simo Sorce2007-12-071-1/+1
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | configuration has been incorporated in the default bind install.
* | | | | Fix client installation toolSimo Sorce2007-12-041-2/+4
| | | | |
* | | | | Increase default max password lifetime from 10 to 90 daysRob Crittenden2007-12-031-1/+1
|/ / / /
* | | | Update build requires for libcap.Karl MacMillan2007-12-031-0/+2
| | | |
* | | | Improved ACIsSimo Sorce2007-11-301-9/+12
| | | |
* | | | minor typosSimo Sorce2007-11-302-2/+8
| | | |