Displaying 20 results from an estimated 30 matches for "system_smbd".
2009 Mar 15
1
Patch for NGROUPS_MAX on FreeBSD with more then 64 groups
...0 +0100
+++
/usr/ports/net/samba32/work/samba-3.2.8/source/lib/replace/system/passwd.h 2009-03-15
12:12:52.000000000 +0100
@@ -76,6 +76,7 @@
#endif
#endif
+#include <sys/param.h>
#ifndef NGROUPS_MAX
#define NGROUPS_MAX 32 /* Guess... */
#endif
diff -ruN /root/work/samba-3.2.8/source/lib/system_smbd.c
/usr/ports/net/samba32/work/samba-3.2.8/source/lib/system_smbd.c
--- /root/work/samba-3.2.8/source/lib/system_smbd.c 2009-02-03
17:10:07.000000000 +0100
+++
/usr/ports/net/samba32/work/samba-3.2.8/source/lib/system_smbd.c 2009-03-15
12:14:59.000000000 +0100
@@ -153,7 +153,7 @@
gid_t *groups;...
2008 Aug 25
1
net rpc group addmem returns NT_STATUS_ACCESS_DENIED
...apping.c:get_domain_group_from_sid(132)
get_domain_group_from_sid
...
[2008/08/25 12:59:50, 3] groupdb/mapping.c:smb_add_user_group(352)
smb_add_user_group: Running the command
`/usr/local/sbin/smbldap-groupmod -m "dunk" "room11"' gave 0
[2008/08/25 12:59:50, 10] lib/system_smbd.c:sys_getgrouplist(122)
sys_getgrouplist: user [dunk]
[2008/08/25 12:59:50, 3] smbd/sec_ctx.c:push_sec_ctx(224)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
...
[2008/08/25 12:59:50, 10] passdb/lookup_sid.c:legacy_gid_to_sid(1170)
LEGACY: gid 512 -> sid S-1-5-21-440367617-1876916578-3462541...
2012 Mar 07
0
Local group auth not working for domain members with SECURITY=ADS
...the result. I did not try adding users to the group via "net sam" as
that is not a workable solution for my end goal.
My question at this time is if this is behavior is expected. Will
Samba check the NSS groups for domain members? Also, I see samba calls
getgrouplist() samba3/lib/from system_smbd.c. Is this code executed for
domain member lookups?
Thanks in advance.
--
Tom Noonan II
ESL Technician - Randstad
2002 Oct 17
1
Compile failure samba3.0alpha20
...om pointer target type
Compiling libads/ldap_user.c
Compiling libads/ads_struct.c
Compiling libads/ads_status.c
Compiling libads/disp_sec.c
Compiling libads/ads_utils.c
Compiling libads/ldap_utils.c
Compiling libads/ads_ldap.c
Compiling libads/util.c
Compiling libads/kerberos_verify.c
Compiling lib/system_smbd.c
Compiling lib/util_smbd.c
Compiling registry/reg_frontend.c
Compiling registry/reg_cachehook.c
Compiling registry/reg_printing.c
Compiling registry/reg_db.c
Linking bin/smbd
/usr/local/lib/libkrb5.a(fcc_gennew.o): In function `krb5_fcc_generate_new':
fcc_gennew.o(.text+0x6a): the use of `mkte...
2004 Feb 24
1
Cannot change password on HP-UX: PANIC: failed to set gid, INTERNAL ERROR
...l(0, 0)] passdb/pdb_get_set.c:pdb_get_init_flags(199)
element 20: DEFAULT
[2004/02/24 10:07:01.907514, 3, pid=7813, effective(0, 0), real(0, 0)] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2004/02/24 10:07:01.908197, 10, pid=7813, effective(0, 0), real(0, 0)] lib/system_smbd.c:sys_getgrouplist(113)
sys_getgrouplist: user [nobody]
[2004/02/24 10:07:01.908372, 10, pid=7813, effective(0, 0), real(0, 0)] lib/system_smbd.c:sys_getgrouplist(122)
sys_getgrouplist(): disabled winbindd for group lookup [user == nobody]
[2004/02/24 10:07:01.908483, 3, pid=7813, effective(0,...
2003 Dec 09
1
S3 domain member shares won't authorize secondary groups, only for W98
Hi list,
After kudos, time comes again with problems.
This time, still on the same setup as before :
- Linux PDC with ldapsam, ran by RH9, OpenLDAP 2.0.27 (stock RH9
RPM+Solaris RootDSE patch), Samba 3.0.1rc1 recompiled from SRPM ;
- Linux BDC is the same ;
The PDC and BDC are working Ok, so I won't include the smb.conf from these.
- Solaris 9 domain member (jersey) gets Posix accounts
2007 May 03
0
Problem of displying contents of shares
...ic.c printing/printing_db.c printing/load.c
printing/notify.c \
printing/lpq_parse.c printing/printfsp.c
SRC_LIB_SMBD = lib/events.c lib/account_pol.c lib/access.c lib/sysacls.c
lib/sendfile.c \
lib/clobber.c lib/fsusage.c lib/privileges.c lib/bitmap.c \
lib/util_nscd.c lib/server_mutex.c lib/system_smbd.c lib/adt_tree.c \
lib/sysquotas.c
SRC_LIB_NMBD = lib/dummyroot.c lib/dummysmbd.c
SRC_LIBSMB_SMBD= libsmb/trusts_util.c libsmb/namequery_dc.c \
libsmb/trustdom_cache.c \
libsmb/clireadwrite.c libsmb/credentials.c libsmb/samlogon_cache.c\
libsmb/ntlm_check.c libsmb/cliquota.c
SRC_NSSWITCH...
2004 Nov 23
1
Samba 3.0.9 not authenticating completely
I'm relatively new to samba I have been experimenting for a week or so,
though I have setup several 2000/NT domains and have been using Linux
for a couple of years.
I'm using Red Hat 9, updated completely via apt.
Samba 3.0.9 installed from apt and i am using the stock ldap server that
installed with red hat as my back end.
I followed the samba.idealx.org guide to get to where I am
2006 Jun 01
0
3.0.22 on solaris9 does not start as daemon
...0) - sec_ctx_stack_ndx = 1
[2006/06/01 14:12:44, 5] auth/auth_util.c:debug_nt_user_token(433)
NT user token: (NULL)
[2006/06/01 14:12:44, 5] auth/auth_util.c:debug_unix_user_token(454)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
[2006/06/01 14:12:44, 10] lib/system_smbd.c:sys_getgrouplist(167)
sys_getgrouplist: user [eirvine]
[2006/06/01 14:12:44, 10] lib/system_smbd.c:sys_getgrouplist(176)
sys_getgrouplist(): disabled winbindd for group lookup [user == eirvine]
[2006/06/01 14:12:44, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_n...
2005 Sep 26
0
[Fwd: Re: Samba with Mysql, Compilation of version 3.0.11]
...ng passdb/login_cache.c
>> Compiling passdb/pdb_ldap.c
>> Compiling passdb/pdb_nds.c
>> Compiling passdb/pdb_smbpasswd.c
>> Compiling passdb/pdb_tdb.c
>> Compiling passdb/pdb_guest.c
>> Compiling passdb/pdb_sql.c
>> Compiling lib/system_smbd.c
>>
>> As you can see here, nevermind if i ask for static, shared or
>> magic-cookied mysql plugin, it NEVER gets to compile it!
>> So there should be a misstake in some Makefile or rule file, the
>> problem is at compilation-time!
>>
>>...
2006 Jun 04
1
samba 3.0.22 on solaris9 does not start as daemon
...0, 0) - sec_ctx_stack_ndx = 1
[2006/06/01 14:12:44, 5] auth/auth_util.c:debug_nt_user_token(433)
NT user token: (NULL)
[2006/06/01 14:12:44, 5] auth/auth_util.c:debug_unix_user_token(454)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
[2006/06/01 14:12:44, 10] lib/system_smbd.c:sys_getgrouplist(167)
sys_getgrouplist: user [eirvine]
[2006/06/01 14:12:44, 10] lib/system_smbd.c:sys_getgrouplist(176)
sys_getgrouplist(): disabled winbindd for group lookup [user == eirvine]
[2006/06/01 14:12:44, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx...
2006 Nov 10
0
libsmb/cliconnect.o build/build/krb5/lib/libcom_err.so.3
...iconv.o nsswitch/wb_client.o
nsswitch/wb_common.o lib/pam_errors.o intl/lang_tdb.o lib/adt_tree.o
lib/gencache.o tdb/tdb.o tdb/spinlock.o tdb/tdbutil.o tdb/tdbback.o
lib/module.o lib/events.o lib/ldap_escape.o lib/secdesc.o
lib/util_seaccess.o lib/secace.o lib/secacl.o libads/krb5_errs.o
lib/system_smbd.o lib/audit.o printing/printing.o printing/nt_printing.o
printing/notify.o printing/printing_db.o smbd/oplock.o smbd/oplock_irix.o
smbd/oplock_linux.o smbd/notify.o smbd/notify_hash.o smbd/notify_kernel.o
smbd/notify_fam.o groupdb/mapping.o auth/auth.o auth/auth_sam.o
auth/auth_unix.o auth/auth_w...
2003 Sep 08
0
logon problems, with ldap & samba 3.0
...c:pdb_get_init_flags(189)
element 31: SET
[2003/09/08 10:03:39, 4] auth/auth_sam.c:sam_password_ok(218)
sam_password_ok: Checking NT MD4 password
[2003/09/08 10:03:39, 4] auth/auth_sam.c:sam_account_ok(324)
sam_account_ok: Checking SMB password for user pietjepuk
[2003/09/08 10:03:39, 10] lib/system_smbd.c:sys_getgrouplist(113)
sys_getgrouplist: user [pietjepuk]
[2003/09/08 10:03:39, 10] lib/system_smbd.c:sys_getgrouplist(122)
sys_getgrouplist(): disabled winbindd for group lookup [user == pietjepuk]
[2003/09/08 10:03:39, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(99, 99) : sec_ctx_stac...
2004 Jan 12
1
pdc+ldap newly created users can't log in
..., 65534) - sec_ctx_stack_ndx = 0
[2004/01/09 16:47:53, 4] libsmb/ntlm_check.c:ntlm_password_check(266)
ntlm_password_check: Checking NT MD4 password
[2004/01/09 16:47:53, 4] auth/auth_sam.c:sam_account_ok(81)
sam_account_ok: Checking SMB password for user testuser2
[2004/01/09 16:47:53, 10] lib/system_smbd.c:sys_getgrouplist(113)
sys_getgrouplist: user [testuser2]
[2004/01/09 16:47:53, 10] lib/system_smbd.c:sys_getgrouplist(122)
sys_getgrouplist(): disabled winbindd for group lookup [user == testuser2]
[2004/01/09 16:47:53, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(65534, 65534) : sec_ct...
2005 Sep 21
2
Samba with Mysql, compilation problem.
First i would like to say hello to everybody here, because i am new to
this ML.
So here is the description of my problem:
I began with a clean samba installation from the stable branch few
monthes ago, everything was just fine, i have a linux box which was
sharing files for another linux workstation and two WinXP laptops. The
sharing linux box is a debian stable branch O/S, which is my choice
2004 Jun 22
1
Fw: Error C000019B
...tack_ndx = 0
> [2004/06/21 15:27:18, 9] passdb/passdb.c:pdb_update_autolock_flag(2258)
> Account not autolocked, no check needed
> [2004/06/21 15:27:18, 4] auth/auth_sam.c:sam_account_ok(82)
> sam_account_ok: Checking SMB password for user henrique
> [2004/06/21 15:27:18, 10] lib/system_smbd.c:sys_getgrouplist(117)
> sys_getgrouplist: user [henrique]
> [2004/06/21 15:27:18, 10] lib/system_smbd.c:sys_getgrouplist(126)
> sys_getgrouplist(): disabled winbindd for group lookup [user ==
henrique]
> [2004/06/21 15:27:18, 5] auth/auth_util.c:debug_unix_user_token(505)
> U...
2004 Jun 21
0
Error C000019B
...tx (999, 514) - sec_ctx_stack_ndx = 0
[2004/06/21 15:27:18, 9] passdb/passdb.c:pdb_update_autolock_flag(2258)
Account not autolocked, no check needed
[2004/06/21 15:27:18, 4] auth/auth_sam.c:sam_account_ok(82)
sam_account_ok: Checking SMB password for user henrique
[2004/06/21 15:27:18, 10] lib/system_smbd.c:sys_getgrouplist(117)
sys_getgrouplist: user [henrique]
[2004/06/21 15:27:18, 10] lib/system_smbd.c:sys_getgrouplist(126)
sys_getgrouplist(): disabled winbindd for group lookup [user == henrique]
[2004/06/21 15:27:18, 5] auth/auth_util.c:debug_unix_user_token(505)
UNIX token of user 1001...
2005 Mar 02
0
Can access shares, but cannot logon to the domain
...3/01 00:15:09, 4] auth/auth_sam.c:sam_account_ok(119)
sam_account_ok: Checking SMB password for user maunelie
[2005/03/01 00:15:09, 5] auth/auth_sam.c:logon_hours_ok(101)
logon_hours_ok: user maunelie allowed to logon at this time (Tue Mar
1 00:15:09 2005
)
[2005/03/01 00:15:09, 10] lib/system_smbd.c:sys_getgrouplist(117)
sys_getgrouplist: user [maunelie]
[2005/03/01 00:15:09, 10] lib/system_smbd.c:sys_getgrouplist(126)
sys_getgrouplist(): disabled winbindd for group lookup [user == maunelie]
[2005/03/01 00:15:09, 3] smbd/sec_ctx.c:push_sec_ctx(256)
push_sec_ctx(65534, 65534) : sec_c...
2013 May 17
2
Continued compilation errors with samba 3.6.15
...p_escape.c
Compiling lib/secdesc.c
Compiling ../libcli/security/access_check.c
Compiling ../libcli/security/secace.c
Compiling ../libcli/security/object_tree.c
Compiling ../libcli/security/sddl.c
Compiling ../libcli/security/secacl.c
Compiling lib/fncall.c
Compiling libads/krb5_errs.c
Compiling lib/system_smbd.c
Compiling lib/audit.c
Compiling ../librpc/ndr/ndr_basic.c
Compiling ../librpc/ndr/ndr.c
Compiling ../librpc/ndr/ndr_misc.c
Compiling librpc/gen_ndr/ndr_misc.c
Compiling librpc/gen_ndr/ndr_security.c
Compiling ../librpc/ndr/ndr_sec_helper.c
Compiling ../librpc/ndr/ndr_string.c
Compiling ../librpc/...
2005 Nov 27
0
Problems running Samba on RHEL4U2
...d:
setting group sid S-1-5-21-2625515408-2352914666-3669372262-514 from rid 514
[2005/11/25 13:13:28, 3, pid=18199, effective(0, 0), real(0, 0)] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2005/11/25 13:13:28, 10, pid=18199, effective(0, 0), real(0, 0)] lib/system_smbd.c:sys_getgrouplist(117)
sys_getgrouplist: user [nobody]
[2005/11/25 13:13:28, 10, pid=18199, effective(0, 0), real(0, 0)] lib/system_smbd.c:sys_getgrouplist(126)
sys_getgrouplist(): disabled winbindd for group lookup [user == nobody]
[2005/11/25 13:13:28, 3, pid=18199, effective(0, 0), real(0,...