Sha256: d4cdb43df1a4db645af9b4ca1a3c240a9e50f734f8cd13b6c8c5d7667ef02970
Contents?: true
Size: 193 Bytes
Versions: 1
Compression:
Stored size: 193 Bytes
Contents
describe_recipe 'openldap::auth' do it 'can bind anonymously' do output = %x(/usr/bin/ldapwhoami -x 2>&1) assert_match /anonymous/, output assert_equal 0, $?.exitstatus end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
infrataster-plugin-ldap-0.0.1 | spec/cookbooks/openldap/files/default/test/auth_test.rb |