Bug 3031 - Winbind / Wbinfo separator treated inconsistently...
Summary: Winbind / Wbinfo separator treated inconsistently...
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: winbind (show other bugs)
Version: 3.0.20
Hardware: All Windows XP
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-23 20:52 UTC by Brian Moran
Modified: 2005-09-28 07:37 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 Brian Moran 2005-08-23 20:52:38 UTC
Information from winbindd is treated inconsistently in it's presentation 
through wbinfo. Example - (winbind separator = + is in the smb.conf file)

# wbinfo -n Administrator
S-1-5-21-418081286-1191099226-2202501032-500 User (1)

# wbinfo -s S-1-5-21-418081286-1191099226-2202501032-500
1 CORP\Administrator

# wbinfo -n CORP\\Administrator
Could not lookup name CORP\Administrator

# wbinfo -n CORP+Administrator
S-1-5-21-418081286-1191099226-2202501032-500 User (1)

Might be nice to have wbinfo command switch to supply the "winbind separator" 
vs. extracting from smb.conf. 

Also a combined lookup command of wbinfo --user-domgroups-text=DOMAIN+USER 
which will enumerate the already-looked-up group names.
Comment 1 Gerald (Jerry) Carter (dead mail address) 2005-09-28 07:37:32 UTC
Fixed in the current SAMBA_3_0 tree.