David Watson <[EMAIL PROTECTED]> writes: > A possible work around would be to > rename /usr/share/ntlmaps/lib/config.py to config_ntlmaps.py and change line > 31 of /usr/share/ntlmaps/main.py to (all on one line): > > conf = > config_ntlmaps.read_config(config_ntlmaps.findConfigFileNameInArgv(sys.argv, > __init__.ntlmaps_dir+'/'))
I also had to change the import statement (line 25) : import server, config_ntlmaps, config_affairs With these modifications, ntlmaps works fine. Thanks for your help -- Dominique Dumont "Delivering successful solutions requires giving people what they need, not what they want." Kurt Bittner -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

