Constant kanidmd_lib::constants::schema::JSON_SCHEMA_CLASS_POSIXACCOUNT
source · pub const JSON_SCHEMA_CLASS_POSIXACCOUNT: &str = r#"
{
"attrs": {
"class": [
"object",
"system",
"classtype"
],
"description": [
"Object representation of a posix account, requires account"
],
"sync_allowed": [
"true"
],
"classname": [
"posixaccount"
],
"systemmay": [
"loginshell",
"unix_password"
],
"systemmust": [
"gidnumber"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000057"
],
"systemsupplements": [
"account"
]
}
}
"#;