matrix-org / matrix-synapse-ldap3

An LDAP3 auth provider for Synapse
Apache License 2.0
127 stars 46 forks source link

Active Directory authentication on matrix sypnase #53

Closed ChrisMag18 closed 5 years ago

ChrisMag18 commented 5 years ago

Guys, please give me procedure step by step how to make my matrix synapse users authenticated via Active Directory... i do not know how to connect my active directory on my matrix synapse server... My OS is CentOS 7... Please help me guys... thanks and God Bless...

maxidorius commented 5 years ago

@ChrisMag18 This password provider hasn't seen some love for a while. You might want to try your luck with mxisd instead which offers full LDAP integration.

ChrisMag18 commented 5 years ago

@maxidor do you have step by step procedure how to install and configure mxisd? i am just a newbie how to set this up... please help me... Thanks and God Bless...

maxidorius commented 5 years ago

it's all explained on the repository documentation, just follow the instructions and the step by steps. If all fail, see the repo for the Matrix support room.

ChrisMag18 commented 5 years ago

@maxidor Okey i will try and hopefully it will be successful.. Thanks and God Bless

ChrisMag18 commented 5 years ago

@maxidor Okey i will try and hopefully it will be successful.. Thanks and God Bless

ChrisMag18 commented 5 years ago

@maxidor how can i install mxisd in CentOS 7? the one that i have cloned is for Debian... Please help... Thanks

maxidorius commented 5 years ago

Please use the mxisd repo or the Matrix room, as I was merely giving you pointers to another project.

ChrisMag18 commented 5 years ago

@maxidor Please help... what maybe my mistake with this error? Thanks and God Bless...

[root@chat mxisd]# java -jar build/libs/mxisd.jar 2018-10-25 18:22:47.103 INFO [ main] k.m.MatrixIdentityServerApplication : Starting MatrixIdentityServerApplication on chat.ckgoc.com with PID 13188 (/root/mxisd/build/libs/mxisd.jar started by root in /root/mxisd) 2018-10-25 18:22:47.108 INFO [ main] k.m.MatrixIdentityServerApplication : No active profile set, falling back to default profiles: default 2018-10-25 18:22:50.715 INFO [ main] io.kamax.mxisd.config.MatrixConfig : --- Matrix config --- 2018-10-25 18:22:50.721 WARN [ main] ConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'appServiceHandler' defined in URL [jar:file:/root/mxisd/build/libs/mxisd.jar!/BOOT-INF/classes!/io/kamax/mxisd/as/AppServiceHandler.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'matrixConfig': Invocation of init method failed; nested exception is io.kamax.mxisd.exception.ConfigurationException: Invalid or empty value for configuration key matrix.domain 2018-10-25 18:22:50.763 ERROR [ main] .b.d.LoggingFailureAnalysisReporter :


APPLICATION FAILED TO START


Description:

Invalid or empty value for configuration key matrix.domain

Action:

Double check the key value

maxidorius commented 5 years ago

@ChrisMag18 This repo is not about mxisd and it would be both rude and inappropriate to support mxisd here. Please open an issue on the mxisd repo or come to its Matrix room.