add sample and schema yaml files

This commit is contained in:
Lars Kanis
2011-05-24 08:06:08 +02:00
parent 5800f7cbc4
commit adab86a3f0
3 changed files with 109 additions and 2 deletions

View File

@ -61,7 +61,7 @@ class Application
name = entry[ldap_user_conf[:name_attribute]].first
unless name
log.warn "user attribute #{ldap_user_conf[:name_attribute].inspect} not found for #{entry.dn}"
log.warn "user attribute #{ldap_user_conf[:name_attribute].inspect} not defined for #{entry.dn}"
next
end
@ -86,7 +86,7 @@ class Application
name = entry[ldap_group_conf[:name_attribute]].first
unless name
log.warn "user attribute #{ldap_group_conf[:name_attribute].inspect} not found for #{entry.dn}"
log.warn "user attribute #{ldap_group_conf[:name_attribute].inspect} not defined for #{entry.dn}"
next
end