Use inetOrgPerson as the structural objectClass for each user instead of account. Add sn and givenName attributes to each user.
Some kind of one-time script will need to be run to modify existing users. First/last name information should be pulled from UWLDAP.
Use `inetOrgPerson` as the structural objectClass for each user instead of `account`. Add `sn` and `givenName` attributes to each user.
Some kind of one-time script will need to be run to modify existing users. First/last name information should be pulled from UWLDAP.
Use
inetOrgPerson
as the structural objectClass for each user instead ofaccount
. Addsn
andgivenName
attributes to each user.Some kind of one-time script will need to be run to modify existing users. First/last name information should be pulled from UWLDAP.