sysdb_ssh.h revision 3ac7c4fe618ede980a4df8d90341ef1fd0f1f62f
/*
Authors:
Jan Cholasta <jcholast@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_SSH_H_
#define _SYSDB_SSH_H_
#define SSH_HOSTS_SUBDIR "ssh_hosts"
#define SYSDB_SSH_HOST_OC "sshHost"
#define SYSDB_SSH_KNOWN_HOSTS_EXPIRE "sshKnownHostsExpire"
const char *name,
const char *alias,
int cache_timeout,
struct sysdb_attrs *attrs);
const char *name,
int known_hosts_timeout);
int
const char *name,
struct sysdb_attrs *attrs,
int mod_op);
const char *name);
struct sss_domain_info *domain,
const char *filter,
const char **attrs,
struct ldb_message ***hosts);
struct sss_domain_info *domain,
const char *name,
const char **attrs,
struct ldb_message **host);
struct sss_domain_info *domain,
const char **attrs,
struct ldb_message ***hosts,
#endif /* _SYSDB_SSH_H_ */