This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ldapsearch \ | |
-h ldap1.our.org \ | |
-x \ | |
-LLL \ | |
-b ou=People,dc=rcf,dc=our,dc=org \ | |
'objectClass=posixAccount' | \ | |
awk -F': ' 'BEGIN {gecos=""; uid=""; uidnum=""; gidnum=""; home=""; shell="" | |
;} /^uid: / {uid=$2} /^gecos: / {gecos=$2} /^uidNumber: / {uidnum=$2} /^gidNumbe | |
r: / {gidnum=$2} /^loginShell: / {shell=$2} /^homeDirectory: / {home=$2} {if (ui | |
d != "" && uidnum != "" && gidnum != "") {print uid "::" uidnum ":" gidnum ":" g |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Make MediaWiki Monobook skin not look like ass */ | |
/* Version 0.4alpha-gamma-beta-omega */ | |
/* jblaine AT SIGN kickflop.net */ | |
#globalWrapper { | |
/* Default of 127% is a bit small for my tastes */ | |
font-size: 160%; | |
} | |
#content { | |
font-family: Georgia, "Palatino Linotype", serif; |
NewerOlder