ldap_access.c revision 249a28dbf31e11794c7f35d709c5561c1555898d
/*
SSSD
Authors:
Simo Sorce <ssorce@redhat.com>
Copyright (C) 2013 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 <security/pam_modules.h>
#include "src/providers/data_provider.h"
#include "src/providers/dp_backend.h"
#include "src/providers/ldap/sdap_access.h"
{
} else {
}
}
{
struct tevent_req *req;
struct sdap_access_ctx *access_ctx;
struct sdap_access_ctx);
pd);
return;
}
}
{
int pam_status = PAM_SYSTEM_ERR;
}
}