Displaying 11 results from an estimated 11 matches for "use_seteuid".
Did you mean:
use_setreuid
2000 Jan 07
1
Problems with the 2.0.6 release ....
Hello,
we are trying to upgrade from 2.0.5a to 2.0.6 (under Digital Unix and
Windows 95 clients). After the upgrade we get a lot of errors like
these:
>>>>>>>>>>>>>>>>>> Log <<<<<<<<<<<<<<<<<<<
Jan 4 16:18:35 fissio smbd[31799]: [2000/01/04 16:18:35, 0]
smbd/service.c:make
2004 May 04
1
How to Cross compile Samba Source
Hi,
I am using samba-2.2.8a.tar.gz source and complied for regular linux.
Now I am trying to cross compile it, but do not have any guidelines on how
to do it?
Anyone can help me on, making cross compilation work for arm-linux host.
Any help is appreciated.
Regards
Pritesh
"As a well spent day brings happy sleep, so life well used brings happy
death." - Leonardo da Vinci
TATA
2007 Feb 26
1
Cross-compiling for ARM with 3.0.24
Hello all,
I am attempting to cross-compile Samba 3.0.24 for the ARM
platform using on an Ubuntu Dapper box using arm-linux-gcc 3.4.0. I
am using the following script to call configure:
#!/bin/bash
ac_cv_func_prctl=no
linux_getgrouplist_ok=no
./configure --without-krb5 --without-ldap --without-ads --disable-cups
--without-swat --prefix=/home/tropem/samba-build --host=arm-linux
2003 Dec 01
1
smbpasswd command - updated
A couple of days ago I posted a problem I was having with the
smbapasswd command for users (not root).
Here is the original post:
I have Samba installed on a HP-UX 11.00 system using NIS for
UID/password resolution. The smbpasswd file hasbeen initilized
and as root I can add a user's password and the user can
"attach"
the "share". But when the user tries to do the
2003 May 16
3
open and euid security flaw in 5.0-Current?
On a FreeBSD 5.0 the behaviour of screen when connecting to other
users sessions have changed. Previously:
1. login as userA start a screen as userA and disconnect
2. login as root su - userA "screen -r"
3. result failure as userA cant access the ttyX with such a message
Current:
1. login as userA start a screen as userA and disconnect
2. login as root su - userA "screen -r"
3.
2003 Apr 20
0
How I got Samba 2.2.8a to run on OpenBSD 3.2 i386
First of all, GREAT WORK! I now have my very own Windoze domain thanks to
Samba :)
Now, getting Samba to work fully on OpenBSD was harder than I'd think it
would be.
To get smbd to compile somewhat cleanly, I had to hack
./source/include/config.h thusly: remove USE_SETREUID, add USE_SETEUID.
Then, I hacked sec_ctx.c like the attached diff shows, to get rid of some
assert_gid panic when changing passwords from Windoze. Stuff seems to work
this way, so I'm happy. Suggestion: add a #if #endif block for this or
something.
Furthermore I had to add a SRV DNS record as shown in lan.zon...
2000 Feb 25
3
problems upgrading to samba 2.0.5a
I previously had an older version of Samba installed with the following
smb.conf:
; Make sure and restart the server after making changes to this file, ex:
; /etc/rc.d/init.d/smb stop
; /etc/rc.d/init.d/smb start
[global]
; Uncomment this if you want a guest account
guest account = nobody
log file = /var/log/samba-log.%m
lock directory = /var/lock/samba
share modes = yes
2017 Jun 08
0
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
...SIZEOF_OFF_T
SIZEOF_SHORT
SIZEOF_SIZE_T
SIZEOF_SSIZE_T
SIZEOF_VOID_P
STAT_STATVFS
STAT_ST_BLOCKSIZE
STDC_HEADERS
STRING_STATIC_MODULES
SYSCONF_SC_NGROUPS_MAX
SYSCONF_SC_NPROCESSORS_ONLN
SYSCONF_SC_PAGESIZE
SYSLOG_FACILITY
TIME_T_MAX
TIME_WITH_SYS_TIME
USE_SETEUID
WITH_ADS
WITH_AIO
WITH_CIFSMOUNT
WITH_PAM
WITH_PAM_MODULES
WITH_PROFILE
WITH_QUOTAS
WITH_SENDFILE
WITH_SYSLOG
WITH_WINBIND
_FILE_OFFSET_BITS
_GNU_SOURCE
_LARGEFILE64_SOURCE
_POSIX_C_SOURCE
_POSIX_SOURCE
auth_script_init
charset_CP437_init
charse...
1999 Dec 30
0
SAMBA digest 2359
...substituted.
sso> Temporary Solution:
sso> Since there did not seem to be any way to force the configure script in Samba
sso> pre-3.0.0 to select seteuid over setreuid
sso> we made temporary changes to the file source/include/config and changed the li
sso> nes
sso> /* undef USE_SETEUID */
sso> define USE_SETREUID 1
sso> to
sso> define USE_SETEUID 1
sso> /* undef USE_SETREUID */
sso> We then rebuilt and reinstalled the pre-3.0.0 server.
sso> The result has been that performance is very much improved, we are able to use
sso> the NT specific SMB protocol...
2000 Jan 22
6
failed to set gid privileges
Hi !
I got a problem with connection of users at a connection to smbd.
It seems that the authentication is ok and the user accepted and
existing. And for test I just connect to the homes.
I get the following log error.
lib/sec_.c:assert_gid(70)
Failed to set gid priviliges to (-1,100) now set to (0,0) uid (0,0)
lib/util.c:smb_panic(2456)
PANIC: failed to set gid
Does anybody know what that
2017 Jun 08
2
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
On Thu, 2017-06-08 at 10:09 +0200, awl1 via samba wrote:
> Hello again, Samba experts,
>
> sorry for being such a pain in your necks, but I really need to get a
> recent Samba version to compile, and it looks like I definitely need
> your help with this.
>
> In the meantime, I have found that the huge number of "conflicting
> types" errors for rpc_*_init(...)