/*
Authors:
Jakub Hrozek <jhrozek@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/>.
*/
#ifndef _SYSDB_AUTOFS_H_
#define _SYSDB_AUTOFS_H_
/* subdirs in cn=custom in sysdb. We don't store autofs stuff in sysdb directly
* b/c it's not name-service-switch data */
const char *name,
const char *autofsmapname,
struct sysdb_attrs *attrs,
int cache_timeout,
struct sss_domain_info *domain,
const char *map_name,
struct ldb_message **map);
const char *name);
const char *map,
const char *key,
const char *value,
struct sysdb_attrs *attrs);
const char *entry_dn);
struct sss_domain_info *domain,
const char *mapname,
struct ldb_message ***_entries);
const char *name,
struct sysdb_attrs *attrs,
int mod_op);
char *
struct sss_domain_info *domain,
const char *map_name,
const char *entry_name,
const char *entry_value);
#endif /* _SYSDB_AUTOFS_H_ */