Displaying 20 results from an estimated 87 matches for "lookup_name".
2009 Apr 20
2
Getting mad with group permissions
...9/04/20 11:06:59, 5] smbd/password.c:user_in_netgroup(429)
looking for user giorgio of domain (ANY) in netgroup staffmovi
[2009/04/20 11:06:59, 5] smbd/password.c:user_in_netgroup(445)
looking for user giorgio of domain (ANY) in netgroup staffmovi
[2009/04/20 11:06:59, 10] passdb/lookup_sid.c:lookup_name(69)
lookup_name: MOVI\staffmovi => MOVI (domain), staffmovi (name)
[2009/04/20 11:06:59, 10] passdb/lookup_sid.c:lookup_name(70)
lookup_name: flags = 0x077
[2009/04/20 11:06:59, 3] smbd/sec_ctx.c:push_sec_ctx(224)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2009/04/20 11:06:59, 3] smbd/u...
2010 Sep 29
4
Problem when "valid users" is used
...09/29 16:19:03, 5] smbd/password.c:user_in_netgroup(429)
looking for user test of domain (ANY) in netgroup Developpeurs
[2010/09/29 16:19:03, 5] smbd/password.c:user_in_netgroup(445)
looking for user test of domain (ANY) in netgroup Developpeurs
[2010/09/29 16:19:03, 10] passdb/lookup_sid.c:lookup_name(69)
lookup_name: SERVER\Developpeurs => SERVER (domain), Developpeurs (name)
[2010/09/29 16:19:03, 10] passdb/lookup_sid.c:lookup_name(70)
lookup_name: flags = 0x077
[2010/09/29 16:19:03, 3] smbd/sec_ctx.c:push_sec_ctx(224)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2010/09/29 16:19:0...
2011 Mar 28
2
winbind is not taking default domain
...] smbd/password.c:423(user_in_netgroup)
Unable to get default yp domain, let's try without specifying it
[2011/03/25 12:43:50.645694, 5] smbd/password.c:430(user_in_netgroup)
looking for user testuser of domain (ANY) in netgroup staff
[2011/03/25 12:43:50.645733, 10] passdb/lookup_sid.c:69(lookup_name)
lookup_name: LINFILES\staff => LINFILES (domain), staff (name)
[2011/03/25 12:43:50.645744, 10] passdb/lookup_sid.c:70(lookup_name)
lookup_name: flags = 0x077
[2011/03/25 12:43:50.645753, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2011/03/25 12:43:50....
2003 Mar 19
1
migrating from Samba 2.0 to Samba 2.2 (AIX)
...ries to launch a print job.
Sample of logfile :
[2003/03/19 16:42:56, 10] lib/username.c:user_in_list(456)
user_in_list: checking user nobody in list
[2003/03/19 16:42:56, 4] printing/nt_printing.c:nt_printing_getsec(3848)
using default secdesc for hp5000n
[2003/03/19 16:42:56, 10] smbd/uid.c:lookup_name(457)
lookup_name: winbind lookup for root failed - trying local
[2003/03/19 16:42:56, 10] smbd/uid.c:lookup_name(489)
lookup_name: (local) root -> SID
S-1-5-21-2110550684-2792681551-4169345231-1000 (type 1)
[2003/03/19 16:42:56, 4]
printing/nt_printing.c:construct_default_printer_sdb(3822)...
2006 Jul 20
2
Q: winbindd, unqualfied users, & name conflicts (a.k.a "Death to 'winbind use default domain'!")
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Volker,
Assume I have a member server named LINUX joined to a
domain name AD. Now assume I have a local user named foo
in my passdb and a user named foo in the domain as well.
I'm modifying winbindd_util.c:parse_domain_user() to do
a lookup_name() to try to figure out which domain to prepend
to the username rather than just assuming its a domain user.
But this means that we'll always choose the local user
(due to the order of an isolated search in lookup_name()).
The main problem is the use default domain abomination
will confuse loca...
2015 Jul 31
1
samba-4.1.19: resolving local unix group failes when there exists a local unix user with same name
...mySecret -U reinhard.ni -W fee
Domain=[FEE] OS=[Unix] Server=[Samba 4.1.19-11.1-3442-SUSE-oS13.2-x86_64]
tree connect failed: NT_STATUS_NO_SUCH_GROUP
Running smbd interactive with maximum debug level shows the following lines:
looking for user fee\reinhard.ni of domain (ANY) in netgroup fee\g_tb3
lookup_name: fee\g_tb3 => domain=[fee], name=[g_tb3]
lookup_name: flags = 0x077
user_ok_token: share FactWork is ok for unix user FEE\reinhard.ni
lookup_name: FEE\webadmin => domain=[FEE], name=[webadmin]
lookup_name: flags = 0x077
map_name_to_wellknown_sid: looking up webadmin
push_sec_ctx(0, 0) : sec_c...
2006 Jun 19
2
3.0.23 + afsacl build problem
...warning: passing arg 4 of `lookup_sid' from
incompatible pointer type
modules/vfs_afsacl.c:145: error: too few arguments to function `lookup_sid'
modules/vfs_afsacl.c:153: warning: passing arg 2 of `strchr_m' makes
integer from pointer without a cast
modules/vfs_afsacl.c:158: error: `LOOKUP_NAME_FULL' undeclared (first
use in this function)
modules/vfs_afsacl.c:158: error: (Each undeclared identifier is reported
only once
modules/vfs_afsacl.c:158: error: for each function it appears in.)
modules/vfs_afsacl.c:159: warning: passing arg 1 of `lookup_name'
discards qualifiers from p...
2007 Jan 25
1
domain/unix groups and valid users parameter
Hi,
I want to switch from 'security = server' to 'security = ADS'.
Kerberos is working and I can login to the server.
With Samba 3.0.22 I was able to restrict access to shares with the
'valid users' directive. ve is local unix group.
valid users = +ve
And force the group ownership with the 'force group' directive.
force group = +ve
[foo]
comment = foo
2004 Apr 01
1
[patch] net/rsync: problems in client name lookup code
...net/rsync: problems in client name lookup code
>Severity: non-critical
>Priority: low
>Category: ports
>Class: sw-bug
>Release: FreeBSD 4.8-RELEASE-p16 i386
>Environment:
System: FreeBSD 4.8-RELEASE-p16
>Description:
rsync does reverse name lookups on a client address in lookup_name
(called from client_name) in clientname.c The code in client_name does
two things incorrectly:
- fails to set ss_len member of struct sockaddr_storage, which when
passed to getnameinfo causes the latter to fail;
- detection of IPv6 via counting dots is plain silly and doesn't work;
The...
2007 May 18
1
3.0.25 Winbind high CPU usage
...ldaf.state.la.us *
realm = LDAF.STATE.LA.US
template homedir = /data/HomeDirectories/%U
Lookin at the smbd logs I'm seeing a lot of user lookups for Shares...
DocumentImaging and OfficeDirectories are Shares..
[2007/05/18 11:21:06, 5] nsswitch/winbindd_async.c:lookupname_recv2(801)
lookup_name returned an error
[2007/05/18 11:21:06, 5]
nsswitch/winbindd_user.c:getpwnam_name2sid_recv(390)
Could not lookup name for user dOcUMenTimagING
[2007/05/18 11:21:06, 3] nsswitch/winbindd_user.c:winbindd_getpwnam(346)
[ 0]: getpwnam dOcUMentIMAGing
[2007/05/18 11:21:06, 5] nsswitch/winbindd_as...
2008 Nov 11
0
try 2: group setting doesn't work
...teable = yes
Relevant section of the log, noting that it finds a user 'www-data' and
gets confused..
Extra newlines at the hotspot;
[2008/11/11 09:07:20, 5] lib/username.c:Get_Pwnam_internals(108)
Get_Pwnam_internals did find user [rene]!
[2008/11/11 09:07:20, 10] passdb/lookup_sid.c:lookup_name(64)
lookup_name: EAGLE\www-data => EAGLE (domain), www-data (name)
[2008/11/11 09:07:20, 3] smbd/sec_ctx.c:push_sec_ctx(208)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2008/11/11 09:07:20, 3] smbd/uid.c:push_conn_ctx(353)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2008/11/11 09:07:20, 3]...
2014 Jul 31
0
Access denied when accessing via hostname
...for user EVSOFFICE+danclone of domain (ANY) in netgroup
EVSOFFICE.LOCAL+dangroup
[2014/07/31 08:35:48.316755, 5] auth/user_util.c:175(user_in_netgroup)
looking for user evsoffice+danclone of domain (ANY) in netgroup
EVSOFFICE.LOCAL+dangroup
[2014/07/31 08:35:48.316790, 10] passdb/lookup_sid.c:76(lookup_name)
lookup_name: EVSOFFICE.LOCAL\dangroup => domain=[EVSOFFICE.LOCAL],
name=[dangroup]
[2014/07/31 08:35:48.316817, 10] passdb/lookup_sid.c:77(lookup_name)
lookup_name: flags = 0x077
[2014/07/31 08:35:48.317957, 10] smbd/share_access.c:219(user_ok_token)
User EVSOFFICE+danclone not in 'va...
2009 May 19
3
Samba Panic
...ms for the user. I've
tried everything and cannot figure it out - anyone got any
pointers/ideas what to do next ?
[2009/05/18 22:04:17, 5] rpc_server/srv_lsa_nt.c:lookup_lsa_rids(166)
lookup_lsa_rids: looking up name \\REBECCA\EMLibrary Users
[2009/05/18 22:04:17, 10] passdb/lookup_sid.c:lookup_name(69)
lookup_name: \\REBECCA\EMLibrary Users => (domain),
\REBECCA\EMLibrary Users (name)
[2009/05/18 22:04:17, 10] passdb/lookup_sid.c:lookup_name(70)
lookup_name: flags = 0x043
[2009/05/18 22:04:17, 5]
passdb/secrets.c:secrets_fetch_trusted_domain_password(644)
secrets_fetch failed!
[2...
2007 Feb 04
3
Samba-3.0.23 problem
...shows that it's having a problem with the
group membership aspect of the valid users list. Please note that user
'mikes' is most definitely a member of the unix group 'mis':
looking for user mikes of domain (ANY) in netgroup mis
[2007/02/04 12:43:17, 10] passdb/lookup_sid.c:lookup_name(64)
lookup_name: HCNAS\mis => HCNAS (domain), mis (name)
[2007/02/04 12:43:17, 3] smbd/sec_ctx.c:push_sec_ctx(208)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2007/02/04 12:43:17, 3] smbd/uid.c:push_conn_ctx(345)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2007/02/04 12:43:17, 3] smbd/sec_c...
2007 May 18
2
force group to Unix group in 3.0.25
...ne in 3.0.25, I can access the share fine. It also works if I set the "force group" setting to a domain group. It only fails with a local Unix group.
Any pointers to what I can try to resolve this in 3.0.25 ?
Thanks,
Mike
----
3.0.24 -- ok
[2007/05/18 11:57:02, 10] passdb/lookup_sid.c:lookup_name(64)
lookup_name: Unix Group\localgrp => Unix Group (domain), localgrp (name)
[2007/05/18 11:57:02, 10] passdb/lookup_sid.c:sid_to_gid(1324)
sid_to_gid: S-1-22-2-561 -> 561
[2007/05/18 11:57:02, 3] smbd/service.c:find_forced_group(493)
Forced group localgrp
---------------------------
3...
2008 Apr 16
1
valid users = +group doesn't work
...re as follows:
[2008/04/16 15:09:07, 5] smbd/service.c:make_connection(1205)
making a connection to 'normal' service www
[2008/04/16 15:09:07, 3] lib/util_sid.c:string_to_sid(223)
string_to_sid: Sid +webdev does not start with 'S-'.
[2008/04/16 15:09:07, 10] passdb/lookup_sid.c:lookup_name(64)
lookup_name: UNIXBOX\webdev => UNIXBOX (domain), webdev (name)
[2008/04/16 15:09:07, 3] smbd/sec_ctx.c:push_sec_ctx(208)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2008/04/16 15:09:07, 3] smbd/uid.c:push_conn_ctx(358)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2008/04/16 15:09:07, 3]...
2007 Sep 10
0
User not permitted to access this share
...at the logfile, I see that the server tries
to find the group of DOMAIN2 (TestGroup) in ldap of the local DOMAIN1:
[2007/09/10 10:24:08, 3] lib/util_sid.c:string_to_sid(223)
string_to_sid: Sid +DOMAIN2+TestGroup does not start with 'S-'.
[2007/09/10 10:24:08, 10] passdb/lookup_sid.c:lookup_name(64)
lookup_name: DOMAIN2\TestGroup => DOMAIN2 (domain), TestGroup (name)
[2007/09/10 10:24:08, 10] passdb/util_wellknown.c:lookup_wellknown_name(154)
map_name_to_wellknown_sid: looking up TestGroup
[2007/09/10 10:24:08, 3] smbd/sec_ctx.c:push_sec_ctx(208)
push_sec_ctx(0, 0) : sec_ctx_st...
2007 Dec 12
2
Vista SP1-rc1 appears to break against Samba-3.0.27a
...rver both work against both share
options of course.
Setting "log level = 10" shows Win2K3 working with
[2007/12/12 00:25:16, 5] smbd/password.c:user_in_netgroup(466)
looking for user ad\myaccount of domain (ANY) in netgroup ad\some group
[2007/12/12 00:25:16, 10] passdb/lookup_sid.c:lookup_name(64)
lookup_name: ad\some group => ad (domain), some group (name)
[2007/12/12 00:25:16, 10] smbd/share_access.c:user_ok_token(232)
user_ok_token: share test is ok for unix user AD\myaccount
..whereas Vista-SP1rc1 shows
[2007/12/12 00:20:42, 10]
libsmb/clikrb5.c:get_krb5_smb_session_key(735...
2010 Aug 19
0
AD Groups Failing to Authorize in Valid Users (does not start with S-)
...mbd/password.c:user_in_netgroup(474)
looking for user DOMAIN+test02 of domain (ANY) in netgroup
DOMAIN+tstgrp02
[2010/08/19 18:07:31, 5] smbd/password.c:user_in_netgroup(490)
looking for user domain+test02 of domain (ANY) in netgroup
DOMAIN+tstgrp02
[2010/08/19 18:07:31, 10] passdb/lookup_sid.c:lookup_name(70)
lookup_name: DOMAIN\tstgrp02 => DOMAIN (domain), tstgrp02 (name)
[2010/08/19 18:07:31, 10] passdb/lookup_sid.c:lookup_name(71)
lookup_name: flags = 0x077
[2010/08/19 18:07:31, 10] smbd/share_access.c:user_ok_token(211)
User DOMAIN+test02 not in 'valid users'
[2010/08/19 18:07:3...
2007 Jan 10
1
ADS groups and 'valid users'
...NG]
[2007/01/10 14:52:43, 5] smbd/service.c:make_connection(1125)
making a connection to 'normal' service accounting
[2007/01/10 14:52:43, 3] lib/util_sid.c:string_to_sid(223)
string_to_sid: Sid +FOO+finance does not start with 'S-'.
[2007/01/10 14:52:43, 10] passdb/lookup_sid.c:lookup_name(64)
lookup_name: FOO\finance => FOO (domain), finance (name)
[2007/01/10 14:52:43, 10] smbd/share_access.c:user_ok_token(208)
User MAGAZINES+cwatson not in 'valid users'
[2007/01/10 14:52:43, 2] smbd/service.c:make_connection_snum(580)
user 'MAGAZINES+cwatson' (from session...