Here's some progress. Originally I used ldapsearch with no arguments and received: # search result search: 2 result: 32 No such object Which lead me to the conclusion that the client couldn't reach the ldap server. I added the LDAP server to a thunderbird (email) client and it successfully found users. So, it's not a complete connection problem. Why can't I log in? A PAM issue? Is there something I need to set in ldap.conf for PAM that authconfig didn't set correctly? ldap -d 1 returned ** ld 0x20eb70c8 Connections: * host: 192.168.1.100 port: 389 (default) refcnt: 2 status: Connected last used: Wed Mar 10 10:21:53 2010 so that seems to indicate that there is a connection. ========= I don't have a clue what I'm looking at, so I'll dump the whole thing here (sorry if that's a problem). Perhaps someone can point me to the right area of the debug statement, that I can investigate further. I appreciate your help!!!! -------------------------------------------- bfuller@pinot:~$ ldapsearch -x -d 1 -h 192.168.1.100 ldap_create ldap_url_parse_ext(ldap://192.168.1.100) ldap_sasl_bind ldap_send_initial_request ldap_new_connection 1 1 0 ldap_int_open_connection ldap_connect_to_host: TCP 192.168.1.100:389 ldap_new_socket: 3 ldap_prepare_socket: 3 ldap_connect_to_host: Trying 192.168.1.100:389 ldap_pvt_connect: fd: 3 tm: -1 async: 0 ldap_open_defconn: successful ldap_send_server_request ber_scanf fmt ({it) ber: ber_scanf fmt ({i) ber: ber_flush2: 22 bytes to sd 3 ldap_result ld 0x20eb70c8 msgid 1 wait4msg ld 0x20eb70c8 msgid 1 (infinite timeout) wait4msg continue ld 0x20eb70c8 msgid 1 all 1 ** ld 0x20eb70c8 Connections: * host: 192.168.1.100 port: 389 (default) refcnt: 2 status: Connected last used: Wed Mar 10 10:21:53 2010 ** ld 0x20eb70c8 Outstanding Requests: * msgid 1, origid 1, status InProgress outstanding referrals 0, parent count 0 ld 0x20eb70c8 request count 1 (abandoned 0) ** ld 0x20eb70c8 Response Queue: Empty ld 0x20eb70c8 response count 0 ldap_chkResponseList ld 0x20eb70c8 msgid 1 all 1 ldap_chkResponseList returns ld 0x20eb70c8 NULL ldap_int_select read1msg: ld 0x20eb70c8 msgid 1 all 1 ber_get_next ber_get_next: tag 0x30 len 12 contents: read1msg: ld 0x20eb70c8 msgid 1 message type bind ber_scanf fmt ({eAA) ber: read1msg: ld 0x20eb70c8 0 new referrals read1msg: mark request completed, ld 0x20eb70c8 msgid 1 request done: ld 0x20eb70c8 msgid 1 res_errno: 0, res_error: <>, res_matched: <> ldap_free_request (origid 1, msgid 1) ldap_parse_result ber_scanf fmt ({iAA) ber: ber_scanf fmt (}) ber: ldap_msgfree # extended LDIF # # LDAPv3 # base <> (default) with scope subtree # filter: (objectclass=*) # requesting: ALL # ldap_search_ext put_filter: "(objectclass=*)" put_filter: simple put_simple_filter: "objectclass=*" ldap_send_initial_request ldap_send_server_request ber_scanf fmt ({it) ber: ber_scanf fmt ({) ber: ber_flush2: 51 bytes to sd 3 ldap_result ld 0x20eb70c8 msgid -1 wait4msg ld 0x20eb70c8 msgid -1 (infinite timeout) wait4msg continue ld 0x20eb70c8 msgid -1 all 0 ** ld 0x20eb70c8 Connections: * host: 192.168.1.100 port: 389 (default) refcnt: 2 status: Connected last used: Wed Mar 10 10:21:53 2010 ** ld 0x20eb70c8 Outstanding Requests: * msgid 2, origid 2, status InProgress outstanding referrals 0, parent count 0 ld 0x20eb70c8 request count 1 (abandoned 0) ** ld 0x20eb70c8 Response Queue: Empty ld 0x20eb70c8 response count 0 ldap_chkResponseList ld 0x20eb70c8 msgid -1 all 0 ldap_chkResponseList returns ld 0x20eb70c8 NULL ldap_int_select read1msg: ld 0x20eb70c8 msgid -1 all 0 ber_get_next ber_get_next: tag 0x30 len 12 contents: read1msg: ld 0x20eb70c8 msgid 2 message type search-result ber_scanf fmt ({eAA) ber: read1msg: ld 0x20eb70c8 0 new referrals read1msg: mark request completed, ld 0x20eb70c8 msgid 2 request done: ld 0x20eb70c8 msgid 2 res_errno: 32, res_error: <>, res_matched: <> ldap_free_request (origid 2, msgid 2) # search result search: 2 ldap_parse_result ber_scanf fmt ({iAA) ber: ber_scanf fmt (}) ber: ldap_err2string result: 32 No such object ldap_msgfree # numResponses: 1 ldap_free_connection 1 1 ldap_send_unbind ber_flush2: 11 bytes to sd 3 ldap_free_connection: actually freed ------------------------------------------------ -- 389 users mailing list 389-users@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/389-users