Changeset 134 for branches/samba-3.0/source/lib/smbldap.c
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/lib/smbldap.c
r44 r134 995 995 } 996 996 997 DEBUG(3, ("ldap_connect_system: succes ful connection to the LDAP server\n"));997 DEBUG(3, ("ldap_connect_system: successful connection to the LDAP server\n")); 998 998 DEBUGADD(10, ("ldap_connect_system: LDAP server %s support paged results\n", 999 999 ldap_state->paged_results ? "does" : "does not")); … … 1063 1063 ldap_state->last_ping = time(NULL); 1064 1064 ldap_state->pid = sys_getpid(); 1065 DEBUG(4,("The LDAP server is succes fully connected\n"));1065 DEBUG(4,("The LDAP server is successfully connected\n")); 1066 1066 1067 1067 return LDAP_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.