configuration: move default values inline
This commit is contained in:
committed by
nitnelave
parent
c055c4e671
commit
adf088c74b
@@ -25,11 +25,11 @@ pub struct RunOpts {
|
||||
#[clap(short, long, default_value = "lldap_config.toml")]
|
||||
pub config_file: String,
|
||||
|
||||
/// Change ldap port. Default: 389
|
||||
/// Change ldap port. Default: 3890
|
||||
#[clap(long)]
|
||||
pub ldap_port: Option<u16>,
|
||||
|
||||
/// Change ldap ssl port. Default: 636
|
||||
/// Change ldap ssl port. Default: 6360
|
||||
#[clap(long)]
|
||||
pub ldaps_port: Option<u16>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user