Re: [SSSD] SSSD and Sudo

2012-02-25 Thread JR Aquino
On Feb 25, 2012, at 1:59 PM, "Marco Pizzoli" mailto:marco.pizz...@gmail.com>> wrote: Hi guys, I had a look at this guide [1] but I'm not understanding the presented use-case. - I see that I have to add in /etc/nsswitch.conf the line "sudoers: files ldap". -> I'm telling sudo to check rules

[SSSD] SSSD and Sudo

2012-02-25 Thread Marco Pizzoli
Hi guys, I had a look at this guide [1] but I'm not understanding the presented use-case. - I see that I have to add in /etc/nsswitch.conf the line "sudoers: files ldap". -> I'm telling sudo to check rules via ldap - I have to add in sssd.conf the directive "ldap_netgroup_search_base = cn=ng

Re: [SSSD] [PATCH] Eliminate build-time requirement for nscd

2012-02-25 Thread Jakub Hrozek
On Thu, Feb 23, 2012 at 04:12:17PM -0500, Stephen Gallagher wrote: > On Thu, 2012-02-23 at 10:56 +0100, Jakub Hrozek wrote: > > On Wed, Feb 22, 2012 at 03:55:28PM -0500, Stephen Gallagher wrote: > > > We will now use the autodetected location if available, or else > > > fall back to a value provide

Re: [SSSD] [PATCH] LDAP: Remove unnecessary filter sanitize

2012-02-25 Thread Jakub Hrozek
On Fri, Feb 24, 2012 at 03:48:17PM -0500, Stephen Gallagher wrote: > The orig_dn here isn't being passed to a filter and therefore must > not be santized, as the sanitization process would break DNs that > contain (among other things) parentheses. > > > This was noticed during the review of "[PAT