Project

General

Profile

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

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

    (1-1/1)