HomeSort by relevance Sort by last modified time
    Searched refs:setauthdb (Results 1 - 3 of 3) sorted by null

  /external/openssh/openbsd-compat/
port-aix.h 40 int setauthdb(const char *, char *);
80 * According to the setauthdb man page, AIX password registries must be 15
port-aix.c 327 * If we have setauthdb, retrieve the password registry for the user's
328 * account then feed it to setauthdb. This will mean that subsequent AIX auth
330 * setauthdb this is a no-op.
344 if (setauthdb(registry, old_registry) == 0)
345 debug3("AIX/setauthdb set registry '%s'", registry);
347 debug3("AIX/setauthdb set registry '%s' failed: %s",
358 * Note that if the first aix_setauthdb fails, setauthdb("") is still safe
359 * (it restores the system default behaviour). If we don't have setauthdb,
366 if (setauthdb(old_registry, NULL) == 0)
  /external/openssh/
configure     [all...]

Completed in 3028 milliseconds