Re: [Freeipa-devel] [PATCH] 2. Enabling SUDO support

2010-09-10 Thread Dmitri Pal
Rob Crittenden wrote: Dmitri Pal wrote: See patch comment for more details. ACK with these exceptions: I made a few minor changes in the ldif syntax: - remove blank lines - add missing dn: cn=schema - move SYNTAX to just before X-ORIGIN in hostMask I also fixed the SUDO service group

Re: [Freeipa-devel] [PATCH] 524 spec file cleanup

2010-09-10 Thread Adam Young
On 09/09/2010 06:13 PM, Rob Crittenden wrote: Clean up the spec file, add Requires for nss-pam-ldapd for F14+ Also do the following: - Remove conflicts on mod_ssl - Remove a lot of version checking for EOL'd Fedora versions - Add a few conditionals for rhel6 - Add Requires of nss-tools on

Re: [Freeipa-devel] Optimizing for the common case: automount and DNS

2010-09-10 Thread Rob Crittenden
Dmitri Pal wrote: Adam Young wrote: Both Automount and DNS are heirarchical entities. DNS starts with a zone. Usually, a zone is a domain name, like redhat.com. It might be more specific, like devel.redhat.com. A DNS setup is going to have at a minimum one zone, and is likely to only have

Re: [Freeipa-devel] Optimizing for the common case: automount and DNS

2010-09-10 Thread Dmitri Pal
Adam Young wrote: On 09/10/2010 10:24 AM, Rob Crittenden wrote: Dmitri Pal wrote: Adam Young wrote: Both Automount and DNS are heirarchical entities. DNS starts with a zone. Usually, a zone is a domain name, like redhat.com. It might be more specific, like devel.redhat.com. A DNS setup

[Freeipa-devel] Javascript coding standards

2010-09-10 Thread Adam Young
I started a page on the Trac wiki for Javascrpt coding standards. The old wiki does not accept my userid and password, otherwise, I would have put it next to the standards for C and Python. https://fedorahosted.org/freeipa/wiki/Javascript_Coding_Standards The standards are pretty meagre

Re: [Freeipa-devel] [PATCH] Splitting service principal into service name and hostname.

2010-09-10 Thread Endi Sukma Dewata
- Adam Young ayo...@redhat.com wrote: ACK, although please add the following error check in add.js line 67ish if (response.error){ if (response.error.message){ alert(response.error.message); }else{ alert(error adding entry); } return; } OK, fixed in the new attachment. Thanks! --

Re: [Freeipa-devel] [PATCH] Splitting service principal into service name and hostname.

2010-09-10 Thread Adam Young
On 09/10/2010 12:49 PM, Endi Sukma Dewata wrote: Splitting service principal into service name and hostname. The EntityBuilder has been modified to obtain the pkey value by invoking getPKey(). This function can be overriden for different entities. The addOptionsFunction() has been renamed to

[Freeipa-devel] [PATCH] 527 add --no-host-dns option to ipa-replica-install

2010-09-10 Thread Rob Crittenden
ipa-server-install has a --no-host-dns option but ipa-replica-install didn't. This evens the playing field. rob From e5982445330979fc711086e2be5933299b4bd213 Mon Sep 17 00:00:00 2001 From: Rob Crittenden rcrit...@redhat.com Date: Fri, 10 Sep 2010 17:51:08 -0400 Subject: [PATCH] Add

Re: [Freeipa-devel] [PATCH] 527 add --no-host-dns option to ipa-replica-install

2010-09-10 Thread Adam Young
On 09/10/2010 05:56 PM, Rob Crittenden wrote: ipa-server-install has a --no-host-dns option but ipa-replica-install didn't. This evens the playing field. rob ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

[Freeipa-devel] [PATCH] admiyo-freeipa-0023-user-whoami.patch

2010-09-10 Thread Adam Young
user whoami Added a whoami option to the user, allows the user to query their own information based on their Kerberos principal https://fedorahosted.org/freeipa/attachment/ticket/47/admiyo-freeipa-0023-user-whoami.patch This will be used to return the users principal and rolegroups.