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.
Can you please try the attached patch?
Created attachment 1752 [details] use msSFU30Gecos
(In reply to comment #1) > Can you please try the attached patch? > Good! It worked! Thanks.
Fixed in subversion. Thanks for the hint!