Could not authenticate you from Ldapmain because “Invalid credentials”

Here is my gitlab.rb
gitlab_rails[‘ldap_enabled’] = true
gitlab_rails[‘ldap_servers’] = YAML.load <<-‘EOS’
main:
label: ‘Gitlab LDAP’
host: ‘shurik.bigdone.com
port: 389
uid: ‘uid’
method: ‘plain’
bind_dn: ‘uid=shurik,ou=users,dc=bigdone,dc=com’
password: ‘12341234’
allow_username_or_email_login: false
block_auto_created_users: false
base: ‘ou=users,dc=bigdone,dc=com’
EOS

When i do gitlab-rake gitlab:ldap:check
writes to me Checking LDAP …

LDAP: … Server: ldapmain
LDAP authentication… Success
LDAP users with access to your GitLab server (only showing the first 100 results)

Checking LDAP … Finished

I go through the gitlab, he writes an error
Could not authenticate you from Ldapmain because “Invalid credentials”

HELP PLZ!!!