Lines Matching full:registry
325 * If we have setauthdb, retrieve the password registry for the user's
334 char *registry;
341 if (getuserattr((char *)user, S_REGISTRY, ®istry, SEC_CHAR) == 0) {
342 if (setauthdb(registry, old_registry) == 0)
343 debug3("AIX/setauthdb set registry '%s'", registry);
345 debug3("AIX/setauthdb set registry '%s' failed: %s",
346 registry, strerror(errno));
355 * Restore the user's registry settings from old_registry.
365 debug3("%s: restoring old registry '%s'", __func__,
368 debug3("%s: failed to restore old registry %s", __func__,