Simo Sorce
3fd4b9ba2c
Initial support for confiuguring a DNS Server during installation.
...
It's not perfect yet but good enough to include it.
2007-09-20 15:10:21 -04:00
Kevin McCarthy
4e79c37c60
Add password changing call to web gui.
2007-09-19 15:59:01 -07:00
Kevin McCarthy
036cf58042
Handle add/remove failures a little bit better.
...
Still some refinements that can be done, but at least it shows the failures
now.
2007-09-19 13:43:52 -07:00
Kevin McCarthy
f17071533a
Implement asynchronous search for groups.
...
Use the filter generation code to search on multiple fields.
2007-09-19 08:42:34 -07:00
Kevin McCarthy
6b3d1e85da
Add client-side search limit parameter for user search.
...
Limit editgroup user ajax search.
Minor UI cleanup for editgroup.
2007-09-18 14:58:30 -07:00
Kevin McCarthy
c4998d3902
Fixes to the edit protected checkbox.
...
- Make checkbox sticky on round trips
- Make required fields validate when checkbox is checked.
2007-09-18 10:54:53 -07:00
Kevin McCarthy
8190404706
Prevent members from being added added twice.
...
Display search message while in progress.
Correctly calculate number of search results after filtering.
2007-09-17 15:24:11 -07:00
Kevin McCarthy
cc1585daff
Persist adds and removes on a server round trip.
2007-09-17 11:46:48 -07:00
Kevin McCarthy
65e4d27e99
patch queue: groupmember.patch
2007-09-14 15:20:09 -07:00
rcritten@redhat.com
b85668579e
Use ticket forwarding with TurboGears. mod_proxy forwards the principal
...
name and location of the keytab. In order for this keytab to be usable
TurboGears and Apache will need to run as the same user. We will also need
to listen only on localhost in TG.
2007-09-14 17:19:02 -04:00
Kevin McCarthy
a809d44429
Adding sort images.
2007-09-13 10:40:50 -07:00
Simo Sorce
7633abb9e4
Better we do not fiddle with /etc/hosts, make sure to abort and let the admin
...
fix it.
2007-09-13 12:10:55 -04:00
Simo Sorce
2ca655980b
Better way to ask for the Realm name, with implicit default
2007-09-12 18:58:56 -04:00
Kevin McCarthy
0e355a734f
Group edit page
2007-09-12 10:40:31 -07:00
Simo Sorce
533044903d
Add confirmation when asking un-echoed passwords
2007-09-12 13:20:57 -04:00
Simo Sorce
fd61df06c5
Avoid showing passwords.
...
Patch from William Jon McCann <mccann@jhu.edu>
2007-09-12 11:55:19 -04:00
Simo Sorce
5898ae527a
In the TCP case there is an extra (redundant) lenght
...
field before the packet data, address the problem.
2007-09-12 11:51:16 -04:00
Kevin McCarthy
c4ab64cabc
Add group screen. More to come...
2007-09-11 14:51:51 -07:00
Kevin McCarthy
b4297caa8b
Small fixes to proxyprovider.
2007-09-11 14:45:53 -07:00
Kevin McCarthy
5ef768484a
Adds javascript table sorting for user results
...
Adds tablekit: http://www.millstream.com.au/view/code/tablekit/ licensed under MIT.
2007-09-13 10:26:35 -07:00
rcritten@redhat.com
ed6ab17c9c
Add function to allow user's to set/reset their kerberos password
...
Remove some unused calls to retrieve the current realm
2007-09-11 02:48:53 -04:00
rcritten
182fbe3094
Enable mod_proxy to sit in front of TurboGears and pass along the
...
kerberos principal name
Add an identity an visit class to TurboGears that can handle the user
without requiring a database
Update the UI to show the user correctly.
Note that this is currently disabled. It is hardcoded to always return the
principal test@FREEIPA.ORG in proxyprovider.py
It doesn't handle an unauthorized request because that can never happen.
2007-09-10 16:33:01 -04:00
Kevin McCarthy
37d10e0c51
Edit protected fields checkbox on user edit page.
...
(Password updating still doesn't work due to ACI though)
2007-09-10 10:02:33 -07:00
Karl MacMillan
ab0f69891d
Overwrite ldappwd file to fix bug when reinstalling IPA.
0001-01-01 00:00:00 +00:00
Karl MacMillan
d0c856d547
Reset version numbers for next milestone.
0001-01-01 00:00:00 +00:00
Karl MacMillan
b690ccd795
Added tag milestone_3 for changeset d3a37950495c
0001-01-01 00:00:00 +00:00
Karl MacMillan
d15ad0f26a
Update version numbers for release.
0001-01-01 00:00:00 +00:00
Kevin McCarthy
903e11631c
Fix duplicate entry error to be more descriptive.
...
Add TurboGears to required package list
Clear password on Edit Person page.
Change uidnumber/gidnumber on Add Person to say 'Generated by server'
2007-09-07 16:53:34 -07:00
Kevin McCarthy
9bb9dbae42
Add required packages to README
2007-09-07 15:18:51 -07:00
Simo Sorce
e7cb308e06
Reference the interactive method by default
2007-09-07 16:38:30 -04:00
Simo Sorce
873bbbd2de
Merging with upstream
2007-09-07 14:26:26 -04:00
rcritten@redhat.com
2377e8bcb0
Add group command-line tools to the Makefile
...
Updated installation instructions
2007-09-07 17:49:44 -04:00
Kevin McCarthy
78bcc22c40
small release fixes:
...
- Make password not required for add person
- Fix for searching on '*' or ''
2007-09-07 11:07:59 -07:00
Simo Sorce
566018f4d4
Better file parsing routines,
...
also switch to recreate ldap.conf and krb5.conf from scratch on clients,
avoid nasty failures in case the original files contained strange directives
2007-09-06 17:57:54 -04:00
Kevin McCarthy
c821699b64
Password changes:
...
- remove password generator button
- add confirm password field
2007-09-06 14:28:21 -07:00
Simo Sorce
450e2661d5
Better file parsing routines,
...
also switch to recreate ldap.conf and krb5.conf from scratch on clients,
avoid nasty failures in case the original files contained strange directives
2007-09-06 17:57:54 -04:00
Simo Sorce
584baa7ee2
merge ipa-server/ipaserver/util.py into ipa-python/ipautil.py
...
this way freeipa-client does not depend on freeipa-server
2007-09-04 16:13:15 -04:00
Simo Sorce
48e70a4bf0
Merge with upstream
2007-09-04 15:40:24 -04:00
Simo Sorce
abeda55e34
Add password request for admin user
...
Set password for admin user using the Directory Mangaer account
and the mozldapldappaswd binary to get and SSL connection
Fix some timeout problems with deploying keytabs
Fix ipa_pwd_extop to actuallt correctly detect an SSL connection
Do not ask for the user to use for the directory unless 'dirsrv' is
an existing user which may clash, create it silently
2007-08-31 18:40:01 -04:00
Simo Sorce
7a0629ea55
More DIT fixes discovered after testing
2007-08-31 18:36:54 -04:00
Kevin McCarthy
00e299467c
Add account deactivation checkbox.
...
Fix genModList to lowercase all keys and use CIDict.
2007-08-31 10:59:26 -07:00
Kevin McCarthy
c85c8eede3
Add 'test' target to makefiles. Hook up ipautil tests to run.
2007-09-04 10:22:45 -07:00
Simo Sorce
de96b9a9da
Megre in form upstream
2007-08-30 19:42:39 -04:00
Simo Sorce
12b46527c6
Complete autodiscovery with autoconfiguration
...
The code is still not perfect and rely on a yet unreleased
nss_ldap package that fix dns discovery problems within nss_ldap
itself.
Also the manipulation of krb5.conf need to be improved
2007-08-30 19:40:54 -04:00
Kevin McCarthy
90a34f3865
Add auto-suggest for uid and email fields.
2007-08-30 15:10:48 -07:00
Kevin McCarthy
59f843517d
Add scriptaculous effects library (will add more if they become necessary).
...
Scriptaculous <http://script.aculo.us/ > is released under an MIT license.
2007-08-30 15:05:12 -07:00
Simo Sorce
a9b9a55392
Fix copy&paste error, its not the conf files we need access to,
...
we need to access the generated keytabs
2007-08-30 15:31:27 -04:00
Simo Sorce
a8fe485065
Integrate corrections pointed out on the list
2007-08-30 12:23:39 -04:00
Simo Sorce
bebc413366
Finalize DIT, this is waht we are probably going to have in the end,
...
or something very close to this one
Add default groups and admin user
TODO: need to discuss more in deep uid/gid generation, this will
probably change as soon as the DNA plugin is activated
2007-08-29 18:07:05 -04:00
Simo Sorce
46eeca740e
Merge in with upstream
2007-08-28 10:46:03 -04:00