From af64784568684000f99dc29de891217dfd07dd7e Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 7 Aug 2006 20:31:04 +0000 Subject: Set ldapvi- alias git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@170 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zshrc') 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`" -- cgit v1.2.3