MySQL 8.4.0
Source Code Documentation
PasswdFrontend::Config Struct Reference

#include <passwd.h>

Public Attributes

Cmd cmd {Cmd::Set}
 
std::string filename
 
std::string username
 
Kdf kdf {Kdf::Sha256_crypt}
 
unsigned long cost {ShaCryptMcfAdaptor::kDefaultRounds}
 

Member Data Documentation

◆ cmd

Cmd PasswdFrontend::Config::cmd {Cmd::Set}

◆ cost

unsigned long PasswdFrontend::Config::cost {ShaCryptMcfAdaptor::kDefaultRounds}

◆ filename

std::string PasswdFrontend::Config::filename

◆ kdf

Kdf PasswdFrontend::Config::kdf {Kdf::Sha256_crypt}

◆ username

std::string PasswdFrontend::Config::username

The documentation for this struct was generated from the following file: