ad_access.c revision 03abdaa21ecf562b714f204ca42379ff08626f75
/*
SSSD
Authors:
Stephen Gallagher <sgallagh@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 <security/pam_modules.h>
#include "src/providers/data_provider.h"
#include "src/providers/dp_backend.h"
#include "src/providers/ad/ad_access.h"
#include "src/providers/ldap/sdap_access.h"
static void
void
{
struct tevent_req *req;
struct ad_access_ctx *access_ctx =
struct ad_access_ctx);
struct sss_domain_info *domain;
/* Handle subdomains */
return;
}
} else {
}
/* Verify that the account is not locked */
if (!req) {
return;
}
}
static void
{
int pam_status;
return;
}
/* We got the proper approval or denial */
return;
}
/* Something went wrong */
return;
}