|
[x]
The Solution Rating System
|
|
| With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating. - The Grade of the Solution
- The Zone Rank of the Expert Providing the Solution
- The Number of Author and Expert Comments
- The Number of Experts Contributing
- The Feedback of the Community
Your Input Matters Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site. If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
|
|
|
|
Tags:
bind, must, operation
I'm currently trying to sync our domain's MS AD with google apps via LDAP and am stuck. I'm getting a bind error so I'm assuming its an authentication problem but the un and pw are correct.
Here is my console log:
C:\ldap-sync>sync_ldap.py
Copyright 2006, Google, Inc.
All Rights Reserved.
Command: set ldap_url LDAP://server.mydomain.com
Command: set ldap_base_dn dc=mydomain,dc=com
Command: set ldap_user_filter (objectclass=organizationalPerson)
Command: connect
10-31 16:19 root INFO Connected to LDAP://server.mydomain.com
Connected to LDAP://server.mydomain.com
Command: set ldap_timeout 180
Command: set ldap_admin_name blah\administrator
Command: set ldap_password blahblahblah
Command: testfilter
*** Unknown syntax: testfilter
Command: testFilter
10-31 16:21 root ERROR LDAP error searching (objectclass=organization
alPerson): {'info': '00000000: LdapErr: DSID-0C090627, comment: In order to perf
orm this operation a successful bind must be completed on the connection., data
0, vece', 'desc': 'Operations error'}
Traceback (most recent call last):
File "C:\ldap-sync\ldap_ctxt.py", line 231, in Search
attrlist=attrlist, timeout=self.ldap_timeout)
File "C:\Python25\lib\ldap\ldapobject.py", line 498, in search_ext_s
return self.result(msgid,all=1,timeout=timeout)[1]
File "C:\Python25\lib\ldap\ldapobject.py", line 428, in result
res_type,res_data,res_msgid = self.result2(msgid,all,timeout)
File "C:\Python25\lib\ldap\ldapobject.py", line 432, in result2
res_type, res_data, res_msgid, srv_ctrls = self.result3(msgid,all,timeout)
File "C:\Python25\lib\ldap\ldapobject.py", line 438, in result3
rtype, rdata, rmsgid, serverctrls = self._ldap_call(self._l.result3,msgid,al
l,timeout)
File "C:\Python25\lib\ldap\ldapobject.py", line 97, in _ldap_call
result = func(*args,**kwargs)
OPERATIONS_ERROR: {'info': '00000000: LdapErr: DSID-0C090627, comment: In order
to perform this operation a successful bind must be completed on the connection.
, data 0, vece', 'desc': 'Operations error'}
LDAP error searching (objectclass=organizationalPerson): {'info': '00000000: Lda
pErr: DSID-0C090627, comment: In order to perform this operation a successful bi
nd must be completed on the connection., data 0, vece', 'desc': 'Operations erro
r'}
Traceback (most recent call last):
File "C:\ldap-sync\ldap_ctxt.py", line 231, in Search
attrlist=attrlist, timeout=self.ldap_timeout)
File "C:\Python25\lib\ldap\ldapobject.py", line 498, in search_ext_s
return self.result(msgid,all=1,timeout=timeout)[1]
File "C:\Python25\lib\ldap\ldapobject.py", line 428, in result
res_type,res_data,res_msgid = self.result2(msgid,all,timeout)
File "C:\Python25\lib\ldap\ldapobject.py", line 432, in result2
res_type, res_data, res_msgid, srv_ctrls = self.result3(msgid,all,timeout)
File "C:\Python25\lib\ldap\ldapobject.py", line 438, in result3
rtype, rdata, rmsgid, serverctrls = self._ldap_call(self._l.result3,msgid,al
l,timeout)
File "C:\Python25\lib\ldap\ldapobject.py", line 97, in _ldap_call
result = func(*args,**kwargs)
OPERATIONS_ERROR: {'info': '00000000: LdapErr: DSID-0C090627, comment: In order
to perform this operation a successful bind must be completed on the connection.
[16:24] jonny.mao: , data 0, vece', 'desc': 'Operations error'}
Search in LDAP found 0 users
Command:
| Answered By: |
Nopius |
| Expert Since: |
03/16/2006 |
| Accepted Solutions: |
913 |
| Computer Expertise: |
Guru |
| Education: |
Far East State University, Russia, Bachelor's Degree |
Nopius has been an Expert for 2 years 9 months, during which he has posted 3030 comments
and answered 913 questions. Nopius is just one of 448 experts in the Lightweight Directory Access Protocol (LDAP) Zone.
1 expert collaborated on this answer, which was graded an "A" by the asker.