[SSSD] Re: RFC: Configuration of trusted domain (a.k.a. subdomain) in sssd.conf

2017-01-03 Thread Michal Židek
On 01/03/2017 04:51 PM, Jakub Hrozek wrote: On Tue, Jan 03, 2017 at 04:46:25PM +0100, Michal Židek wrote: Hi, for IPA provider, we plan to add the ability to configure trusted domains (currently AD domains) in a similar way the main domain is configured in sssd.conf. If ipadomain.test is

[SSSD] Re: RFC: Configuration of trusted domain (a.k.a. subdomain) in sssd.conf

2017-01-03 Thread Jakub Hrozek
On Tue, Jan 03, 2017 at 04:46:25PM +0100, Michal Židek wrote: > Hi, > > for IPA provider, we plan to add the ability to configure > trusted domains (currently AD domains) in a similar way the > main domain is configured in sssd.conf. > > If ipadomain.test is the main IPA domain and addomain.test

[SSSD] RFC: Configuration of trusted domain (a.k.a. subdomain) in sssd.conf

2017-01-03 Thread Michal Židek
Hi, for IPA provider, we plan to add the ability to configure trusted domains (currently AD domains) in a similar way the main domain is configured in sssd.conf. If ipadomain.test is the main IPA domain and addomain.test is the AD domain and there is IPA-AD trust extablished between the two, I

[SSSD] [sssd PR#106][comment] Add a new "files" provider

2017-01-03 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/106 Title: #106: Add a new "files" provider lslebodn commented: """ I slowly started to fix python3 issues in integration tests. There are mostly issues with bytes/unicode. Here is a patch which fixes issues in your patches

[SSSD] [sssd PR#107][synchronized] WATCHDOG: Avoid non async-signal-safe from the signal_handler

2017-01-03 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/107 Author: fidencio Title: #107: WATCHDOG: Avoid non async-signal-safe from the signal_handler Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/107/head:pr107 git checkout pr107

[SSSD] [sssd PR#107][comment] WATCHDOG: Avoid non async-signal-safe from the signal_handler

2017-01-03 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/107 Title: #107: WATCHDOG: Avoid non async-signal-safe from the signal_handler fidencio commented: """ Argh, and also: ``` diff --git a/src/util/util_watchdog.c b/src/util/util_watchdog.c index 17954d1..77ba705 100644 --- a/src/util/util_watchdog.c +++

[SSSD] [sssd PR#107][synchronized] WATCHDOG: Avoid non async-signal-safe from the signal_handler

2017-01-03 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/107 Author: fidencio Title: #107: WATCHDOG: Avoid non async-signal-safe from the signal_handler Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/107/head:pr107 git checkout pr107

[SSSD] [sssd PR#107][synchronized] WATCHDOG: Avoid non async-signal-safe from the signal_handler

2017-01-03 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/107 Author: fidencio Title: #107: WATCHDOG: Avoid non async-signal-safe from the signal_handler Action: synchronized To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/107/head:pr107 git checkout pr107

[SSSD] [sssd PR#107][-Changes requested] WATCHDOG: Avoid non async-signal-safe from the signal_handler

2017-01-03 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/107 Title: #107: WATCHDOG: Avoid non async-signal-safe from the signal_handler Label: -Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#107][comment] WATCHDOG: Avoid non async-signal-safe from the signal_handler

2017-01-03 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/107 Title: #107: WATCHDOG: Avoid non async-signal-safe from the signal_handler fidencio commented: """ Here is the diff between the older version and the one about to be pushed: ``` [ffidenci@cat sssd]$ git diff diff --git a/src/util/util_watchdog.c

[SSSD] [sssd PR#106][comment] Add a new "files" provider

2017-01-03 Thread lslebodn
URL: https://github.com/SSSD/sssd/pull/106 Title: #106: Add a new "files" provider lslebodn commented: """ I had some inline comments to the python tests. And do not forget to run `pep8 src/tests/intg/*.py` after changes. """ See the full comment at

[SSSD] [sssd PR#107][+Changes requested] WATCHDOG: Avoid non async-signal-safe from the signal_handler

2017-01-03 Thread jhrozek
URL: https://github.com/SSSD/sssd/pull/107 Title: #107: WATCHDOG: Avoid non async-signal-safe from the signal_handler Label: +Changes requested ___ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to

[SSSD] [sssd PR#89][comment] nss: rewrite nss responder so it uses cache_req

2017-01-03 Thread fidencio
URL: https://github.com/SSSD/sssd/pull/89 Title: #89: nss: rewrite nss responder so it uses cache_req fidencio commented: """ On Tue, Jan 3, 2017 at 11:06 AM, Pavel Březina wrote: > On 01/02/2017 10:44 PM, Jakub Hrozek wrote: > > On Mon, Jan 02, 2017 at 01:53:23AM

[SSSD] [sssd PR#89][comment] nss: rewrite nss responder so it uses cache_req

2017-01-03 Thread pbrezina
URL: https://github.com/SSSD/sssd/pull/89 Title: #89: nss: rewrite nss responder so it uses cache_req pbrezina commented: """ On 01/02/2017 10:44 PM, Jakub Hrozek wrote: > On Mon, Jan 02, 2017 at 01:53:23AM -0800, Pavel Březina wrote: >> @jhrozek >> * #1126 -- pam, ssh and pac (?) responders