summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2006-08-07 20:31:04 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2006-08-07 20:31:04 +0000
commitaf64784568684000f99dc29de891217dfd07dd7e (patch)
tree61fe697feceb9811abf0587530319dd53d48d0a4 /zshrc
parentcf7ce7768f6e5a86bcf4b2249e8c0e346ba8be8d (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--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`"