diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-08-07 20:31:04 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2006-08-07 20:31:04 +0000 |
commit | af64784568684000f99dc29de891217dfd07dd7e (patch) | |
tree | 61fe697feceb9811abf0587530319dd53d48d0a4 /zshrc | |
parent | cf7ce7768f6e5a86bcf4b2249e8c0e346ba8be8d (diff) |
Set ldapvi- alias
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@170 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -206,6 +206,9 @@ fi if [ "$HOSTNAME" = 'thetis' ] ; then alias ldapvi='ldapvi -h localhost -D cn=admin,o=ab.office.dibral.at -w `grep bindpw $HOME/.noreply.ldap | cut -d" " -f 2`' fi +if [ "$HOSTNAME" = 'andromeda' ] ; then + alias ldapvi-nonanoymous='ldapvi -h localhost -D uid=weasel,ou=users,ou=accounts,dc=oftc,dc=net -b dc=oftc,dc=net' +fi if [ "$HOSTNAME" = 'asteria' ] && [ -x /usr/bin/sudo ] ; then if [ -e "$HOME/.oftc-port" ]; then oftcircport="--port=`cat $HOME/.oftc-port`" |