Bug 10463 - lookup_sids fails to resolve local sam sid
Summary: lookup_sids fails to resolve local sam sid
Status: NEW
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Winbind (show other bugs)
Version: 4.0.0
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-21 23:36 UTC by Michael Adam
Modified: 2014-02-27 08:14 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Adam 2014-02-21 23:36:15 UTC
wbinfo --sid-to-name fails to resolve the local sam sid.
Comment 1 Michael Adam 2014-02-27 08:14:23 UTC
How to reproduce:

- configure samba, e.g. as a domain member server
  (security = domain or security = ads)
- start winbindd
- verify that winbindd works with "wbinfo -p" and (say) "wbinfo -t"
- run "net getlocalsid"
  ==> note the SID
- run "wbinfo --sid-to-nams=<THE_SID_FROM_NET_GETLOCALSID>"
  ==> fails