I would like identify an attribute in an entry to hold only one value from a list of possible values. For example: attribute ?status? can only have one of the following values: OFF, ON, UNKNOWN and nothing else. Is there such a construct in LDAP and if there is please provide a link or an example how to implement.
Thank you.
Eugene M Liberman wrote:
I would like identify an attribute in an entry to hold only one value from a list of possible values. For example: attribute ‘status’ can only have one of the following values: OFF, ON, UNKNOWN and nothing else. Is there such a construct in LDAP and if there is please provide a link or an example how to implement.
No, there is nothing like that. You could write a pre-operation plugin in C to do that.
Thank you.
-- Fedora-directory-devel mailing list Fedora-directory-devel@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-devel
389-devel@lists.fedoraproject.org