(Answer) (Category) OpenLDAP Faq-O-Matic : (Category) Trash : (Answer) How do I define a new attribute type?
You can use the attribute slapd.conf(5) directive to define new attribute types. Without an explicit attribute definition, the server will assume the attribute type is a case insensitive string (cis).

Examples:

  attribute myCIS cis   # Case Ingore String
  attribute myCES ces   # Case Exact String
  attribute myDN dn     # Distinguished Name
  attribute myBIN bin   # Binary
  attribute myTel tel   # Telephone Number

[Append to This Answer]
This document is: http://www.openldap.org/faq/index.cgi?file=260
[Search] [Appearance]
This is a Faq-O-Matic 2.721.test.
© Copyright 1998-2013, OpenLDAP Foundation, info@OpenLDAP.org