0

I have user objects in LDAP which has these to attributes: givenName,lastName. For some applications I need an attribute which shows the full name.

How can I get this work with virtual attributes? SLAPO-RWM seems only to map single attributes.


givenName=Test
lastName=Tus

Should create a virtual attribute fullName="Test Tus".

1 Answers1

1

CommonName (cn) is the attribute generally used to store the full name.

Ludovic Poitou
  • 4,788
  • 2
  • 21
  • 30