Advertisement
KillianMills

putty reminders

Oct 11th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1.  ldapsearch -h atlas.dcu.ie -b ou=students,o=dcu -x cn=_________
  2.  
  3.  while read p; do arr=($p); echo ${arr[0]}; ldapsearch -h atlas.dcu.ie -x -LLL -b ou=students,o=dcu cn=${arr[1]} gecos | grep gecos | sed -e 's/gecos: //g'; done < results.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement