On Thu, 7 Oct 2004 14:04:00 +0800, Roger Thomas <[EMAIL PROTECTED]> wrote:
> I have this short script (below) that does checking whether a userid has an
> associated jpegPhoto in an LDAP database. The script is working fine but gave a
> 'Notice' msg bcos I made error_reporting to report all erro
Marek Kilimajer wrote:
Roger Thomas wrote:
I dont know how to explain this but when you work with an ldap
attribute, they are case sensitive. jpegPhoto was what the schema was
written with.
However when you retrieve that into PHP, you accessed them with all
lower case. So accessing userPassword
Roger Thomas wrote:
I dont know how to explain this but when you work with an ldap attribute, they are
case sensitive. jpegPhoto was what the schema was written with.
However when you retrieve that into PHP, you accessed them with all lower case. So
accessing userPassword attribute in ldap will b
I dont know how to explain this but when you work with an ldap attribute, they are
case sensitive. jpegPhoto was what the schema was written with.
However when you retrieve that into PHP, you accessed them with all lower case. So
accessing userPassword attribute in ldap will become userpassword
--- Roger Thomas <[EMAIL PROTECTED]> wrote:
> I have this short script (below) that does checking
> whether a userid has an associated jpegPhoto in an
> LDAP database. The script is working fine but gave a
> 'Notice' msg bcos I made error_reporting to report
> all errors.
>
> Notice: Undefined i
5 matches
Mail list logo