Displaying 2 results from an estimated 2 matches for "operationserror".
Did you mean:
operations_error
2013 Jan 14
3
Samba4 AD delegation to read userPassword attribute
...d I use 2 LDAP databases?
Fedora 17, latest updates applied
Samba: Version 4.1.0pre1-GIT-813bd03
dovecot-2.1.10-4.fc17.i686
At first I tried to use the auth_bind method of Dovecot, but very soon I realized (via tcpdump) that you first have to authenticate to Samba4:
...
searchResDone
resultCode: operationsError (1)
matchedDN:
Operation unavailable without authentication
...
I defined the properties in dovecot-ldap.conf like this:
---------------------------------------------------
uris = ldaps://192.168.0.1:636
dn = cn=ldap,ou=USER,dc=example,dc=de
dnpass = somepassword
base = dc=example,dc=de
scope =...
2007 Oct 25
0
apache mod_authnzldap against Active Directory
...): [client
10.XX.XXX.XX] [13437] auth_ldap authenticate: using URL
ldap://10.XX.X.XXX:389/DC=centos,DC=org?sAMAccountName?sub?(objectClass=*)
In capturing the packets I see that it binds successfully several times and
then tries to authenticate. The AD box returns:
LDAPMessage searchResDone(5) operationsError (00000000: LdapErr:
DSID-0C090627, comment: In order to perform this operation a successful bind
must be completed on the connection., data 0, vece) [0 results]
None of the binds that occur in the capture failed though. (all the bind
responses reported success)
The appropriate (anonymized) li...