[PATCHES] PAM: refactor pam_reply
by Pavel Reichl
Hello,
please see attached patch set which contains some refactoring which is
in my opinion quite safe. It doesn't touch the recursive call of
pam_reply() as I think that changing that would be more risky change.
Thanks!
7 years, 5 months
[PATCHES] [sssd-1.11] Fixes suitable for latest release
by Lukas Slebodnik
ehlo,
We have 19 patches in 1.11 branch on top of latest release (1.11.7)
I went through bugs filed against 1.11 branch and filter
crashes and the most important bugs.
Attached are cherrry-picked patches from 1.12/master
So we can release the latest 1.11 version. It will be just a bug-fix release.
So some conservative distribution can use it or in another words.
we don't want have 1.11 branch neither in unreleased not in unclosed state :-)
BTW I test packages with LDAP KRB5 and AD test. Of course there are any
regressions because it is a bug fix only release.
LS
7 years, 7 months
[PATCH] Improve negcache with subdomains
by Jakub Hrozek
Hi,
I noticed this bug while working on the SSH fix with
default_domain_suffix. It turns out our filter_users/filter_groups don't
work well in this scenario, which might have effect on the server load
even. Attached are patches that re-initialize negcache with filter_lists
contents after the subdomains are (re)discovered. All patches have
tests.
7 years, 8 months
[PATCH] CI: Enforce coverage make check failures
by Nikolai Kondrashov
Hi everyone,
The attached patch enforces make check failures for the CI coverage build, so
we can catch more test failures.
I think this should also be applied onto sssd-1-12.
NOTE: CI won't pass with this patch ATM, as test_ipa_subdom_server needs to be
fixed first.
Nick
7 years, 10 months
[PATCH] LDAP: Inform about small range size
by Lukas Slebodnik
ehlo,
I was reprodicing other bug and it took me some time to find out why I was not
able to resolve user. RID was bigger than range size.
I saw just general message about id mapping failer
[sdap_save_user] (0x0400): Processing user matthewbe
[sdap_save_user] (0x1000): Mapping user [matthewbe] objectSID
[S-1-5-21-2997650941-1802118864-3094776726-200065] to unix ID
[sdap_idmap_sid_to_unix] (0x0080): Could not convert objectSID
[S-1-5-21-2997650941-1802118864-3094776726-200065] to a UNIX ID
^^^^^^
Default range size is 200000
[sdap_save_user] (0x0020): Failed to save user [matthewbe]
[sdap_save_users] (0x0040): Failed to store user 0. Ignoring.
Feel free to propose better debug message. I think it would simplify debugging.
LS
7 years, 11 months
[PATCH] SUDO: Support the IPA schema
by Michal Šrubař
Hi guys, I spent some time working at this ticket
https://fedorahosted.org/sssd/ticket/1108 and I think it's finally
ready to be reviewed by others.
Description of the problem and scope of the changes can be found in
the commit message. I also wrote some unit tests but the patch is a
quite long already so I think it would be better to send the tests as
an another patch. Or should I create a patch for each modified file?
7 years, 11 months
[WIKI] Contribute and DevelTips are duplicate
by Petr Cech
Hi,
I've read the wiki according to
# https://fedorahosted.org/sssd/ticket/2706
and I think that it could be helpful clean the page
# https://fedorahosted.org/sssd/wiki/DevelTutorials
from "git topic" and create new page for everything related to git.
The motivation is, that:
* Contribute briefly describe whole process on basic level,
* DevelTips looks like How To,
* DevelTutorials are more about technologies, libraries, build process...,
* So there could be one page for everything about git.
--------------------------------------------------------------------------------
NOTES how we could edit wiki:
--------------------------------------------------------------------------------
https://fedorahosted.org/sssd/wiki/Contribute
Contribute
Contribution Policy
Source Code Repository /*
* There could be only a link to the
repo and
* reference to "New Git page".
*/
Tips and tricks for developers
QA, Development and Bug Triage
Development Repositories
Localization and Internationalization
Design Pages
Credits
Latest Documentation and Presentations
https://fedorahosted.org/sssd/wiki/DevelTips
SSSD Devel page
Are there any introductory tutorials available?
/* + Reference to the new "Git page" */
When I debug an SSSD process in a debugger, it always gets
killed with …
Using valgrind to identify memory access problems
Using strace to track the SSSD processes
How do I track work-in-progress of other developers? /*
* Is it
* still valid?
*
* I tried link
* for jhrozek and
* his sssd.git
* and the url
* doesn't exist.
*/
Why does make check take so long?
Using clang to perform static analysis of source code
When I compile the SSSD from source there is an error that says …
https://fedorahosted.org/sssd/wiki/DevelTutorials
/*
* Label @new-git-page means
* that I would like move given paragraph to the "New git page"
*/
Talloc
Tevent and tevent_req
Coding Style
Code Contributions /* @new-git-page */
Getting the source /* @new-git-page */
Building SSSD for development and debugging
Unit tests
Submitting a patch upstream /* @new-git-page */
Patch metadata /* @new-git-page */
Translation Contributions
Devel Tips
"New Git page" /* Maybe Git Tips? */
+ paragraph about git setup from Contribute->Source Code Repository
+ some paragraphs of DevelTutorials->Code Contributions
--------------------------------------------------------------------------------
I am looking forward your opinions.
Petr
7 years, 12 months