Samba mappings issue
I'm working a new Samba config where it appears that something is just not connecting in my config. We had this working until a DC power outage. Since then thing have not worked and I decided to remove the 3.5 version and install 4.1.14 sernet samba. I have joined the domain and that appears to be working fine. 'wbinfo -u' returns my user and group list. What is odd is that I cannot assign ownership via 'chown' to a domain user. However, if I assign ownership using the UID it works fine. My mappings appear to be correct.
[root@sltltfsee general]# wbinfo -u | grep choatej choatej [root@sltltfsee general]# wbinfo -i SL1\\choatej SL1\choatej:*:16777216:16777220::/home/SL1/choatej:/bin/bash [root@sltltfsee general]# wbinfo -n SL1\\choatej S-1-5-21-1823944398-2898753305-4095703837-125569 SID_USER (1) [root@sltltfsee general]# wbinfo -U 16777216 S-1-5-21-1823944398-2898753305-4095703837-125569 [root@sltltfsee general]# chown SL1\\choatej test3 chown: invalid user: `SL1\\choatej' [root@sltltfsee general]# chown 16777216 test3 [root@sltltfsee general]# ll total 64 drwxrwx---+ 2 root 16777216 512 Dec 29 11:45 source drwxrwx--- 2 root 16777216 512 Dec 19 17:31 srvimages drwxrwx---+ 3 root 16777488 32768 Dec 31 10:09 storage drwxrwx---+ 2 root root 32768 Jan 8 10:31 temp drwxrwx--- 2 root root 512 Jan 8 10:55 test2 drwxr-xr-x 2 16777216 root 512 Jan 12 10:20 test3 [root@sltltfsee general]#
I've cleaned up the /var/lib/samba/*.tdb files and restarted services to no avail. I'm unable to access my samba share via windows any longer and getting a 'Password incorrect' when trying to map the share.
Responses