Projects tigase _server server-core Issues #1413
Tigase authentication and Derby db (#1413)
Open
Unknown opened 4 years ago

Hi guys, i have deployed tigase by docker and i can't login by ldap. I also cannot see any error on log. Any idea?

authRepository {
    default () {
        cls = 'tigase.db.ldap.LdapAuthProvider'
        uri = 'ldap://xxx.xx.xx:389'
        'user-dn-pattern' = 'CN=%1$s,OU=xx,OU=xx,OU=xx,OU=xx,DC=xx,DC=xx,DC=xxx'
    }
}

dataSource () {
    default () {
        uri = 'jdbc:derby:xxxxx_tigasedb;create=true;autoCreateUser=true'
    }
}
Unknown commented 4 years ago

Which authentication method do you use? Could you enable more verbose debugging (see https://docs.tigase.net/tigase-server/master-snapshot/Administration_Guide/html/#debuggingTigase), especially for package db and check the logs? Were Tiagse able to connect to your LDAP server?

issue 1 of 1
Type
Question
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1413
Please wait...
Page is in error, reload to recover