Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
General Linux > Samba > Issue <<  67 of 98 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 9242
Last update: 02-01-08
Issue:
Why am I seeing the error 'winbindd: idmap uid range missing or invalid' in /var/log/messages when winbind starts successfully?
Resolution:
One cause of this error is a simple syntax error in /etc/samba/smb.conf whereby spaces are placed between the range values of the idmap uid and idmap gid parameters.

For example, the following lines will generate the error:
idmap uid = 10000 - 20000
idmap gid = 10000 – 20000
To resolve the issue remove the spaces between 10000 - 20000 and restart winbind. Check that the error no longer shows up in /var/log/messages.

Verify that uid/gid mapping is now working by running getent passwd and look for domain usernames (this is assuming there aren't any other configuration problems which are beyond the scope of this article).


How well did this entry answer your question?


good wrong incomplete out of date
General Linux > Samba > Issue <<   67  of  98  >>