sdap_access.h revision 2a91d3dd0ce4387332db27bd1a0c0005c74f870e
e07d9cb85217949d497b02d7211de8a197d2f2ebzf Stephen Gallagher <sgallagh@redhat.com>
e07d9cb85217949d497b02d7211de8a197d2f2ebzf Copyright (C) 2010 Red Hat
e07d9cb85217949d497b02d7211de8a197d2f2ebzf This program is free software; you can redistribute it and/or modify
e07d9cb85217949d497b02d7211de8a197d2f2ebzf it under the terms of the GNU General Public License as published by
e07d9cb85217949d497b02d7211de8a197d2f2ebzf the Free Software Foundation; either version 3 of the License, or
e07d9cb85217949d497b02d7211de8a197d2f2ebzf (at your option) any later version.
e07d9cb85217949d497b02d7211de8a197d2f2ebzf This program is distributed in the hope that it will be useful,
e07d9cb85217949d497b02d7211de8a197d2f2ebzf but WITHOUT ANY WARRANTY; without even the implied warranty of
e07d9cb85217949d497b02d7211de8a197d2f2ebzf MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
e07d9cb85217949d497b02d7211de8a197d2f2ebzf GNU General Public License for more details.
e07d9cb85217949d497b02d7211de8a197d2f2ebzf You should have received a copy of the GNU General Public License
e07d9cb85217949d497b02d7211de8a197d2f2ebzf along with this program. If not, see <http://www.gnu.org/licenses/>.
e07d9cb85217949d497b02d7211de8a197d2f2ebzf/* Attributes in sysdb, used for caching last values of lockout or filter
1a932f2eab9b00d713acc4205d96ca2485bf2712Quaker Fang * access control checks.
e07d9cb85217949d497b02d7211de8a197d2f2ebzf#define SYSDB_LDAP_ACCESS_FILTER "ldap_access_filter_allow"
e07d9cb85217949d497b02d7211de8a197d2f2ebzf#define SYSDB_LDAP_ACCESS_CACHED_LOCKOUT "ldap_access_lockout_allow"
e07d9cb85217949d497b02d7211de8a197d2f2ebzf/* names of ppolicy attributes */
e07d9cb85217949d497b02d7211de8a197d2f2ebzf#define SYSDB_LDAP_ACCESS_LOCKED_TIME "pwdAccountLockedTime"
e07d9cb85217949d497b02d7211de8a197d2f2ebzf const char *filter;
e07d9cb85217949d497b02d7211de8a197d2f2ebzf#endif /* SDAP_ACCESS_H_ */