Displaying 7 results from an estimated 7 matches for "ldap_open_with_timeout".
2007 Jul 18
3
upgrade to 3.0.25 and ads
...5:
=======
[2007/07/18 12:03:11, 4] libsmb/namequery_dc.c:ads_dc_name(131)
ads_dc_name: using server='ADS-2K3.ADS2K3.Q-LEAP.DE' IP=192.168.53.212
[...]
[2007/07/18 12:03:11, 3] libads/ldap.c:ads_connect(394)
Connected to LDAP server 192.168.53.212
[2007/07/18 12:03:11, 2] libads/ldap.c:ldap_open_with_timeout(70)
Could not open LDAP connection to ".ads2k3.q-leap.de:389: No such file or
directory
3.0.22
======
[2007/07/18 12:04:27, 4] libsmb/namequery.c:get_dc_list(1406)
get_dc_list: returning 1 ip addresses in an ordered list
[2007/07/18 12:04:27, 4] libsmb/namequery.c:get_dc_list(1407)
get...
2007 Sep 18
0
ADS join / Name vs. IP
...ole
domain join failed.
I changed the one line in source/libads/ldap.c to use the IP and
everything worked.
--- ldap.c.orig 2007-09-18 14:39:26.000000000 +0200
+++ ldap.c 2007-09-18 14:39:29.000000000 +0200
@@ -427,7 +427,7 @@
/* Otherwise setup the TCP LDAP session */
- if ( (ads->ld = ldap_open_with_timeout(ads->config.ldap_server_name,
+ if ( (ads->ld = ldap_open_with_timeout(inet_ntoa(ads->ldap_ip),
LDAP_PORT, lp_ldap_timeout())) == NULL )
{
return ADS_ERROR(LDAP_OPERATIONS_ERROR);
At least in 3.0.22 there was something similar. Is there a reason why
the name is used?
Regards,...
2008 Nov 21
2
Failed to join domain
...1)
Adding cache entry with key = AD_SITENAME/DOMAIN/MY.REALM; value =
Luxembourg and timeout = Tue Jan 19 04:14:07 2038
(920211041 seconds ahead)
[2008/11/21 14:03:26, 3] libads/ldap.c:ads_connect(430)
Successfully contacted LDAP server 136.173.22.162
[2008/11/21 14:03:26, 10] libads/ldap.c:ldap_open_with_timeout(62)
Opening connection to LDAP server 'epluxsdc05.my.domain:389',
timeout 15 seconds
[2008/11/21 14:03:26, 10] libads/ldap.c:ldap_open_with_timeout(76)
Connected to LDAP server 'epluxsdc05.my.domain:389'
[2008/11/21 14:03:26, 3] libads/ldap.c:ads_connect(480)
Connected to LDA...
2015 Apr 15
1
wbinfo -u/-g/-n works, but not 'wbinfo -i' or 'id'
...N/MICORE.US, we already got it
[2015/04/15 16:22:19.615373, 3, pid=9576, effective(0, 0), real(0,
0)] ../source3/libads/ldap.c:680(ads_connect)
Successfully contacted LDAP server 192.168.1.79
[2015/04/15 16:22:19.615457, 10, pid=9576, effective(0, 0), real(0,
0)] ../source3/libads/ldap.c:70(ldap_open_with_timeout)
Opening connection to LDAP server 'larkin28.micore.us:389', timeout
15 seconds
[2015/04/15 16:22:19.616733, 10, pid=9576, effective(0, 0), real(0,
0)] ../source3/libads/ldap.c:118(ldap_open_with_timeout)
Connected to LDAP server 'larkin28.micore.us:389'
[2015/04/15 16:22:...
2006 Jul 18
2
smbd panic on security = ADS
...c9]
#12 /usr/lib/libldap_r.so.2(ldap_int_open_connection+0x1bb) [0xb7f232a5]
#13 /usr/lib/libldap_r.so.2(ldap_new_connection+0x7d) [0xb7f34544]
#14 /usr/lib/libldap_r.so.2(ldap_open_defconn+0x3d) [0xb7f22c71]
#15 /usr/lib/libldap_r.so.2(ldap_open+0x43) [0xb7f22fa0]
#16 /usr/sbin/smbd(ldap_open_with_timeout+0x42) [0x8267e51]
#17 /usr/sbin/smbd(ads_try_connect+0x44) [0x8267f8a]
#18 /usr/sbin/smbd(ads_connect+0x53d) [0x826dbdf]
#19 /usr/sbin/smbd(check_published_printers+0xb2) [0x822918c]
#20 /usr/sbin/smbd(nt_printing_init+0x2e0) [0x822960b]
#21 /usr/sbin/smbd(print_backend_init+0x148) [...
2015 Apr 14
3
wbinfo -u/-g/-n works, but not 'wbinfo -i' or 'id'
On 14/04/15 20:59, Adam Tauno Williams wrote:
> On Tue, 2015-04-14 at 15:20 +0100, Rowland Penny wrote:
>> On 14/04/15 14:59, Adam Tauno Williams wrote:
>>> On Thu, 2014-10-30 at 13:41 -0300, Horacio G. de Oro wrote:
>>>> Hi! I'm trying to add a member to be used as fileserver, following the
>>>> guides at:
>>>> -
2011 Jan 21
0
Can not set SPN errors (again)
...cache entry with key = AD_SITENAME/DOMAIN/MACHINEVISIONPRODUCTS.COM
and timeout = Mon Jan 18 19:14:07 2038
(851851406 seconds ahead)
[2011/01/21 09:50:41.345348, 3] libads/ldap.c:634(ads_connect)
Successfully contacted LDAP server 10.0.0.119
[2011/01/21 09:50:41.345386, 10] libads/ldap.c:62(ldap_open_with_timeout)
Opening connection to LDAP server
'mvpns119.machinevisionproducts.com:389', timeout 15 seconds
[2011/01/21 09:50:41.347264, 10] libads/ldap.c:76(ldap_open_with_timeout)
Connected to LDAP server 'mvpns119.machinevisionproducts.com:389'
[2011/01/21 09:50:41.347289, 3] libads/ld...