Rob Crittenden
2a2d866552
Make uid an editable field in the Edit UI so we can do RDN changes
...
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
2007-12-06 15:36:42 -05:00
Rob Crittenden
6ea3d9610e
Utilize user and group objectclass lists in cn=ipaconfig
...
Change the syntax on user and group objectclasses in cn=ipaconfig
2007-12-06 00:30:26 -05:00
Karl MacMillan
f07cd5a5ad
Update build requires for libcap.
0001-01-01 00:00:00 +00:00
Simo Sorce
92d773dc30
Improved ACIs
2007-11-30 16:57:48 -05:00
Simo Sorce
86c78cbe75
minor typos
2007-11-30 16:58:02 -05:00
rcritten@redhat.com
c32a960cae
Compatibility changes to work on RHEL 5 with python 2.4
2007-11-30 15:53:02 -05:00
Simo Sorce
b04bed4e82
Min Pwd Change Time Check after Password reset and other minor fixes
2007-11-30 16:57:19 -05:00
Karl MacMillan
158b4e8ff4
Commit corrected certs.py
0001-01-01 00:00:00 +00:00
Karl MacMillan
ca118de76c
Merge.
0001-01-01 00:00:00 +00:00
Rob Crittenden
86d80f12ca
Add some javascript so we can put focus on the first field of the page.
2007-12-06 17:49:56 -05:00
Rob Crittenden
7e2f44df45
Add 'Edit Policy' button at top of page.
2007-12-06 17:46:09 -05:00
Rob Crittenden
849803d37a
Always show the edit link on your own record
2007-12-06 17:07:40 -05:00
Rob Crittenden
eb141b02ff
Move dn removal to the XML-RPC side and remove empty attributes
2007-12-05 17:26:39 -05:00
Rob Crittenden
62b8091a83
Notify the user when the search results have been truncated
2007-12-05 15:25:05 -05:00
Rob Crittenden
15b7dc6ff9
Add UI for service principal creation and keytab retrieval
2007-12-05 15:17:11 -05:00
Karl MacMillan
002312c050
Revert logging setup change because it has unintended
...
consequences during ipa-server-install.
0001-01-01 00:00:00 +00:00
Rob Crittenden
8ff9f63d80
Require that the default users group exists
...
Fix some copy-paste errors from the password policy update
2007-11-30 13:27:33 -05:00
Rob Crittenden
bac556557d
Don't allow the admins or editors groups to be removed.
...
Don't allow the default group for users to be removed.
2007-11-30 12:49:08 -05:00
Rob Crittenden
72595ab1a5
delete_group() takes a DN, not a CN. Also do slightly better error reporting.
2007-11-30 12:04:16 -05:00
Rob Crittenden
5025e990e9
Remove optional arguments from the XML-RPC interface
2007-11-29 16:48:32 -05:00
Rob Crittenden
74d0fba899
Change the password expiration message to be more precise.
2007-11-29 16:43:38 -05:00
Rob Crittenden
ab67029d94
Add utility to lock user accounts. Remove lock capability from ipa-deluser
...
Fix bootstrap.ldif to add new Class of Service entries properly
Include some man pages that weren't being installed
2007-11-26 22:28:53 -05:00
Rob Crittenden
0b1650e7ad
Add ipa-python to maintainer-clean and clean up .pyc files
2007-11-28 12:33:14 -05:00
Rob Crittenden
2e7f629d91
Remove unnecessary attribute left over from testing
2007-11-26 20:34:59 -05:00
Karl MacMillan
3b4f0db73e
Convert the setup of ssl from a shell script to a
...
python module. This is in preparation for user
supplied certs.
0001-01-01 00:00:00 +00:00
Karl MacMillan
cd93c81a13
Committed generated spec files.
0001-01-01 00:00:00 +00:00
Karl MacMillan
c397041bfa
Merge.
0001-01-01 00:00:00 +00:00
Rob Crittenden
2fbe5cbf49
Phase 1 of allowing admins to set the default object classes for users & groups
...
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.
2007-12-04 13:18:37 -05:00
Rob Crittenden
69765f52ce
Groups may be iterated over so should be an empty list, not None
2007-12-05 15:12:24 -05:00
Rob Crittenden
299e457698
Convert krbmaxpwdlife and krbminpwdlife from seconds into days and hours
2007-12-03 18:07:47 -05:00
Karl MacMillan
a174d6d6e6
Fix mode on ipa-keytab-util.
0001-01-01 00:00:00 +00:00
Karl MacMillan
ad3fcc200c
Merge.
0001-01-01 00:00:00 +00:00
Karl MacMillan
90d6fefe32
Fix errors with ipautil.CalledProcessError and cleanup some imports.
0001-01-01 00:00:00 +00:00
Karl MacMillan
61258a645c
Add ipa-keytab-util to spec.
0001-01-01 00:00:00 +00:00
Karl MacMillan
d2378f13d0
Merge.
0001-01-01 00:00:00 +00:00
John Dennis
d53915954e
merge
2007-12-04 10:08:08 -05:00
John Dennis
4e1d291d15
change location of radius data in ldap from
...
cn=radius,cn=services,cn=etc
to
cn=radius
2007-11-30 20:29:12 -05:00
John Dennis
6be932e8af
fix merge error
2007-11-29 11:44:50 -05:00
John Dennis
d7a7ba4f45
add user profile command line arg to all radius
...
profile command line tools to select between shared
and per user profiles
modify AttributeValueCompleter so default values prefer
previously entered values in editing session
2007-11-28 12:06:06 -05:00
John Dennis
904b76059c
merged radius work with latest mainline tip
2007-11-28 07:49:07 -05:00
John Dennis
c939c5d289
fix regular expression used in parse_key_value_pairs()
2007-11-27 22:52:11 -05:00
John Dennis
f73bd4e27e
bug fixes
2007-11-27 21:55:06 -05:00
John Dennis
3fb9a81339
checkpoint bug fixing and cleanup of command line radius tools
2007-11-27 21:29:50 -05:00
John Dennis
5d1ca46ea7
do a better job of handling attribute deletion
2007-11-27 16:16:10 -05:00
John Dennis
82654731ab
checkpoint work to add attribute deletion
2007-11-27 07:57:49 -05:00
John Dennis
78b5987101
add parse_items(), read_items_file()
...
move read_pairs_file() to ipautil
2007-11-26 23:11:49 -05:00
John Dennis
c5a43a0168
add ItemCompleter class
2007-11-26 20:59:53 -05:00
John Dennis
09238510ff
add command line utilites for radius profiles
2007-11-26 19:30:33 -05:00
John Dennis
4f33d67418
remove radius_client.py, move contents to radius_util.py
2007-11-26 11:12:58 -05:00
John Dennis
2c2069d3ec
checkpoint radius client add,modify,find,del working, command line args handled correctly
2007-11-26 09:46:19 -05:00