LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 09-11-2018, 09:30 AM   #1
sibyurik
LQ Newbie
 
Registered: Sep 2018
Posts: 2

Rep: Reputation: Disabled
SSSD configure with openldap issue


Hi there, i am trying to install and configure SSSD integrated with OPENLDAP on Ubuntu 18.04 and experiencing the error i don't know how to debug. Here is the issue. For some reason connection to my LDAP servers is being established and dropped all the time by itself that i am seeing under sssd_DOMAIN.log file:

Quote:
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [be_resolve_server_process] (0x0200): Found address for server ldap02.aws.int.luminoso.com: [10.42.1.62] TTL 80
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [sdap_uri_callback] (0x0400): Constructed uri 'ldap://ldap02.aws.int.luminoso.com'
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [sssd_async_socket_init_send] (0x4000): Using file descriptor [18] for the connection.
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [sssd_async_socket_init_send] (0x0400): Setting 6 seconds timeout for connecting
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [sdap_ldap_connect_callback_add] (0x1000): New LDAP connection to [ldap://ldap02.aws.int.luminoso.com:389/??base] with fd [18].
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [sdap_sys_connect_done] (0x0100): Executing START TLS
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [sdap_op_add] (0x2000): New operation 1 timeout 6
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [sdap_process_result] (0x2000): Trace: sh[0x5576b25c7f60], connected[1], ops[0x5576b253a310], ldap[0x5576b254e6b0]
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [sdap_process_message] (0x4000): Message type: [LDAP_RES_EXTENDED]
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [sdap_connect_done] (0x0080): START TLS result: Success(0), (null)

And then it fails to connect for some reason:

(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [fo_set_port_status] (0x0100): Marking port 389 of server 'ldap02.aws.int.luminoso.com' as 'not working'
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [fo_set_port_status] (0x0400): Marking port 389 of duplicate server 'ldap02.aws.int.luminoso.com' as 'not working'
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [sdap_handle_release] (0x2000): Trace: sh[0x5576b25c7f60], connected[1], ops[(nil)], ldap[0x5576b254e6b0], destructor_lock[0], release_memory[0]
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [remove_connection_callback] (0x4000): Successfully removed connection callback.
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [sdap_id_op_connect_done] (0x4000): attempting failover retry on op #1
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [sdap_id_op_connect_step] (0x4000): beginning to connect
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [fo_resolve_service_send] (0x0100): Trying to resolve service 'LDAP'
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [get_server_status] (0x1000): Status of server 'ldap01.infra.int.luminoso.com' is 'name resolved'
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [get_port_status] (0x1000): Port status of port 389 for server 'ldap01.infra.int.luminoso.com' is 'not working'
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [get_port_status] (0x0080): SSSD is unable to complete the full connection request, this internal status does not necessarily indicate network port issues.
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [get_server_status] (0x1000): Status of server 'ldap02.aws.int.luminoso.com' is 'name resolved'
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [get_port_status] (0x1000): Port status of port 389 for server 'ldap02.aws.int.luminoso.com' is 'not working'
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [get_port_status] (0x0080): SSSD is unable to complete the full connection request, this internal status does not necessarily indicate network port issues.
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [fo_resolve_service_send] (0x0020): No available servers for service 'LDAP'
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [sdap_id_release_conn_data] (0x4000): releasing unused connection
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [be_resolve_server_done] (0x1000): Server resolution failed: [5]: Input/output error
(Tue Sep 11 10:19:33 2018) [sssd[be[LUMINOSO]]] [sdap_id_op_connect_done] (0x0020): Failed to connect, going offline (5 [Input/output error])
Unfortunately i am not able to get any information from my LDAP server about users.

Any help will be greatly appreciated
 
Old 09-17-2018, 10:18 AM   #2
sibyurik
LQ Newbie
 
Registered: Sep 2018
Posts: 2

Original Poster
Rep: Reputation: Disabled
Please ignore this i figured it out.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SSSD, openldap issue in CentOS 5.11 (PAM issue) vikas027 Linux - Server 2 05-24-2016 12:56 AM
openLDAP authentication in RH 6.5 without sssd Learning_Quinn Red Hat 0 02-24-2016 04:45 PM
Help setting up SSSD on RedHat 7 server for use with OpenLDAP & vsftpd dlemp Linux - Security 11 10-21-2015 04:57 AM
Kerberos/OpenLDAP/ActiveDirectory/sssd configuration problems EmrldDrgn Linux - General 1 12-11-2012 02:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 11:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration