-
Notifications
You must be signed in to change notification settings - Fork 430
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
Ldap #174
base: master
Are you sure you want to change the base?
Ldap #174
Conversation
Changes: added ldap section to application.ini added step5.php for ldap configuration for install section. added username column to main_users and employee, candidate, org_head view/models
Changes: added ldap section to application.ini added step5.php for ldap configuration for install section. added username column to main_users and employee, candidate, org_head view/models added ldap_constans.php
Hi, Thank you for showing interest in our Product!! Yes, we are feasible to have a discussion with your team. We'll be happy to share you our product road map over a discussion. Kindly send us your details to our support email at [email protected] for further communication. Have a great day ahead! |
Hi tarassh, Are you available to help with your LDAP pull request? I am looking to implement Sentrifugo + LDAP in our environment, and I'm having some bother. We cannot seem to login with the LDAP straight after installation completes. The account is in MYSQL DB, but doesn't log in and we don't see any LDAP requests at all. |
Hello tiagooandre,
Did you change ini file by your hands?
…On 11 December 2017 at 16:11, tiagooandre ***@***.***> wrote:
Hi tarassh,
First of all, thank you for making LDAP integration available and possible.
I'm new here so, I hope don't do nothing wrong.
I am having some problems in the pre-requisites with regard to LDAP.
I have already changed the application/configs/application.ini file but
it still doesn't check when I access via browser. Is it necessary to make
any further changes that I haven't noticed?
I hope you can help me and keep up the good work!
Thank you very much.
[image: capturar]
<https://user-images.githubusercontent.com/34443290/33835038-0e71aa54-de7d-11e7-97e3-fe1d7daeabf3.PNG>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#174 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFoUvnFVYVLlvdxX-__yLpcr19CrmrbVks5s_TgEgaJpZM4OrAOu>
.
|
Hello tiagooandre,
Please ignore my previous reply.
Have you installed php ldap module?
…On 11 December 2017 at 16:11, tiagooandre ***@***.***> wrote:
Hi tarassh,
First of all, thank you for making LDAP integration available and possible.
I'm new here so, I hope don't do nothing wrong.
I am having some problems in the pre-requisites with regard to LDAP.
I have already changed the application/configs/application.ini file but
it still doesn't check when I access via browser. Is it necessary to make
any further changes that I haven't noticed?
I hope you can help me and keep up the good work!
Thank you very much.
[image: capturar]
<https://user-images.githubusercontent.com/34443290/33835038-0e71aa54-de7d-11e7-97e3-fe1d7daeabf3.PNG>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#174 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFoUvnFVYVLlvdxX-__yLpcr19CrmrbVks5s_TgEgaJpZM4OrAOu>
.
|
Hi @tarassh, I've already fixed that problem but now, unfortunately, I have another one. When I try to configure "LDAP Server Settings" section I see this error: Do you know what could be? |
Hello!! Well @tarassh , I've already fix the error "Protocol Error(2)" but now, again, I've another error. Thanks again! |
From this point, as I remember, every error is related to ldap protocol.
Sentrifugo Ldap support is implemented on top of Zend framework. Maybe
there you will find an answer to your error.
What type of ldap service are you using? OpenLDAP or MS AD? Some
configuration parameters may differ between AD and OpenLDAP.
I think, LDAP configuration examples from zend framework may help you with
that.
Please, excuse me with so poor help.
…On Fri, Dec 15, 2017 at 12:06 PM tiagooandre ***@***.***> wrote:
Hello!!
Well, I've already fix the error "Protocol Error(2)" but now, again, I've
another error.
This time with BaseDN Syntax.
What do you think about it?
[image: basednsyntax]
<https://user-images.githubusercontent.com/34443290/34037081-59dc96f2-e17f-11e7-8a4b-e1f1e3cd30aa.PNG>
Thanks again!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#174 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFoUvr8snCy43q4XKyE1eYbTfDWP7c26ks5tAkSHgaJpZM4OrAOu>
.
|
I'm working on merging this into the the 'add-ldap' branch on my 3.2 fork (which is based on the go-faustino fork) - I'm specifically setting it up for use with Active Directory, as that's going to be the 90% use case (Note that this is NOT complete at time of writing this comment!) - Thanks for your code @tarassh! Unfortunately, it looks like Sapplica have abandoned this project, but the go-faustino fork seems to be going strong, so I'm doing pull requests back against that. |
Hi everyone, |
Hi everyone, I configured LDAP in Sentrifugo and installed it fine but when i try to login appears HTTP ERROR 500 My software versions are: My error logs doesn't give any errors and I already worked on my .htaccess files without success. I appreciate any help that you can give me. |
Hello! How can I install the ldap module? Thanks! |
Hi tiagooandre how did you fix error code 2 and 34? Thanks!! |
Taras, has this request died? |
@apexred as I know, project is abandoned. I left this PR open for users. |
Dear Sentrifugo Team,
Eleks chose Sentrifugo CRM for internal use and as CRM for our clients.
We plan to develop different features which needed for enterprise customers and for us will be great to know your product roadmap.
It would be nice if you address this pull request and I propose to arrange some meeting for partnership opportunity discussion.
LDAP authentication support for Sentrifugo.
Introduced changes:
Added one installation step for LDAP step5.
Added LDAP configuration section of application.ini
Added username column to the main_users table.
Added username field to employees views.
Taras Shchybovyk - R&D Manager from eleks.
#154