To run unprivilaged container as non root user

Below is my config file for the user “test”
lxc.idmap = u 0 231072 1002
lxc.idmap = g 0 231072 1003
lxc.idmap = u 1002 1002 1
lxc.idmap = g 1003 1003 1
lxc idmap = u 1004 232075 64533
lxc.idmap = g 1005 232076 64532

Steps followed
I login with user “test”
Created a container with rfs on host using “lxc-create -n testing -f config -t none -P /var/lib/lxc/”
Started the container using “lxc-start -n testing”
lxc-ls --active command testing container so it is started
When i say lxc-ls -f, UNPRIVILAGED flag for my container is set to FALSE

does it mean that user is root inside the login so it is shown as false ?

My requirement: create an unprvilaged contaienr with unprivilaged user