[email protected] wrote:
"Oskar" <[EMAIL PROTECTED]> wrote:
from tye 'system32' directory so try running your test app there
<<
THANKS, this was the hint. Had a addtional (runtime) dll in the dnews directory,
moving it to system32 did the trick.
Ahmm, sometimes .....
I am having usernames which may have a space or other 'special' characters in
the username.
In case of a space like 'oskar schneider', dnews is passing only the 'oskar' to
the dll ( to the function dnewsauth(..))
Now I am stuck.:-((
Contacting all users to change the login is just a nightmare.
Hoping for good news...
Oskar
Add this to dnews.conf
AUTH_SPACES true
ChrisP.