Lines Matching full:backend
83 \fBHDB\fP backend function pointer structure
85 The \fBHDB\fP structure is what the KDC and kadmind framework uses to query the backend database wh…
108 Fetch an entry from the backend
110 Fetch an entry from the backend, flags are what type of entry should be fetch: client, server, krbt…
138 Get an hdb_entry from a classical DB backend
140 If the database is a classical DB (ie BDB, NDBM, GDBM, etc) backend, this function will take a prin…
143 Store an hdb_entry from a classical DB backend
148 Delete and hdb_entry from a classical DB backend
158 Get the list of realms this backend handles. This call is optional to support. The returned realms …
163 … entry and will then later be ->\fBhdb_store()\fP into the database. The backend will still perfor…
165 The backend needs to call _kadm5_set_keys() and perform password quality checks.
172 In case the entry is locked out, the backend should set the hdb_entry.flags.locked-out flag.