char ':' is invalid for windows filenames but valid in unix. is there a way to map an unix filename like '2008-06-02@22:35:25' to a long windows filename like '2008-06-02@22_35_25' For the moment this kind of filenames maps to something really ugly like '2XH49I~P' I tried 'mangling map' in smb.conf with a patern like mangling map (*:* *_*) or mangling map (*:*:* *_*_*) got 'WARNING: The "mangled map" option is deprecated' in the log file but no error. Anyway is has no effect. what can i do ?
*** This bug has been marked as a duplicate of bug 7001 ***