I'm getting the following error:
./getDN.sh: line 4: syntax error near unexpected token `?'
./getDN.sh: line 4: `ldapsearch -h platform-vip -p 7323 -D "administra
+torName=jambala, nodeName=jambala" -w -b "$1" "(objectClass=*)" -x -
+P 3 -s sub | perl -MMIME::Base64 -n -00 -e 's/\n //g;s/(?<=:: )(\S+)
+/decode_base64($1)/eg;print''
here is my perl version:
This is perl, v5.10.0 built for x86_64-linux-thread-multi
Any advice? |