Hi,
I tested the update from 7.6.1 -> 7.8.0. We are running a SLES OS, so I updated all repository files,
did a refresh and update. The WEB-Interface is up, but when I try to log in I get
Start-up of bundle "com.openexchange.authentication.ldap" failed: LGI-0009 Categories=CONFIGURATION
Message='Missing property bindOnly.' exceptionID=-1453339935-1
com.openexchange.exception.OXException: LGI-0009 Categories=CONFIGURATION Message='Missing property bindOnly.' exceptionID=-1453339935-1 at com.openexchange.exception.OXException.fillInStack Trace(OXException.java:393)
....
Bundle "com.openexchange.authentication.ldap" stopped.
It's the same config like before, using ldapsearch everything is working.
cal:/var/log/open-xchange # grep -v ^# /opt/open-xchange/etc/ldapauth.properties
java.naming.provider.url=ldap://ldap.bgc-jena.mpg.de:389/
java.naming.security.authentication=simple
com.sun.jndi.ldap.connect.timeout=10000
com.sun.jndi.ldap.read.timeout=10000
uidAttribute=uid
baseDN=dc=bgc-jena,dc=mpg,dc=de
ldapReturnField=
subtreeSearch=false
searchFilter=(objectclass=posixAccount)
bindDN=
bindDNPassword=
adsBind=false
referral=follow
useFullLoginInfo=false
Any idea ?
Thanks, Peer
I tested the update from 7.6.1 -> 7.8.0. We are running a SLES OS, so I updated all repository files,
did a refresh and update. The WEB-Interface is up, but when I try to log in I get
Start-up of bundle "com.openexchange.authentication.ldap" failed: LGI-0009 Categories=CONFIGURATION
Message='Missing property bindOnly.' exceptionID=-1453339935-1
com.openexchange.exception.OXException: LGI-0009 Categories=CONFIGURATION Message='Missing property bindOnly.' exceptionID=-1453339935-1 at com.openexchange.exception.OXException.fillInStack Trace(OXException.java:393)
....
Bundle "com.openexchange.authentication.ldap" stopped.
It's the same config like before, using ldapsearch everything is working.
cal:/var/log/open-xchange # grep -v ^# /opt/open-xchange/etc/ldapauth.properties
java.naming.provider.url=ldap://ldap.bgc-jena.mpg.de:389/
java.naming.security.authentication=simple
com.sun.jndi.ldap.connect.timeout=10000
com.sun.jndi.ldap.read.timeout=10000
uidAttribute=uid
baseDN=dc=bgc-jena,dc=mpg,dc=de
ldapReturnField=
subtreeSearch=false
searchFilter=(objectclass=posixAccount)
bindDN=
bindDNPassword=
adsBind=false
referral=follow
useFullLoginInfo=false
Any idea ?
Thanks, Peer
Comment