Page 1 of 1

FDS integration

Posted: Wed Jun 20, 2007 4:44 pm
by johnatevo
Hi, i was curious if anyone else has ever replaced ldap useage w/ fds. We managed to get the two talking and for the most part everything works. However occassionally on lookup of something from sac it seems to term the ldap engine which scalix uses. Any ideas?

SERIOUS ERROR LDAP Daemon (LDAP Engine ) 06.19.07 19:26:59
[OM 10270] Process about to terminate due to error.
Signal (Segmentation Violation) trapped by process 3925
Procedure trace follows:
<- vi_SetOpenDBFlags
<- vi_StopBatch
<- dr_IL_StopBatch
-> dr_StopProbeBatch
<- dr_StopProbeBatch
<- dr_StopBatch
-> dr_ACIModContextFlags
<- dr_ACIModContextFlags
<- dr_SearchDir
<- ul_utGetUserEntryById
-> ul_CloseUL
<- ul_CloseUL
-> da_GetNamedAttValue
-> da_ParseAttribList
<- da_ParseAttribList
<- da_GetNamedAttValue


SERIOUS ERROR LDAP Daemon (LDAP Engine ) 06.19.07 19:26:59
[OM 10272] BACKTRACE:
/opt/scalix/lib/libom_er.so(er_add_backtrace+0xb3)[0x2b3dc3]
/opt/scalix/lib/libom_er.so[0x2b40ac]
/opt/scalix/lib/libom_er.so(er_DumpProcAndExit+0x1f)[0x2b423f]
[0xbc8420]
/lib/libcrypto.so.6(lh_insert+0xb0)[0x79fc720]
/lib/libcrypto.so.6[0x79ff21e]
/lib/libcrypto.so.6[0x79fe98e]
/lib/libssl.so.6(ERR_load_SSL_strings+0x3c)[0x604bdc]
/lib/libssl.so.6(SSL_load_error_strings+0x1c)[0x5fb96c]
/usr/lib/libldap-2.3.so.0(ldap_pvt_tls_init+0x35)[0x586965]
/usr/lib/libldap-2.3.so.0(ldap_int_tls_start+0x5e)[0x5869de]
/usr/lib/libldap-2.3.so.0(ldap_start_tls_s+0xcc)[0x586dbc]
/lib/security/pam_ldap.so[0x551afa]
/lib/security/pam_ldap.so[0x551e6b]
/lib/security/pam_ldap.so[0x552309]
/lib/security/pam_ldap.so[0x553cc9]
/lib/security/pam_ldap.so(pam_sm_authenticate+0x44d)[0x55412d]
/opt/scalix/lib/libom_pam.so[0x131ecb]
/opt/scalix/lib/libom_pam.so(_pam_dispatch+0x1ca)[0x1321f0]
/opt/scalix/lib/libom_pam.so(pam_authenticate+0x71)[0x1316fd]
omslapdeng[0x8049d00]
omslapdeng[0x804a2b5]
/lib/libc.so.6(__libc_start_main+0xdc)[0x2d0f2c]
omslapdeng[0x8049a51]


Thanks

Posted: Wed Jun 20, 2007 4:48 pm
by johnatevo
there is lots and lots of those messages too not just a few, they are all mainly the same it seems

Posted: Wed Jun 20, 2007 5:10 pm
by johnatevo
Another revision. Technically we are not replacing ldap we are just using FDS as the authentication source via pam_ldap. Sorry if the initial posts were confusing in that regard. Additionally the authentication does happen it is just a periodic "server timed out" from sac msg that pops up.

Thanks