Displaying 2 results from an estimated 2 matches for "bad_list".
Did you mean:
bad_cast
2015 Dec 07
1
template shell RFC2307 loginShell
wbinfo -u|while read i; do id $i|cut -d, -f1; done > users_list.txt 2>
bad_list.txt
# cat users_list.txt | cut -d'(' -f1|cut -d= -f2|sort -n|head -n 1
9102
# cat users_list.txt | cut -d'(' -f1|cut -d= -f2|sort -n|tail -n 1
8921272
seems to be my issue thank you.
# cat bad_list.txt |wc -l
32
looking through those users I found none had uids or gids but I do...
2015 Dec 07
4
template shell RFC2307 loginShell
But that doesn't work for me. As I am saying
If I set it like that I only see 7 domain users with getent passwd
experimenting I see if I set
idmap config * : range = 2000-7999
idmap config DOMAIN:range = 8000-99999
I see all my users.
which is really odd because all my users have uids above 10000
What other trouble shooting steps can I take to see why this is acting this
way?
I edit