diff options
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`" |