Hi,

I have a Samba PDC that I wanted to use for user autentication. So I configured DSS to join the Domain (PDC). The problem I'm facing is that I get the users like:

DOMAIN+user

Normally on samba I would set "winbind use default domain = true" to get only:

user

The problem raises because I want to syncronize the UIDs and the Domain account without using LDAP but only by using NIS and Winbind.

Is there a way to avoid having the accounts in the form of Domain+user ?

Thank you