I hereby claim:
- I am geothird on github.
- I am gjm (https://keybase.io/gjm) on keybase.
- I have a public key ASD90NMNHR81aU502j-IVPFXZvigcYXzte2an7SvDoA5ngo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # These files are text and should be normalized (Convert crlf => lf) | |
| *.php text | |
| *.css text | |
| *.js text | |
| *.htm text | |
| *.html text | |
| *.xml text | |
| *.txt text | |
| *.ini text | |
| *.inc text |
| $ ldappasswd -x -D "cn=Manager,dc=example,dc=company" -W -S "uid=user1,ou=People,dc=example,dc=company" | |
| # Change a existing users password | |
| $ ldapsearch -x -b 'ou=people,dc=example,dc=com' '(objectclass=*)' | |
| # Search for users in people ou |
| ## | |
| # Git bash completion scripts | |
| ## | |
| if [ -f /usr/local/git/contrib/completion/git-completion.bash ]; then | |
| # Git OS X Installer: http://code.google.com/p/git-osx-installer/ | |
| . /usr/local/git/contrib/completion/git-completion.bash | |
| elif type brew > /dev/null 2>&1 && [ -f `brew --prefix`/etc/bash_completion ]; then | |
| # Homebrew: http://mxcl.github.com/homebrew/ | |
| . `brew --prefix`/etc/bash_completion | |
| elif [ -f /opt/local/etc/bash_completion.d/git ]; then |
| var head = false; | |
| var cols = 0; | |
| function printStore(store,th) { | |
| var a = store.data.items; | |
| var h = new Array(); | |
| var d = new Array(); | |
| for (var i=0; i < a.length; i++) { | |
| for (var propName in a[i].data) { | |
| if (!(a[i].data[propName] instanceof Function)) { | |
| d.push(a[i].data[propName]); |