]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/samba/samba-3.5.11-idmapdebug.patch
Merge branch 'core110'
[ipfire-2.x.git] / src / patches / samba / samba-3.5.11-idmapdebug.patch
1 Index: samba-3.6.6/source3/winbindd/idmap.c
2 ===================================================================
3 --- samba-3.6.6.orig/source3/winbindd/idmap.c
4 +++ samba-3.6.6/source3/winbindd/idmap.c
5 @@ -129,7 +129,7 @@ NTSTATUS smb_register_idmap(int version,
6
7 for (entry = backends; entry != NULL; entry = entry->next) {
8 if (strequal(entry->name, name)) {
9 - DEBUG(0,("Idmap module %s already registered!\n",
10 + DEBUG(5,("Idmap module %s already registered!\n",
11 name));
12 return NT_STATUS_OBJECT_NAME_COLLISION;
13 }
14 Index: samba-3.6.6/source3/winbindd/nss_info.c
15 ===================================================================
16 --- samba-3.6.6.orig/source3/winbindd/nss_info.c
17 +++ samba-3.6.6/source3/winbindd/nss_info.c
18 @@ -66,7 +66,7 @@ static struct nss_function_entry *nss_ge
19 }
20
21 if ( nss_get_backend(name) ) {
22 - DEBUG(0,("smb_register_idmap_nss: idmap module %s "
23 + DEBUG(5,("smb_register_idmap_nss: idmap module %s "
24 "already registered!\n", name));
25 return NT_STATUS_OBJECT_NAME_COLLISION;
26 }