Hey all,
I'm running the latest and greatest CentOS4 here, along with Samba and Winbind coupled to an Active Directory server. It's all working smoothly, bar one little bit, the idmap gui and uid directives. It appears to be ignoring them completely. I've pasted the relevant directives below...
winbind separator = + idmap uid = 10000-20000 idmap gid = 10000-20000 winbind enum users = yes winbind enum groups = yes winbind nested groups = yes
Yet a sample user and group ID is 16777439:16777217 - well outside the range requested. Am I missing something really obvious here? The same config works just fine on a Debian Testing server.
Regards
Kyle
Kyle Gordon wrote:
I'm running the latest and greatest CentOS4 here, along with Samba and Winbind coupled to an Active Directory server. It's all working smoothly, bar one little bit, the idmap gui and uid directives.
RHEL4's samba doesn't include idmap support. It needs to be (re)compiled with '--with-shared-modules=idmap_rid' configure switch.
-- Rex