0

How can I create opends directory new attribute to insert new data about employee?

Brian Webster
  • 30,033
  • 48
  • 152
  • 225
Roshan Wijesena
  • 3,106
  • 8
  • 38
  • 57

1 Answers1

0

create a LDIF with the attribute type, add to dn: cn=schema using ldapmodify.

For details, please read this: https://www2.opends.org/wiki/page/HowToExtendTheLDAPSchema

Ken Cheung
  • 1,778
  • 14
  • 13