* All Domain Group can show with "getent group" with out any problems, but group with german umlauts don't show (example Domänen-Admins). * With wbinfo i habe no trouble with german umlauts. * locale is configured with iso-8859-15 * ssh session works with iso-8859-15 * smb.conf charset is configured: DOS=850, Unix=iso-8859-15, Display=iso-8859-15 * I have the same error with UTF8 I have added a Log File with Debug 10 Thanks
Created attachment 4007 [details] Debug 10 Log of Winbind
I have found the bug! The problem is not only by group names with german umlauts! We use as domain seperator the character "-". All groups with a "-" in the group name (not group comment) don't work with getent group, setfacl or getfacl (nsswitch). * If i replace the "-" with a "_", it works. * If i set the domain seperator to "+", it works. Guido Kriebel
so the umlaut groups without - work? Or don't they work? Volker
I only thought it would be the german umlauts, but that was not the problem! The Problem is on all groups with a hyphen (-). If the domain seperator is a "+" all groups work, even those with German umlauts. NOT WORKING: ------------ smb.conf: winbind separator = - example: getent group DOMAIN-Domänen-Admins --> shows nothing getent group DOMAIN-IT-Consult --> shows nothing getent group DOMAIN-IT --> shows gid and group users WORKING: ------------ smb.conf: winbind separator = + command: getent group DOMAIN-Domänen-Admins --> shows gid and group users getent group DOMAIN-IT-Consult --> shows gid and group users getent group DOMAIN-IT --> shows gid and group users Guido (In reply to comment #3) > so the umlaut groups without - work? Or don't they work? > > Volker >
Sorry - a little failure in my comment. Here the corrected version. WORKING: ------------ smb.conf: winbind separator = + command: getent group DOMAIN+Domänen-Admins --> shows gid and group users getent group DOMAIN+IT-Consult --> shows gid and group users getent group DOMAIN+IT --> shows gid and group users
Guido, renaming summary as of your analysis.