Re: [Freeipa-devel] [PATCH] 287 Updated color scheme.

2011-09-28 Thread Endi Sukma Dewata
On 9/27/2011 10:12 PM, Endi Sukma Dewata wrote: The UI background has been replaced with new images from UXD. Ticket #1842 Demo: http://edewata.fedorapeople.org/freeipa/install/ui/index.html Pushed to master and ipa-2-1. -- Endi S. Dewata ___ Fre

[Freeipa-devel] script to proxy-ize a dogtag instance

2011-09-28 Thread Ade Lee
Hi, With recent changes, Dogtag instances in IPA now reside behind an Apache proxy and are accessed using ports 80 and 443. This is the default configuration for any newly created instances. Older instances that have been recently upgraded will need to run a script to upgrade the Dogtag configu

[Freeipa-devel] [PATCH 49/49] ticket #1870 - subclass SimpleLDAPObject

2011-09-28 Thread John Dennis
We use convenience types (classes) in IPA which make working with LDAP easier and more robust. It would be really nice if the basic python-ldap library understood our utility types and could accept them as parameters to the basic ldap functions and/or the basic ldap functions returned our utility t

Re: [Freeipa-devel] [Pki-devel] [Fwd: script to proxy-ize a dogtag instance]

2011-09-28 Thread Adam Young
On 09/28/2011 11:46 AM, Ade Lee wrote: Cross posting to pki-devel. ___ Pki-devel mailing list pki-de...@redhat.com https://www.redhat.com/mailman/listinfo/pki-devel Additional change: diff /etc/httpd/conf.d/nss.conf.orig /etc/httpd/conf.d/nss.conf

[Freeipa-devel] [PATCH] #1881 client install when anonymous access is prevented

2011-09-28 Thread Simo Sorce
This patch allows ipa-client-install to successfully complete if anonymous access is not allowed on the LDAP server. I have tested this by changing the value of nsslapd-allow-anonymous-access from 'on' to 'rootdse' in cn=config See NOTE about this option. This patch warns the user that full verif

[Freeipa-devel] [PATCH] 288 Disable enroll button if nothing selected.

2011-09-28 Thread Endi Sukma Dewata
A new IPA.dialog_button class has been added to encapsulate the buttons in the dialog box so they can be managed more easily. The adder dialog has been modified to disable the enroll button if there is no entries selected. Ticket #1856 -- Endi S. Dewata From 0b94a6059fdb02161169413df34439f670c1

Re: [Freeipa-devel] [PATCH] 288 Disable enroll button if nothing selected.

2011-09-28 Thread Adam Young
On 09/28/2011 06:50 PM, Endi Sukma Dewata wrote: A new IPA.dialog_button class has been added to encapsulate the buttons in the dialog box so they can be managed more easily. The adder dialog has been modified to disable the enroll button if there is no entries selected. Ticket #1856 ___

Re: [Freeipa-devel] [PATCH] 288 Disable enroll button if nothing selected.

2011-09-28 Thread Endi Sukma Dewata
On 9/28/2011 7:59 PM, Adam Young wrote: On 09/28/2011 06:50 PM, Endi Sukma Dewata wrote: A new IPA.dialog_button class has been added to encapsulate the buttons in the dialog box so they can be managed more easily. The adder dialog has been modified to disable the enroll button if there is no e