ffcrm_ldap 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/Readme.md +26 -3
  2. data/VERSION +1 -1
  3. metadata +2 -2
data/Readme.md CHANGED
@@ -2,9 +2,32 @@
2
2
 
3
3
  ## Installation
4
4
 
5
- 1. add gem 'ffcrm_ldap' to your Gemfile
6
- 2. run generator rails generate ffcrm_ldap:install
7
- 3. configure ldap.yml and ldap_attributes_map.yml
5
+ Include the gem in your Gemfile:
6
+
7
+ gem "ffcrm_ldap", "~> 0.1.1"
8
+
9
+ Generate config files
10
+
11
+ rails generate ffcrm_ldap:install
12
+
13
+ Configure ldap.yml
14
+
15
+ development:
16
+ host: ldap.example.com
17
+ port: 548
18
+ ssl: true
19
+ bind_dn: 'uid=admin.user,ou=admins,dc=example,dc=com'
20
+ bind_passwd: 'password'
21
+ search_base: "ou=people,dc=example,dc=com"
22
+ user_filter: "(uid=%s)"
23
+
24
+ Configure ldap_attributes_map.yml
25
+
26
+ email: mail
27
+ first_name: givenname
28
+ last_name: sn
29
+ phone: telephonenumber
30
+ mobile: mobile
8
31
 
9
32
 
10
33
  ## Contributing to ffcrm_ldap
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffcrm_ldap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -132,7 +132,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
132
132
  version: '0'
133
133
  segments:
134
134
  - 0
135
- hash: -3007996190829436272
135
+ hash: 3581296224403242936
136
136
  required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  none: false
138
138
  requirements: