mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
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