Project

General

Profile

Download (183 Bytes) Statistics
| Branch: | Tag: | Revision:

def self.hook_before_create(item)
unless item.attribute_present?('cn')
cn = item.surname || ""
cn = item.givenName + " " + cn if item.givenName
item.cn = cn
end
end

(1-1/3)