Add entryUUID attribute to user model
This commit is contained in:
parent
371b53ff4e
commit
97fd755cbd
@ -165,6 +165,9 @@ class User extends AuthUser {
|
|||||||
gecos: `${this.first_name} ${this.last_name}`,
|
gecos: `${this.first_name} ${this.last_name}`,
|
||||||
mail: this.email,
|
mail: this.email,
|
||||||
objectClass: ['inetOrgPerson', 'person'],
|
objectClass: ['inetOrgPerson', 'person'],
|
||||||
|
entryuuid: this.uuid,
|
||||||
|
entryUUID: this.uuid,
|
||||||
|
objectGuid: this.uuid,
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( this.tagline ) ldap_data.extras_tagline = this.tagline
|
if ( this.tagline ) ldap_data.extras_tagline = this.tagline
|
||||||
|
Loading…
Reference in New Issue
Block a user