Charliemp3
IS-IT--Management
I'm a bit lost with this command, and would really appreciate some direction:
I tried using the following command:
ldapsearch -v -h enterprise.server.com -xLLL -D "validuser@server.com" -W -b "OU=Employees,OU=People,DC=server,DC=com" uidNumber gidNumber -f list.txt > list.out.txt
This command ignores the list and produces an output with pretty much everyone in the organization. The list I'm specifying has only a few users.
Ultimately I don't care how this is done, I need to gather the UIDs of 500 plus users and I know no other way of doing it. The above command works great if I specify a single user account, but not with a list.
Thank you.
I tried using the following command:
ldapsearch -v -h enterprise.server.com -xLLL -D "validuser@server.com" -W -b "OU=Employees,OU=People,DC=server,DC=com" uidNumber gidNumber -f list.txt > list.out.txt
This command ignores the list and produces an output with pretty much everyone in the organization. The list I'm specifying has only a few users.
Ultimately I don't care how this is done, I need to gather the UIDs of 500 plus users and I know no other way of doing it. The above command works great if I specify a single user account, but not with a list.
Thank you.