List all AD users from smbfs share
Hi,
I have a mount to a Solaris11.3 server from a Netapp.
//xxxxxxxxxxxxxx/<dir> - /filesystem_mnt smbfs - yes user=user123,dirperms=777,rw,gid=everyone,uid=test123
The server is connected to AD and I can see all domains from smbadm show-domains.
Im struggling however to find a way to list all AD users who have access to the server and they're respective userid, all I want is a command which gives the same output(ish) as id -a with the userid and groups.
Any suggestions would be appreciated.
Thanks.