LetoDMS Community Forum
(Resolved) [LDAP] User with special character in Name - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Bugs/Errors (https://community.letodms.com/forumdisplay.php?fid=11)
+--- Thread: (Resolved) [LDAP] User with special character in Name (/showthread.php?tid=209)



(Resolved) [LDAP] User with special character in Name - Doudoux - 11-26-2010

Error when a new user login in letoDMS with special character in his Name.

LetoDMS version 2.01


op.Login.php

Before
PHP Code:
$user addUser($loginnull$info[0]['cn'][0], $info[0]['mail'][0], $settings->_language$settings->_theme""); 

ADD sanitizeString

after
PHP Code:
$user addUser($loginnullsanitizeString($info[0]['cn'][0]), $info[0]['mail'][0], $settings->_language$settings->_theme""); 

Doudoux


RE: (Resolved) [LDAP] User with special character in Name - Doudoux - 04-13-2011

Resolved in LetoDMS-3.0.0-RC5