Displaying 6 results from an estimated 6 matches for "winbind_lookup_sid".
Did you mean:
winbind_lookup_rids
2003 Jan 09
0
Taking ownership of files on NT/2k
...ippet:
--- LOG BEGINS ---
[2003/01/09 12:24:52, 10] smbd/posix_acls.c:set_nt_acl(2177)
set_nt_acl: called for file Corp Services/mytestdir
[2003/01/09 12:24:52, 5] smbd/posix_acls.c:unpack_nt_owners(433)
unpack_nt_owners: validating owner_sids.
[2003/01/09 12:24:52, 10] nsswitch/wb_client.c:winbind_lookup_sid(111)
winbind_lookup_sid: SUCCESS: SID
S-1-5-21-1881940921-547036892-925700815-500 -> BEDROCK Administrator
[2003/01/09 12:24:52, 10] smbd/uid.c:sid_to_uid(657)
sid_to_uid: winbindd S-1-5-21-1881940921-547036892-925700815-500 -> 10012
[2003/01/09 12:24:52, 5] smbd/posix_acls.c:unpack_nt...
2003 Oct 28
0
compiling samba 3.0
...e of incomplete typedef `NSS_STATUS'
nsswitch/wb_client.c:58: `NSS_STATUS_SUCCESS' undeclared (first use in this function)
nsswitch/wb_client.c:58: (Each undeclared identifier is reported only once
nsswitch/wb_client.c:58: for each function it appears in.)
nsswitch/wb_client.c: In function `winbind_lookup_sid':
nsswitch/wb_client.c:75: storage size of `result' isn't known
nsswitch/wb_client.c:88: invalid use of incomplete typedef `NSS_STATUS'
nsswitch/wb_client.c:92: `NSS_STATUS_SUCCESS' undeclared (first use in this function)
nsswitch/wb_client.c: In function `winbind_sid_to_uid'...
2004 Oct 28
0
Permission denied creating Clearcase view on Samba share.
...es via an
smbusers file on an NFS mounted directory.
I don't have enough knowledge to interpret the log file, could somebody
please give me a clue?
[2004/10/27 17:36:41, 5] smbd/posix_acls.c:(903)
unpack_nt_owners: validating owner_sids.
[2004/10/27 17:36:41, 10] nsswitch/wb_client.c:(98)
winbind_lookup_sid: SUCCESS: SID
S-1-5-21-555165157-1185895069-398547282-1628
-> VICORP Nick.Button
[2004/10/27 17:36:41, 10] passdb/lookup_sid.c:(418)
sid_to_uid: winbind failed to allocate a new uid for sid
S-1-5-21-555165157-11
85895069-398547282-1628
[2004/10/27 17:36:41, 3] smbd/posix_acls.c:(921)
unpack_...
2002 Dec 02
1
HELP: tree connect failed
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: winbindd.zip
Type: application/x-zip-compressed
Size: 52252 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/20021202/ee1c44bf/winbindd.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smbd.zip
Type:
2003 Dec 01
0
No subject
apply to this (security=domain) case, since auth is via the PDC.
So, shouldn't winbind_lookup_sid() be succeeding. Should I be
trying to track the failure in that code?
In case it's helpful, ldd /usr/sbin/smbd shows:
libdl.so.2 => /usr/lib/libdl.so.2 (0x40017000)
libnsl.so.1 => /lib/libnsl.so.1 (0x4001a000)
libpam.so.0 => /lib/libpam.so.0 (0x40030000)
libc.so.6 => /lib/...
2003 Dec 01
0
No subject
...d_to_uid debug message -- so is that
> (and the safe_strcat messages) any further clue of what's gone wrong?
>
> >From a quick glance at local_sid_to_uid, I gather that that doesn't
> apply to this (security=domain) case, since auth is via the PDC.
>
> So, shouldn't winbind_lookup_sid() be succeeding. Should I be
> trying to track the failure in that code?
>
> In case it's helpful, ldd /usr/sbin/smbd shows:
> libdl.so.2 => /usr/lib/libdl.so.2 (0x40017000)
> libnsl.so.1 => /lib/libnsl.so.1 (0x4001a000)
> libpam.so.0 => /lib/libpam.so.0 (0x4003...