mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
7 lines
133 B
Rust
7 lines
133 B
Rust
use serde::{Deserialize, Serialize};
|
|
|
|
#[derive(Serialize, Deserialize)]
|
|
pub struct Options {
|
|
pub password_reset_enabled: bool,
|
|
}
|