Sha256: 3ed27f4b98a6dbab54147f554e1cde17db9037859a8ad457885222f6aff12083
Contents?: true
Size: 714 Bytes
Versions: 11
Compression:
Stored size: 714 Bytes
Contents
= ActiveSambaLdap plugin for Ruby on Rails == Setup You need to write RAILS_ROOT/config/ldap.yml like the following: development: host: 127.0.0.1 port: 389 base: dc=devel,dc=local,dc=net bind_dn: cn=admin,dc=local,dc=net password: secret sid: S-1-5-21-915876905-2926214379-2876160357 test: host: 127.0.0.1 port: 389 base: dc=test,dc=local,dc=net bind_dn: cn=admin,dc=local,dc=net password: secret sid: S-1-5-21-915876905-2926214379-2876160357 production: host: 127.0.0.1 port: 389 method: :tls base: dc=production,dc=local,dc=net bind_dn: cn=admin,dc=local,dc=net password: secret sid: S-1-5-21-915876905-2926214379-2876160357
Version data entries
11 entries across 11 versions & 2 rubygems