Bug 3352 - wbinfo -Y problem
Summary: wbinfo -Y problem
Status: RESOLVED INVALID
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: winbind (show other bugs)
Version: 3.0.21
Hardware: Other Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-23 03:46 UTC by Anton Podrezov
Modified: 2005-12-23 07:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Podrezov 2005-12-23 03:46:20 UTC
In samba 3.0.20b:
root@test:# wbinfo -Y 'S-1-5-21-1482476501-1417001333-839522115-3620 Domain Group (2)'
11553
root@test:# wbinfo -Y 'S-1-5-21-1482476501-1417001333-839522115-3620'
11553

in samba 3.0.21:
root@test:# wbinfo -Y 'S-1-5-21-1482476501-1417001333-839522115-3620 Domain Group (2)'
Could not convert sid S-1-5-21-1482476501-1417001333-839522115-3620 Domain Group (2) to gid
root@test:# wbinfo -Y 'S-1-5-21-1482476501-1417001333-839522115-3620'
11553
Comment 1 Volker Lendecke 2005-12-23 07:30:47 UTC
Sorry, but I can't see a problem here. I would not see fact that 3.0.20b accepted the first form including stuff after the domain as a supported feature. wbinfo -Y expects a SID and nothing more.

Volker