Hi. I got samba-3.0.2a-1 on fedora core 1 working as a domain member. We have some shares there and the domain users is authentificated by a windows 2003 DC. Everything runs smooth but this comes up in the log every time a cronjob By root is runned. The samt thing if I log in.. ------- winbindd.log ----------- [2004/02/26 23:01:01, 1] nsswitch/winbindd_group.c:winbindd_getgroups(954) user 'root' does not exist [2004/02/26 23:03:00, 1] libads/ads_ldap.c:ads_name_to_sid(64) name_to_sid: root not found [2004/02/26 23:03:00, 1] nsswitch/winbindd_group.c:winbindd_getgroups(954) user 'root' does not exist [2004/02/26 23:34:26, 1] libads/ads_ldap.c:ads_name_to_sid(64) name_to_sid: root not found [2004/02/26 23:34:26, 1] nsswitch/winbindd_group.c:winbindd_getgroups(954) user 'root' does not exist ------------------------------- ----- smb.conf ----- [global] workgroup = DOMAIN realm = DOMAIN.LAN security = ADS password server = dc01.domain.lan log file = /var/log/samba/%m.log max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 wins server = 192.168.1.10 idmap uid = 10000-20000 idmap gid = 10000-20000 winbind use default domain = yes winbind separator = + winbind cache time = 10 winbind enum users = yes winbind enum groups = yes unix charset = ISO8859-1 [fluff] comment = fluff path = /fluff writable = yes browseable = no valid users = @"DOMAIN+Domain Group" force create mode = 0770 force directory mode = 6770 ------------------------------------ ----- nsswitch.conf ---------------- passwd: files winbind shadow: files group: files winbind ----------------------------------- Any Ideas? // Regards