add person class to user

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

@ -164,7 +164,7 @@ class User extends AuthUser {
sn: this.last_name,
gecos: `${this.first_name} ${this.last_name}`,
mail: this.email,
objectClass: 'inetOrgPerson',
objectClass: ['inetOrgPerson', 'person'],
}
if ( this.tagline ) ldap_data.extras_tagline = this.tagline

Loading…
Cancel
Save