Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tigase authentication and Derby db #58

Open
dmattiuzzo opened this issue Oct 21, 2020 · 1 comment
Open

Tigase authentication and Derby db #58

dmattiuzzo opened this issue Oct 21, 2020 · 1 comment
Labels
question Further information is requested

Comments

@dmattiuzzo
Copy link

dmattiuzzo commented Oct 21, 2020

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'
    }
}
@dmattiuzzo dmattiuzzo added the question Further information is requested label Oct 21, 2020
@woj-tek
Copy link
Contributor

woj-tek commented Oct 21, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants