View Issue Details

IDProjectCategoryView StatusLast Update
0010943mantisbtldappublic2010-04-23 23:22
ReporterKirill Assigned Todhx  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionduplicate 
Product Versiongit trunk 
Summary0010943: setting for ldap write notice
Description

my config


$g_allow_signup = OFF;
$g_login_method = MD5;
$g_ldap_server = 'ldap://ldapserver:389/';
$g_ldap_port = 389;
$g_ldap_root_dn = '';
$g_ldap_organization = '';
$g_ldap_uid_field = 'uid';
$g_ldap_realname_field = 'cn';
$g_ldap_bind_dn = '';
$g_ldap_bind_passwd = '';
$g_use_ldap_email = ON;
$g_use_ldap_realname = ON;
$g_ldap_protocol_version = 3;
$g_ldap_follow_referrals = ON;
$g_ldap_simulation_file_path = '';

I set auth MD5, but checked ldap value.
Notice:
SYSTEM NOTICE: Undefined offset: 0
This in field Reporter before author

TagsNo tags attached.

Relationships

duplicate of 0010944 closeddregad ldap_get_field_from_username does not properly check return value from ldap_get_entries 

Activities

There are no notes attached to this issue.