Works fine on Windows: ```cmd C:\Users\friebe>set LDAP-PASS=foo C:\Users\friebe>echo %LDAP-PASS% foo ``` ...but not on Un\*x sytems: ```bash $ export LDAP-PASS=foo -bash: export: `LDAP-PASS=foo': not a valid identifier ```