nsssrv_nc.h revision 1c48b5a62f73234ed26bb20f0ab345ab61cda0ab
2N/A Copyright (C) Simo Sorce <ssorce@redhat.com> 2008 2N/A This program is free software; you can redistribute it and/or modify 2N/A it under the terms of the GNU General Public License as published by 2N/A the Free Software Foundation; either version 3 of the License, or 2N/A (at your option) any later version. 2N/A This program is distributed in the hope that it will be useful, 2N/A but WITHOUT ANY WARRANTY; without even the implied warranty of 2N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2N/A GNU General Public License for more details. 2N/A You should have received a copy of the GNU General Public License 2N/A/* init the in memory negative cache */ 2N/A/* check if the user is expired according to the passed in time to live */ 2N/A/* add a new neg-cache entry setting the timestamp to "now" unless 2N/A * "permanent" is set to true, in which case the timestamps is set to 0 2N/A * and the negative cache never expires (used to permanently filter out 2N/A * users and groups) */ 2N/A#
endif /* _NSS_NEG_CACHE_H_ */