Skip to content
Snippets Groups Projects
Commit fdb21220 authored by Regis Houssin's avatar Regis Houssin
Browse files

Info: ldap sid is for active directory

parent bcddfd87
No related branches found
No related tags found
No related merge requests found
......@@ -669,7 +669,7 @@ if (($action == 'create') || ($action == 'adduserldap'))
print '</td></tr>';
$generated_password='';
if (! $ldap_sid) // ldap_sid ?
if (! $ldap_sid) // ldap_sid is for activedirectory
{
require_once(DOL_DOCUMENT_ROOT."/core/lib/security2.lib.php");
$generated_password=getRandomPassword('');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment