Lines Matching refs:sysdb
79 "dn: cn=sysdb\n" \
80 "cn: sysdb\n" \
84 "dn: cn=ranges,cn=sysdb\n" \
102 "dn: cn=sysdb\n" \
103 "cn: sysdb\n" \
108 #include "db/sysdb.h"
146 int sysdb_upgrade_03(struct sysdb_ctx *sysdb, const char **ver);
147 int sysdb_upgrade_04(struct sysdb_ctx *sysdb, const char **ver);
148 int sysdb_upgrade_05(struct sysdb_ctx *sysdb, const char **ver);
149 int sysdb_upgrade_06(struct sysdb_ctx *sysdb, const char **ver);
150 int sysdb_upgrade_07(struct sysdb_ctx *sysdb, const char **ver);
151 int sysdb_upgrade_08(struct sysdb_ctx *sysdb, const char **ver);
152 int sysdb_upgrade_09(struct sysdb_ctx *sysdb, const char **ver);
153 int sysdb_upgrade_10(struct sysdb_ctx *sysdb, struct sss_domain_info *domain,
155 int sysdb_upgrade_11(struct sysdb_ctx *sysdb, struct sss_domain_info *domain,
157 int sysdb_upgrade_12(struct sysdb_ctx *sysdb, const char **ver);
158 int sysdb_upgrade_13(struct sysdb_ctx *sysdb, const char **ver);
159 int sysdb_upgrade_14(struct sysdb_ctx *sysdb, const char **ver);
160 int sysdb_upgrade_15(struct sysdb_ctx *sysdb, const char **ver);
161 int sysdb_upgrade_16(struct sysdb_ctx *sysdb, const char **ver);
162 int sysdb_upgrade_17(struct sysdb_ctx *sysdb,
182 * the sysdb domain object and calling sysdb_update_subdomains()
196 * outside the sysdb itself. The timestamp cache should be completely
197 * opaque to the sysdb consumers
207 * cache, false if it's a sysdb-only attribute
219 * corresponding full attributes from the sysdb cache. The new
227 * merge in the corresponding full attributes from the sysdb cache. The
241 struct sysdb_ctx *sysdb,
280 bool sysdb_entry_attrs_diff(struct sysdb_ctx *sysdb,