server: Add graphql support for setting attributes
This commit is contained in:
committed by
nitnelave
parent
9e88bfe6b4
commit
c6ecf8d58a
@@ -194,6 +194,7 @@ impl TryFrom<ResultEntry> for User {
|
||||
first_name,
|
||||
last_name,
|
||||
avatar: avatar.map(base64::encode),
|
||||
attributes: None,
|
||||
},
|
||||
password,
|
||||
entry.dn,
|
||||
|
||||
Reference in New Issue
Block a user