Operating System - Linux
1830366 Members
2210 Online
110001 Solutions
New Discussion

winbind on suse - getent, wbinfo work, id, chmod,... ???

 
Borut Kurnik
Frequent Advisor

winbind on suse - getent, wbinfo work, id, chmod,... ???

Hi!

I've got suse SLES 9 & problems with winbind, i only need for unix auth. in Win domain.
The same thing works fine on RedHat box.

smb.conf ->
---------------------------------------------
...
workgroup =
security = DOMAIN
preferred master = No
domain master = No
wins server =
wins support = no
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind separator = +
...
---------------------------------------------

nsswitch ->
--------------------------------------------
...
passwd: files winbind
shadow: files
group: files winbind
...
--------------------------------------------

net rpc join -w -S -U %
... successfull

getent [passwd|group] works...

wbinfo [-g|-u] work allright, but cannot use [u|g]ids with
id, chown, ....

Any hints???

Regards,

Borut