Mike.lifeguard:
> How would someone check the default license a user set if they needed to?

River Tarnell:
> willow% ldapsearch -h ldap -b ou=people,o=unix,o=toolserver '(uid=rriver)'
tsDefaultLicense
> version: 1
> dn: uid=rriver,ou=People,o=unix,o=toolserver
> tsDefaultLicense: zlib

Could this be made into a command to make it easier, such as the following:

#!/bin/bash
echo `ldapsearch -h ldap -b ou=people,o=unix,o=toolserver '(uid=$1)'
tsDefaultLicense` | grep tsDefaultLicense

Just a thought

stwalkerster


_______________________________________________
Toolserver-l mailing list ([email protected])
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Reply via email to