summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui
Commit message (Collapse)AuthorAgeFilesLines
* Prompt user before downloading a keytab that this will create a new secret,Rob Crittenden2007-12-061-1/+9
| | | | breaking any existing keytabs for that principal.
* Use more common names for first and last name labelsRob Crittenden2007-12-101-2/+2
|
* Move the sort arrow to the left of the column title and don't overlap the textRob Crittenden2007-12-101-2/+2
|
* Use title case for field labelsRob Crittenden2007-12-101-5/+5
|
* Fix delegation in the UI and add a missing aci that allows writes.Rob Crittenden2007-12-071-1/+1
| | | | Make ipa-deldelegation more user-friendly.
* Add default e-mail domain to the IPA configurationRob Crittenden2007-12-105-4/+31
|
* Add principal management templatesRob Crittenden2007-12-101-0/+4
|
* Install principal edit page files.Karl MacMillan2007-12-082-0/+2
|
* 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.
* 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.
* Make uid an editable field in the Edit UI so we can do RDN changesRob Crittenden2007-12-066-17/+43
| | | | | | | 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
* 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
|
* Add UI for service principal creation and keytab retrievalRob Crittenden2007-12-058-1/+393
|
* Phase 1 of allowing admins to set the default object classes for users & groupsRob Crittenden2007-12-046-53/+198
| | | | | | | 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-031-2/+2
|
* Compatibility changes to work on RHEL 5 with python 2.4rcritten@redhat.com2007-11-304-5/+5
|
* Require that the default users group existsRob Crittenden2007-11-301-2/+2
| | | | Fix some copy-paste errors from the password policy update
* Change the password expiration message to be more precise.Rob Crittenden2007-11-292-4/+4
|
* Add ipa-python to maintainer-clean and clean up .pyc filesRob Crittenden2007-11-2813-0/+13
|
* Use same tzinfo as the time parser to avoid TypeError from being thrownRob Crittenden2007-11-211-1/+1
|
* Enable group inactivation by using the Class of Service plugin.Rob Crittenden2007-11-207-14/+82
| | | | | | | | | | | | | | | | | | | | 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-166-86/+328
| | | | | | | | | | | | | | | | | | 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.
* Replace references to Person and People with User and UsersRob Crittenden2007-11-159-25/+25
|
* Make the group cn an editable field though protected by default.Rob Crittenden2007-11-143-26/+26
| | | | Fix some issues with the multi-value to single-value reversion.
* Include multi-value fields on the Add Person pageRob Crittenden2007-11-147-117/+241
| | | | Remove multi-valued cn from groups
* Add an editors group. This is used to generally grant access for usersRob Crittenden2007-11-149-47/+52
| | | | | | | | to edit other users (the Edit link won't appear otherwise). Additional delegation is need to grant permission to individual attributes. Update the failed login page to indicate that it is a permission issue. Don't allow access to policy at all for non-admins. By default users can only edit themselves.
* Add more fields to the IPA Policy formRob Crittenden2007-11-134-1/+68
|
* Remove non-existent files from Makefile targetsRob Crittenden2007-11-132-2/+0
|
* The e-mail field should not be required.Rob Crittenden2007-11-131-1/+1
|
* Restrict access to some parts of the UI to those in the admins groupRob Crittenden2007-11-134-14/+41
|
* Fix editing groups when cn is a single-valued fieldRob Crittenden2007-11-091-2/+4
| | | | Fix some error messages that were printing the entire detail message
* Require uniqueness in the name/comment field of delegationsRob Crittenden2007-11-092-6/+31
| | | | | | 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"
* Underline columns on sort results page so users will know it is a linkRob Crittenden2007-11-121-0/+19
| | | | Restore the CSS to display the up/down arrow on sort columns
* Initial support for policy editingRob Crittenden2007-11-1213-2/+349
| | | | More work is needed as the values are currently hardcoded and not saved
* Enable multi-value field support for some attributes on the edit pagesRob Crittenden2007-11-0810-79/+472
| | | | | Better error reporting in the GUI Include a document describing how multi-valued fields work
* Update text to reflect new CSS code (sidebar now on right)Rob Crittenden2007-11-061-1/+1
|
* define Self-Service as editting your own record.Rob Crittenden2007-11-023-4/+14
| | | | | This has the side-effect of removing the realm from Loggin in as. This can be changed by using user_name instead of display_name in master.kid.
* Distinguish between active and inactive users on the Find People page.Rob Crittenden2007-11-023-3/+25
|
* groups come back as a list where the first element is the number ofRob Crittenden2007-11-021-0/+1
| | | | groups returned. Skip that element.
* Update the UI look and feelRob Crittenden2007-11-0133-411/+473
|
* TurboGears log files and log rotationRob Crittenden2007-11-012-16/+29
| | | | | | | | | | | The error log is rotated weekly on Sunday. 4 backups are saved. The access log is not stored since it would be a duplicate of the Apache logs. It can be enabled if desired. Had to move the call to daemonize() in ipa-webgui so that the fork is done before TurboGears is initialized. Otherwise the log files end up getting closed.
* Rename memberOf to group_members in xml-rpc interface.Karl MacMillan2007-10-311-2/+2
|
* Have the GUI use memberOf() instead of looping through the member DNsRob Crittenden2007-10-311-25/+5
| | | | Fix a bug in the local transport version of memberOf()
* Add delete user and group to webgui.Kevin McCarthy2007-10-234-4/+93
| | | | NOTE: this doesn't handle referential integrity.
* Set the user password when adding a userRob Crittenden2007-10-261-2/+11
|
* Rename the form fields parameter to be clearer:Kevin McCarthy2007-10-258-250/+250
| | | | | | user -> user_fields group -> group_fields delegate -> delegate_fields
* webgui side of custom fields.Kevin McCarthy2007-10-245-2/+96
|