/*
SSSD
IPA Backend Module -- configuration retrieval
Authors:
Jan Zeleny <jzeleny@redhat.com>
Copyright (C) 2012 Red Hat
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "providers/ipa/ipa_config.h"
#include "providers/ipa/ipa_common.h"
#include "providers/ldap/sdap_async.h"
struct ipa_get_config_state {
char *base;
const char **attrs;
};
struct tevent_req *
struct tevent_context *ev,
struct sdap_handle *sh,
struct sdap_options *opts,
const char *domain,
const char **attrs)
{
char *ldap_basedn;
return NULL;
}
goto done;
}
} else {
}
goto done;
}
goto done;
}
false);
goto done;
}
done:
}
return req;
}
{
struct tevent_req);
struct ipa_get_config_state);
if (ret) {
goto done;
}
if (reply_count != 1) {
"got %zu.\n", reply_count);
goto done;
}
done:
} else {
}
}
struct sysdb_attrs **config)
{
struct ipa_get_config_state);
return EOK;
}