[Freeipa-devel] [PATCH] Unused value in initdefault_encoding_utf8

2011-01-17 Thread Martin Kosek
There is no use for return value of Py_InitModule3. Removing it in this patch. https://fedorahosted.org/freeipa/ticket/710 From c151923f2ccec6dc044311a49060eac9400f3d04 Mon Sep 17 00:00:00 2001 From: Martin Kosek mko...@redhat.com Date: Mon, 17 Jan 2011 12:49:16 +0100 Subject: [PATCH] Unused

Re: [Freeipa-devel] [PATCH] Unused value in initdefault_encoding_utf8

2011-01-17 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/17/2011 01:00 PM, Martin Kosek wrote: There is no use for return value of Py_InitModule3. Removing it in this patch. https://fedorahosted.org/freeipa/ticket/710 Ack -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux)

Re: [Freeipa-devel] error - Configuration of CA failed

2011-01-17 Thread Dmitri Pal
Виктор Сергеевич wrote: Hi ALL!! After added repo ipa-devel i'am have error: The following operations may take some minutes to complete. Please wait until the prompt is returned. Configuring ntpd [1/4]: stopping ntpd [2/4]: writing configuration [3/4]: configuring ntpd to start on

Re: [Freeipa-devel] error - Configuration of CA failed

2011-01-17 Thread John Dennis
On 01/17/2011 03:33 AM, Виктор Сергеевич wrote: Hi ALL!! After added repo ipa-devel i'am have error: 2011-01-17 11:04:10,374 CRITICAL failed to restart ca instance Command '/sbin/service pki-cad status' returned non-zero exit status 4 Did you do a yum upgrade and pull in the packages from

[Freeipa-devel] [PATCH] 680 ldap lockout

2011-01-17 Thread Rob Crittenden
Update kerberos password policy values on LDAP binds. This is so locked-out accounts in kerberos don't try things using LDAP instead. On a failed bind this will update krbLoginFailedCount and krbLastFailedAuth and will potentially fail the bind altogether. On a successful bind it will zero

Re: [Freeipa-devel] [PATCH] 0055 Consolidate sudo data in one subtree

2011-01-17 Thread JR Aquino
ACK. Please push. On 1/14/11 3:03 PM, Simo Sorce sso...@redhat.com wrote: On Fri, 14 Jan 2011 17:33:31 -0500 Dmitri Pal d...@redhat.com wrote: Simo Sorce wrote: Put all sudo data except the legacy ou=SUDOers into the cn=sudo subtree. Ticket: #773 Simo. Does it include the

[Freeipa-devel] [PATCH] Better output from ipactl command

2011-01-17 Thread Simo Sorce
The following 2 patches enhance the ipactl command output (also used in the ipa init script). The first patch fixes ticket #765, the second nis just for coherency with other scripts like this. Simo. -- Simo Sorce * Red Hat, Inc * New York From 3c510115dc4a47d0f1447fe06d1333411e5bee94 Mon Sep

Re: [Freeipa-devel] [PATCH] 0055 Consolidate sudo data in one subtree

2011-01-17 Thread Simo Sorce
On Mon, 17 Jan 2011 16:28:52 + JR Aquino jr.aqu...@citrix.com wrote: ACK. Please push. On 1/14/11 3:03 PM, Simo Sorce sso...@redhat.com wrote: On Fri, 14 Jan 2011 17:33:31 -0500 Dmitri Pal d...@redhat.com wrote: Simo Sorce wrote: Put all sudo data except the legacy

[Freeipa-devel] [PATCH] fix selinux policies for ipa_kpasswd

2011-01-17 Thread Simo Sorce
The ipa_kpasswd daemon apparently can't listyend on udp due to an error in the selinux policies. The attached patch fixes it. Simo. -- Simo Sorce * Red Hat, Inc * New York From b479417638507e1adc0ab71a72de9f57826a13e7 Mon Sep 17 00:00:00 2001 From: Simo Sorce sso...@redhat.com Date: Mon, 17

