Kevin McCarthy
859291a706
Add delete user and group to webgui.
...
NOTE: this doesn't handle referential integrity.
2007-10-23 16:46:50 -07:00
Rob Crittenden
28641544e7
Set the user password when adding a user
2007-10-26 12:35:32 -04:00
Kevin McCarthy
1d746c9fc2
Rename the form fields parameter to be clearer:
...
user -> user_fields
group -> group_fields
delegate -> delegate_fields
2007-10-25 09:18:45 -07:00
Kevin McCarthy
358d279a53
webgui side of custom fields.
2007-10-24 16:04:17 -07:00
Mark McLoughlin
6e6237e54a
Fix host_name buglet in ipa-server-install
...
This patch fixes a couple of buglets with read_ip_address():
1) It writes host_name to /etc/hosts, but isn't currently
being passed host_name
2) It doesn't return the IP address even though the caller
expects it
Signed-off-by: Mark McLoughlin <markmc@redhat.com >
2008-02-21 15:23:29 +00:00
Karl MacMillan
263fba1468
Handle selinux failure
...
Ignore errors if setsebool fails and print a warning.
-
Karl MacMillan
2703be51c8
Print warning about NTP
...
After looking into setting up ntpd on the IPA servers I decided it
was better just to warn admins. There are just too many valid setups
for time synchronization for us to try to get this right. Additionally,
just installing ntp and accepting the default config will result in
a configuration that is perfectly valid for IPA.
This patch checks if ntpd is running and suggests enabling it if it
is not - for client and server. It also adds some suggested next
steps to the server installation.
-
Rob Crittenden
f5cc36507b
Add dependency on python-krbV
2007-10-24 15:39:05 -04:00
Kevin McCarthy
60d46ac660
Fix devel mode for the webgui.
2007-10-23 09:02:55 -07:00
Rob Crittenden
04636b8ae7
Add an LDAP attribute -> label mapping function to XML-RPC layer
...
Move some ACI functions around in preparation for cli delegation
2007-10-22 17:06:52 -04:00
Rob Crittenden
a47f893957
update_user and update_group need to be defined differently in order
...
to be available to the XML-RPC interface
2007-10-22 10:09:39 -04:00
Kevin McCarthy
f881e21f7f
Add add/edit/show for manager and secretary fields.
2007-10-19 15:19:28 -07:00
Karl MacMillan
1685751b1c
Remove dependency between ipa-pyton and ipa-server
...
Current ipa-python imports and calls code from ipaserver (which is in
the ipa-server package). This makes it impossible to use the admin
tools or the ipa-python package on a system without the server bits
installed. This fixes that in a fairly minimal way.
-
Kevin McCarthy
5e651a6496
Finish the email autosuggest.
...
For now I've added a new API call. The field-specific searching is
a ways off.
2007-10-18 14:33:55 -07:00
Rob Crittenden
f018c2123c
Require mod_nss-1.0.7-2 or higher. This version fixes an issue when
...
using mod_nss with mod_proxy.
2007-10-19 11:41:59 -04:00
Rob Crittenden
ba0adcffb1
Require SSL for the XML-RPC interface
2007-10-19 10:14:30 -04:00
Karl MacMillan
086193af0a
Remove the use of uuid in the directory server instance name.
...
The use of a uuid for the DS instance name is overkill and it is a real
pain. This patch will use ipa-realm-name instead (resulting in something
like slapd-EXAMPLE-COM). All periods are converted to "-" because the DS
can't handle periods in server ids.
-
Kevin McCarthy
c4bd800b37
Fix HTML errors on empty fields. Move roomnumber to address section.
2007-10-19 09:18:51 -07:00
Kevin McCarthy
fd8690dd63
Add a flash message to the top of the page when there are validation errors.
2007-10-19 08:59:40 -07:00
Karl MacMillan
4427ff78f6
Add exception template.
-
Kevin McCarthy
12047b529a
Add an exception/error handler to the web gui.
2007-10-18 09:46:13 -07:00
Rob Crittenden
d28b759e00
Fix build issues related to the autotools conversion
2007-10-18 22:03:54 -04:00
Karl MacMillan
875940ddd3
Print traceback to the install log on unexpected error.
-
Rob Crittenden
3eba5d3b8d
Add httpinstance.py
2007-10-18 16:20:00 -04:00
Karl MacMillan
4c59be2b0d
Fix autogen.sh to correctly compare versions and removed .la files from packages.
-
Kevin McCarthy
6249f20526
Add logger objects to each controller.
...
Fix up the config settings for logging.
2007-10-17 16:45:20 -07:00
Karl MacMillan
4718fc6dff
Merge with head.
-
Kevin McCarthy
f8a9d2021a
Sort users by last name. Make labeleduri a link.
2007-10-17 13:42:45 -07:00
Kevin McCarthy
0b2b499e42
Add print media CSS. Rename delegation edit button to 'update'.
2007-10-17 13:12:43 -07:00
Karl MacMillan
1d2c024afa
Additional build fixes from autoconf merge.
-
Karl MacMillan
31fb0033ba
Merge.
-
Kevin McCarthy
8e88028417
patch queue: jslint_fixes.patch
2007-10-16 10:54:47 -07:00
Kevin McCarthy
2dcab902b8
Remove coffee-spewing color from delete button. Adjust nav-link and size.
2007-10-16 10:14:27 -07:00
Kevin McCarthy
3db0f99977
Adds deletion for delegations.
...
The deletion is only triggered via javascript, so they must hit confirm.
2007-10-16 10:01:30 -07:00
Kevin McCarthy
1592229c3c
Fixes to acilist: make use POST, use field labels.
2007-10-15 16:21:10 -07:00
Kevin McCarthy
60e78feeba
Fix for when there's a single ACI.
2007-10-15 14:55:42 -07:00
Kevin McCarthy
40930c9b11
Fix list delegations to show field labels.
...
Also fix script tags on delegateform.kid.
2007-10-15 14:17:51 -07:00
Kevin McCarthy
117a78f909
Rename delegatenewform to delegateform.
2007-10-15 13:17:26 -07:00
Karl MacMillan
c49d478b92
Fix build from autoconf patch import.
-
Karl MacMillan
f8fba3b7dd
Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>.
-
Simo Sorce
08855a4d77
Better handling of IPv4/IPv6 sockets in ipa-kpasswd
...
Tested with UDP and works
2007-10-12 13:24:41 -04:00
Rob Crittenden
ed8f506b0f
First step in enabling SSL in the IPA web server
2007-10-15 15:42:12 -04:00
Rob Crittenden
dac58ee693
Enabled memberof plugin
2007-10-16 10:17:39 -04:00
Kevin McCarthy
233915b780
Add basic delegation editing.
2007-10-15 13:07:39 -07:00
Kevin McCarthy
fbbdd27b53
Creates an update_entry api call, aliases update_user and update_group to it.
2007-10-15 09:04:13 -07:00
Kevin McCarthy
63f7cdf7f7
Adds delegation listing and creation to the GUI.
2007-10-12 15:11:55 -07:00
Rob Crittenden
af0a1d989b
Verify that the LDAP ports are available during installation.
2007-10-15 13:27:05 -04:00
Rob Crittenden
95f0c52013
Remove buggy connection caching. Create a new connection for each LDAP
...
request.
2007-10-12 10:37:36 -04:00
Simo Sorce
d2c73bfd4d
Fix make (local-)dist
2007-10-12 12:03:50 -04:00
Simo Sorce
beba92bca0
Don't print error on fresh install
2007-10-12 12:03:02 -04:00