-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Mike.lifeguard:
How would someone check the default license a user set if they needed to?
The following one-liner might also be interesting:
ldapsearch -h ldap -b o=unix,o=toolserver \ '(&(objectclass=posixAccount)(tsDefaultLicense=*))' tsDefaultLicense \ | sed -n '/^dn:/ { N; s/^dn: uid=([^,]*).*tsDefaultLicense: (.*)/\1:\2/; p; }' | nawk -F: '{ printf("%-16s %s\n", $1, $2); }'
- river.