892ddeb5190dd5c1ffa26a95142a10a0034fc5e3 |
|
20-Jun-2016 |
Pavel Březina <pbrezina@redhat.com> |
Rename dp_dyndns.h to be_dyndns.h
Reviewed-by: Sumit Bose <sbose@redhat.com>
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
b1593daeecdb40c72ef8c58546bda65c57d4e35c |
|
22-Oct-2014 |
Jakub Hrozek <jhrozek@redhat.com> |
TESTS: Add tests for the views-related option maps
Reviewed-by: Sumit Bose <sbose@redhat.com> |
573621529bf58cac9da5932adab5957026fae2a4 |
|
12-Aug-2014 |
Jakub Hrozek <jhrozek@redhat.com> |
TESTS: Check if option maps have the right number of members
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
4dd38025efda88f123eac672f87d3cda12f050c8 |
|
02-May-2014 |
Jakub Hrozek <jhrozek@redhat.com> |
LDAP: Make it possible to extend an attribute map
https://fedorahosted.org/sssd/ticket/2073
This commit adds a new option ldap_user_extra_attrs that is unset by
default. When set, the option contains a list of LDAP attributes the LDAP
provider would download and store in addition to the usual set.
The list can either contain LDAP attribute names only, or colon-separated
tuples of LDAP attribute and SSSD cache attribute name. In case only LDAP
attribute name is specified, the attribute is saved to the cache verbatim.
Using a custom SSSD attribute name might be required by environments that
configure several SSSD domains with different LDAP schemas.
Reviewed-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com> |
fcb8e3f1f49bb34c409d8dbd75889eb72be05517 |
|
02-May-2014 |
Jakub Hrozek <jhrozek@redhat.com> |
LDAP: Fix off-by-one bug in sdap_copy_opts
The sdap_copy_opts function copied all the arguments except for the
sentinel.
Reviewed-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com> |
90afedb00608547ae1f32aa7aafd552c4b306909 |
|
26-Feb-2014 |
Jakub Hrozek <jhrozek@redhat.com> |
DP: Provide separate dp_copy_defaults function
https://fedorahosted.org/sssd/ticket/2257
Reviewed-by: Pavel Březina <pbrezina@redhat.com> |
35872dc24058c5e8028cb4082fd405a27835dcd1 |
|
19-Jul-2013 |
Jakub Hrozek <jhrozek@redhat.com> |
AD: Set the bool value same as default value in opts
https://fedorahosted.org/sssd/ticket/2023
When the option values are copied using dp_opt_copy_map, the .val member
is used if it's not NULL. At the same time, the bool options are never
NULL, unlike integers or strings that can have special NULL-like values
such as NULL_STRING. This effectively means that when copying a bool
option, the .val member is always used.
But in the AD maps, some .val fields were set differently from the
.def_val fields. The effect was that when the AD subdomain provider was
initialized from IPA subdomain provider using only the defaults, some
options (notably referral chasing) were set to a value that didn't make
sense for the AD provider.
This patch makes sure that for all boolean option, the .val is always
the same as .def_val. |
74e95cfd9d3939dfe9417d79d2f6fc79b361405f |
|
03-May-2013 |
Jakub Hrozek <jhrozek@redhat.com> |
Active Directory dynamic DNS updates
https://fedorahosted.org/sssd/ticket/1504
Implements dynamic DNS updates for the AD provider. By default, the
updates also update the reverse zone and run periodically every 24
hours. |
5cdf893b7d0991e459911145b3c9b1011d31ca6b |
|
20-Apr-2012 |
Jakub Hrozek <jhrozek@redhat.com> |
Test RFC2307bis and RFC2307 option maps
https://fedorahosted.org/sssd/ticket/1281
Only user, group and autofs maps are different. Services and netgroups
are using the same map. |
51e6f026f7b8bcd6c429b10044abacc4f2393305 |
|
28-Mar-2012 |
Stephen Gallagher <sgallagh@redhat.com> |
Remove old compatibility tests
These are now replaced by the more accurate tests.
This patch also drops the runtime option-count check, since we are
always performing the more complete check at build-time. |
4ed94554593e8a20fa361ea8d7a7f223dc6ee4e8 |
|
28-Mar-2012 |
Stephen Gallagher <sgallagh@redhat.com> |
Add better tests for sdap_attr compability |
4790f7b3cff3800df92b232aec1d779db52c72b1 |
|
28-Mar-2012 |
Stephen Gallagher <sgallagh@redhat.com> |
Add better dp_option tests |
620033ce66f4827be9d508c77483fab0270d9869 |
|
07-Feb-2012 |
Jakub Hrozek <jhrozek@redhat.com> |
AUTOFS: IPA provider |
ca73004be606fe1a3003f2bc82eede4945fd0f08 |
|
31-Jan-2012 |
Stephen Gallagher <sgallagh@redhat.com> |
IPA: Add support for services lookups (non-enum) |
073e71701dc28e21aaa1750d8b456ac699b8dda8 |
|
28-Feb-2011 |
Jakub Hrozek <jhrozek@redhat.com> |
Use realm for basedn instead of IPA domain
https://fedorahosted.org/sssd/ticket/807 |
6bb57251fe37792e545a4dc3823bc1856760ed5d |
|
25-Mar-2010 |
Sumit Bose <sbose@redhat.com> |
Add a test for domain_to_basedn() |
6dd4421e76c46f46d0699471703e7dc221d05db5 |
|
25-Mar-2010 |
Jakub Hrozek <jhrozek@redhat.com> |
Regression test against RHBZ #576856 |
9fb59763bce293c2490e0b9f8e97bb1f74ba0910 |
|
04-Mar-2010 |
Stephen Gallagher <sgallagh@redhat.com> |
Add --with-test-dir option to configure
All 'make check' tests will chdir() into this directory before
running the suite. This provides the option of having temporary
files generated in a tmpfs or ramdisk |
1c48b5a62f73234ed26bb20f0ab345ab61cda0ab |
|
18-Feb-2010 |
Stephen Gallagher <sgallagh@redhat.com> |
Rename server/ directory to src/
Also update BUILD.txt |