OpenLDAP Faq-O-Matic : Trash : 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] |
|