Displaying 2 results from an estimated 2 matches for "bnedevmail".
2016 Feb 01
2
"samba-tool user add" and idmap shenanigans
...RTAD\testuser2:*:3000032:10000::/home/VRTAD/testuser2:/bin/false
Other users work too:
> root at bnedevdc0:~# wbinfo -i testuser
> VRTAD\testuser:*:123456:10000::/home/VRTAD/testuser:/bin/false
Now, I move across to my member server and try to repeat the two
`wbinfo` commands:
> root at bnedevmail:~# wbinfo -i testuser
> testuser:*:123456:10000:testuser:/home/VRTAD/testuser:/bin/bash
> root at bnedevmail:~# wbinfo -i testuser2
> failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
> Could not get info for user testuser2
I can do `id` and other commands with 'testuser' as...
2016 Feb 01
0
"samba-tool user add" and idmap shenanigans
...0::/home/VRTAD/testuser2:/bin/false
> Other users work too:
>> root at bnedevdc0:~# wbinfo -i testuser
>> VRTAD\testuser:*:123456:10000::/home/VRTAD/testuser:/bin/false
> Now, I move across to my member server and try to repeat the two
> `wbinfo` commands:
>
>> root at bnedevmail:~# wbinfo -i testuser
>> testuser:*:123456:10000:testuser:/home/VRTAD/testuser:/bin/bash
>> root at bnedevmail:~# wbinfo -i testuser2
>> failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
>> Could not get info for user testuser2
> I can do `id` and other commands with &...