Displaying 5 results from an estimated 5 matches for "make_new_server_info_guest".
2006 May 28
1
sigbus fault?
...s_user ()
#15 0x001ab6cc in pdb_default_enum_group_memberships ()
#16 0x0018f22c in context_enum_group_memberships ()
#17 0x0019136c in pdb_enum_group_memberships ()
#18 0x00202d90 in get_user_groups ()
#19 0x0020317c in add_user_groups ()
#20 0x002034b8 in make_server_info_sam ()
#21 0x0020387c in make_new_server_info_guest ()
#22 0x00203a30 in init_guest_info ()
#23 0x0024e0b0 in main ()
Here is my smb.conf (I've removed the ads and kerberos stuff, but it was broken in the same way when it was included):
[global]
server string = IT151978 Solaris
guest account = eirvine
log level = 3
pr...
2005 Sep 29
7
ldapsam:trusted = yes kills smbd
Hi,
we want to use ldapsam:trusted=yes to improve performace as nss_ldap
is killing our ldap server doing enumeration.
once i enable it smbd dies silently...
this is the last part of a ./smbd -d 10 -i
NT user token: (NULL)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups
smbldap_search: base =>
[ou=groups,ou=filestore,dc=sunderland,dc=ac,dc=uk], filt
er =>
2006 May 28
0
sigbus fault ?
...s_user ()
#15 0x001ab6cc in pdb_default_enum_group_memberships ()
#16 0x0018f22c in context_enum_group_memberships ()
#17 0x0019136c in pdb_enum_group_memberships ()
#18 0x00202d90 in get_user_groups ()
#19 0x0020317c in add_user_groups ()
#20 0x002034b8 in make_server_info_sam ()
#21 0x0020387c in make_new_server_info_guest ()
#22 0x00203a30 in init_guest_info ()
#23 0x0024e0b0 in main ()
Here is my smb.conf:
[global]
server string = IT151978 Solaris
guest account = eirvine
log level = 3
preferred master = No
local master = No
domain master = No
[homes]
comment = H...
2009 May 31
0
Smbd startup failure caused by a failure to create an NT token for the guest account
...or: 32 (No such object)
(unknown)
[2009/05/30 20:44:57, 10] auth/auth_util.c:add_aliases(656)
pdb_enum_alias_memberships failed: NT_STATUS_UNSUCCESSFUL
[2009/05/30 20:44:57, 3] smbd/sec_ctx.c:pop_sec_ctx(356)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2009/05/30 20:44:57, 10] auth/auth_util.c:make_new_server_info_guest(1508)
create_local_token failed: NT_STATUS_NO_SUCH_USER
[2009/05/30 20:44:57, 0] smbd/server.c:main(1059)
ERROR: failed to setup guest info.
if I run: smbd -d 10 -i
Primary group is 0 and contains 0 supplementary groups
smbldap_search_ext: base => [ou=Groups,dc=dil,dc=edu], filter =>
[...
2006 Jul 28
1
Problem with guest account samba 3.0.23a (smbd wont start)
...06/07/28 09:59:57, 10] lib/smbldap.c:smbldap_search_ext(1237)
Failed search for base: ou=groupes,dc=corman,dc=be, error: Timed out ()
[2006/07/28 09:59:57, 10] auth/auth_util.c:add_aliases(631)
pdb_enum_alias_memberships failed: NT_STATUS_UNSUCCESSFUL
[2006/07/28 09:59:57, 10]
auth/auth_util.c:make_new_server_info_guest(1364)
create_local_token failed: NT_STATUS_NO_SUCH_USER
[2006/07/28 09:59:57, 0] smbd/server.c:main(960)
ERROR: failed to setup guest info.
- What is sambaSIDList ?
- In changelog of samba 3.0.23, we can read :
* BUG 3905: Fix smbd startup failure caused by a failure to create an NT
token...