#!/bin/bash #% all-users #% List the logins of all users in LDAP ldapsearch -x -ZZ -b 'ou=People,dc=hackerspace,dc=pl' | grep ^uid: | cut -d' ' -f2