Displaying 4 results from an estimated 4 matches for "ldap_ip".
2007 Sep 18
0
ADS join / Name vs. IP
...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,
Christof Musik
--
* bitbone AG Tel: +49(0)931-250993-0
* Martin-Luther-Strasse 5 a...
2003 Dec 05
0
More info on Home Drive mapping problems
...d master = yes
domain logons = yes
name resolve order = wins host lmhosts bcast
wins server = <wins IP>
dns proxy = no
case sensitive = yes
ldap suffix = "o=suffix"
ldap admin dn = "cn=Manager,o=suffix"
ldap port = 389
ldap server = <ldap_ip>
#ldap ssl = start tls
ldap ssl = no
ldap passwd sync = yes
ldap user suffix = "ou=Users"
[homes]
path =/home/%u
# comment = Home Directory
# users = %S
# public = no
# guest ok = no
browseable = no
writable = yes
create mask = 0644
director...
2009 Feb 26
2
When ODBC native support in wine?
Hello, first , I would like to thank you for your great work with wine.
When will be possible I fine implementation of ODBC support in wine? the actual with MDAC25 /27/28 are not very fine and a lot of people have a lot of problem .... where are a very high application number that need this feature for run proporty.
Thanks a lot
2006 Jul 13
2
Kerberos Keytab Code Update in 3.0.23
First thing - I'd like to say a big "THANK YOU" to the developers.
I just upgraded to samba-3.0.23 and I've noticed an alarming issue with
respect to my configuration.
I've been using the built-in keytab management and it looks like the updated
code no longer creates the userPrincipal in Active Directory.
Whether this is an issue for others or not, it would be nice to have