The 'error code 49' rings a bell for me, and the message confirms the authentication issue.
My first guess would be the plugin is somehow trying to query the LDAP server to get the email from a committer username (compulsory for svn, unnecessary for Git but the plugin may not currently be able to adapt). So I would either: * look at the plugin code to see how it's trying to find the culprit email *and/or, ask your sysadmin to allow anonymous bind (even only temporarily to confirm hypothesis) My 2 cents Le 5 févr. 2014 22:28, "schujk" <[email protected]> a écrit : > Not sure if this is a Jenkins plugin issue or our VM... > > Git is our SCM, We have the editable email plugin configured to send email > to developer, recipients and culprits for fixed, still failing and failing. > Only recipients are receiving the email for still failing and failing but > all seems to work with fixed. Log file shows warnings, which we've always > had. They only 'new' thing is this LDAP error but our IT folks don't know > what that means... > > hudson.plugins.active_directory.ActiveDirectorySecurityRealm$DescriptorImpl > bind > WARNING: Failed to authenticate while binding to xxx.xxx.xxx.com:3268 > javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: > LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, > v1db1 > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
