Add entryUUID attribute to user model

feature/cd
Garrett Mills 4 years ago
parent 371b53ff4e
commit 97fd755cbd
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -165,6 +165,9 @@ class User extends AuthUser {
gecos: `${this.first_name} ${this.last_name}`,
mail: this.email,
objectClass: ['inetOrgPerson', 'person'],
entryuuid: this.uuid,
entryUUID: this.uuid,
objectGuid: this.uuid,
}
if ( this.tagline ) ldap_data.extras_tagline = this.tagline

Loading…
Cancel
Save