From: Wojciech Kaczmarek Date: 2003-04-03T13:53:54+09:00 Subject: Re: eval'ing a config file Wed, 2 Apr 2003 03:00:54 +0900, Paul Brannan wrote: > >> LDAP_HOST = foo.bar.com >> LDAP_PORT = 389 >> LDAP_PASS = foobar > > Change this to: > > LDAP_HOST = 'foo.bar.com' > LDAP_PORT = 389 > LDAP_PASS = 'foobar' [snip] > Change this to: > > require '/etc/ldaprc' Shouldn't it be `load' rather than `require'? `require' is looking for a file ending with .rb (as of 1.6.8) -- Three shalt be the number thou shalt count, and the number of the counting shalt be three.