[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Ldap error 80
Hi,
I'm stuck with the LDAP error code 80, every time I try to use SASL
authentication, I get this error:
[malere@rdnt03 java]$ java Crammd5
javax.naming.NamingException: [LDAP: error code 80 - no secret in database]
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2699)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2601)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2406)
at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2323)
at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:211)
at
com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:79)
at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
at javax.naming.InitialContext.init(InitialContext.java:222)
at javax.naming.InitialContext.<init>(InitialContext.java:198)
at
javax.naming.directory.InitialDirContext.<init>(InitialDirContext.java:83)
at Crammd5.main(Crammd5.java:61)
These are the messages generated via SYSLOG:
Apr 2 14:36:13 rdnt03 slapd[3640]: daemon: conn=451 fd=89 connection from
IP=127.0.0.1:3400 (IP=0.0.0.0:389) accepted.
Apr 2 14:36:13 rdnt03 slapd[22367]: conn=451 op=0 SRCH base="" scope=0
filter="(objectClass=*)"
Apr 2 14:36:13 rdnt03 slapd[22367]: conn=451 op=0 RESULT tag=101 err=0
text=
Apr 2 14:36:13 rdnt03 slapd[22368]: conn=451 op=1 BIND dn="" method=163
Apr 2 14:36:22 rdnt03 slapd[12286]: conn=451 op=2 BIND dn="" method=163
Apr 2 14:36:22 rdnt03 slapd[12286]: conn=451 op=2 RESULT tag=97 err=80
text=unable to get user's secret
Apr 2 14:36:22 rdnt03 slapd[3640]: conn=-1 fd=89 closed
Can anybody point me a way to try to solve this problem ? I'm about a week
stuck by this problem.
Thanks in advance,
Luiz Malère