summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 56b0bb1..402eeb2 100644
--- a/zshrc
+++ b/zshrc
@@ -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`"