[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
LDAP schema issue
- To: openldap-technical@openldap.org
- Subject: LDAP schema issue
- From: Leander Schäfer <info@netocean.de>
- Date: Mon, 01 Jun 2015 12:20:05 +0200
- User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
Hi
This is the current relevant part of my schema:
attributetype ( objectClassAccount:1.1
NAME 'mailAddress'
DESC 'The hosted mail addresses'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )
1. How can I achieve, that upper case will always and only be stored as
lower case?
2. How do I achieve a validation check whether the value is actually a
valid email addres - very simple: user@domain.tld?
Thanks & Best regards
Leander