CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2010/06/30 18:43:56
Modified files: usr.sbin/ldapd : modify.c Log message: Add checks that we're not adding immutable attributes, just as we're disallowing modifying immutable attributes. Remove the check for modifying operational attributes, as there's nothing that disallows that (except that they're also often marked as immutable). While here, check the return value from ber_add_* and ldap_add_attribute.