Constant kanidmd_lib::constants::schema::JSON_SCHEMA_ATTR_LOGINSHELL
source · pub const JSON_SCHEMA_ATTR_LOGINSHELL: &str = r#"{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"A posix users unix login shell"
],
"index": [],
"unique": [
"false"
],
"multivalue": [
"false"
],
"sync_allowed": [
"true"
],
"attributename": [
"loginshell"
],
"syntax": [
"UTF8STRING_INSENSITIVE"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000061"
]
}
}"#;