[Freeipa-devel] [PATCH] admiyo-0150-search-unit-tests

2011-01-17 Thread Adam Young
From eb83c2170a64aa9f760f25d1019bb9bf6f6238eb Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Mon, 17 Jan 2011 12:31:31 -0500 Subject: [PATCH] search unit tests Unit tests were by the hiding of the search, and elements from the action panel. ---

[Freeipa-devel] [PATCH] 0059 Add command to test if DNS is active

2011-01-17 Thread Simo Sorce
This patch implements the feature requested in ticket #600 The internal dns_is_enabled command returns whether the DNS service is enable on at least one of the server in the domain. The UI can use this command to determine whether to show the DNS related configuration options. Simo. -- Simo

Re: [Freeipa-devel] [PATCH] 0059 Add command to test if DNS is active

2011-01-17 Thread Adam Young
On 01/17/2011 01:11 PM, Simo Sorce wrote: This patch implements the feature requested in ticket #600 The internal dns_is_enabled command returns whether the DNS service is enable on at least one of the server in the domain. The UI can use this command to determine whether to show the DNS

[Freeipa-devel] [PATCH] 681 set default maxint

2011-01-17 Thread Rob Crittenden
Set a default for maxint that matches what xmlrpclib can handle. Also handle marshalling errors from xmlrpclib so users don't get a backtrace. This was discovered by a typo in a dns serial number which exceeded 4 bytes. To test try something like: $ ipa dnszone-add

[Freeipa-devel] [PATCH] 0060 fix ipa-join, prevent it crashing

2011-01-17 Thread Simo Sorce
Fix a ipa-join segfault due to improper handling of NULL credentials. Fixes ticket #783. Simo. -- Simo Sorce * Red Hat, Inc * New York From 16ee251376ed9817ceb59b57b64ce5f0720f43e9 Mon Sep 17 00:00:00 2001 From: Simo Sorce sso...@redhat.com Date: Mon, 17 Jan 2011 18:42:21 -0500 Subject:

Re: [Freeipa-devel] [PATCH] admiyo-0149-jslint-cleanup

2011-01-17 Thread Endi Sukma Dewata
On 1/17/2011 10:12 PM, Adam Young wrote: After this patch is applied running, jsl -conf jsl.conf Will report no errors. Running clean is then a requirement for committing patches to the javascript code base ACK and pushed to master. -- Endi S. Dewata

Re: [Freeipa-devel] [PATCH] admiyo-0150-search-unit-tests

2011-01-17 Thread Endi Sukma Dewata
On 1/18/2011 12:32 AM, Adam Young wrote: ACK and pushed to master. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] [PATCH] New certificate and Kerberos key status behavior.

2011-01-17 Thread Endi Sukma Dewata
Hi, The attached patch is a further adjustment for item #3 of this bug: https://fedorahosted.org/freeipa/ticket/670 The status panel for certificates and Kerberos keys has been modified to display only the current status with the relevant buttons. New icons have been added to replace the

[Freeipa-devel] [PATCH] CSS class for buttons without icons.

2011-01-17 Thread Endi Sukma Dewata
Hi, The attached patch addresses item #5 of this bug: https://fedorahosted.org/freeipa/ticket/670 A new CSS class has been added for buttons without icons. The IPA.button() has been modified to use this class if there is no icons specified. -- Endi S. Dewata From

[Freeipa-devel] [PATCH] Unprovision message and buttons adjustments.

2011-01-17 Thread Endi Sukma Dewata
Hi, The message and buttons in the unprovision dialog box have been updated according to the latest spec. -- Endi S. Dewata From e0e62d8c324ce2e91cbed59a4559c31eb7379f61 Mon Sep 17 00:00:00 2001 From: Endi S. Dewata edew...@redhat.com Date: Tue, 18 Jan 2011 14:29:59 +0700 Subject: [PATCH]