]> git.pld-linux.org Git - packages/samba.git/blame - samba-allow-suid.patch
- well, sysconfig/winbind was good thing, so this one restored
[packages/samba.git] / samba-allow-suid.patch
CommitLineData
48cd8a07
JR
1--- samba-2.2.8a/source/libsmb/clientgen.c~ 2002-12-10 15:58:15.000000000 +0100
2+++ samba-2.2.8a/source/libsmb/clientgen.c 2003-09-11 19:00:11.000000000 +0200
3@@ -170,7 +170,9 @@
4 /* Check the effective uid - make sure we are not setuid */
5 if (is_setuid_root()) {
6 DEBUG(0,("libsmb based programs must *NOT* be setuid root.\n"));
7+ /* Warn but don't exit, amanda must be setuid and needs smb
8 return NULL;
9+ */
10 }
11
12 if (!cli) {
This page took 0.085382 seconds and 4 git commands to generate.