Bug 3539 - idmap_ad not getting gecos from msSFU30Gecos
Summary: idmap_ad not getting gecos from msSFU30Gecos
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: winbind (show other bugs)
Version: 3.0.21b
Hardware: x86 Linux
: P3 enhancement
Target Milestone: none
Assignee: Guenther Deschner
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-22 08:08 UTC by Vandeir Eduardo
Modified: 2006-02-23 08:28 UTC (History)
0 users

See Also:


Attachments
use msSFU30Gecos (4.25 KB, patch)
2006-02-22 10:16 UTC, Guenther Deschner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vandeir Eduardo 2006-02-22 08:08:21 UTC
The actual implementation of winbind (using options idmap backend = idmap_ad and winbind nss info = sfu) is not retrieving the contents of msSFU30Gecos. It only retrieves msSFU30UidNumber, msSFU30GidNumber, msSFU30HomeDirectory and msSFU30LoginShell. Gecos its one of the basic data information of a user, so it should be retrived too from SFU.
Comment 1 Guenther Deschner 2006-02-22 10:15:59 UTC
Can you please try the attached patch?
Comment 2 Guenther Deschner 2006-02-22 10:16:55 UTC
Created attachment 1752 [details]
use msSFU30Gecos
Comment 3 Vandeir Eduardo 2006-02-23 08:04:55 UTC
(In reply to comment #1)
> Can you please try the attached patch?
> 

Good! It worked! Thanks.
Comment 4 Guenther Deschner 2006-02-23 08:28:57 UTC
Fixed in subversion. Thanks for the hint!