Project

General

Profile

« Previous | Next » 

Revision 6d235fb6

Added by Marc Dequènes over 13 years ago

  • ID 6d235fb6a566acaa0da7fc1704f820be1d02ecc1

[fix] ensure DNs outside the current base DN are handled properly

View differences:

lib/ldap_shadows/config.rb
#++
require 'ldap_shadows/config_setup'
require 'ldap_shadows/shadow'
require 'singleton'
require 'yaml'
require 'kwalify'
......
@world_config
end
# needs 'ldap_shadows/shadow' for this feature to work
def load_shadow(shadow_name = nil)
shadow_name = self.world_config[:default_shadow] if shadow_name.nil?
if shadow_name.nil?

Also available in: Unified diff