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

Version Path
activesambaldap-0.1.0 rails/README
activesambaldap-0.0.9 rails/README
activesambaldap-0.0.8 rails/README
ActiveSambaLdap-0.0.7 rails/README
activesambaldap-0.0.7 rails/README
activesambaldap-0.0.1 rails/plugin/active_samba_ldap/README
activesambaldap-0.0.6 rails/plugin/active_samba_ldap/README
activesambaldap-0.0.5 rails/plugin/active_samba_ldap/README
activesambaldap-0.0.4 rails/plugin/active_samba_ldap/README
activesambaldap-0.0.3 rails/plugin/active_samba_ldap/README
activesambaldap-0.0.2 rails/plugin/active_samba_ldap/README