[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldap_modify_s() error
At 11:03 PM 2001-10-11, Puneet wrote:
>I am trying to modify attribute using ldap_modify_s() , I am trying to update the attribute departmentNumber using
>LDAP_MOD_REPLACE. Root is trying to modify the record
> ldap_modify_s: Undefined attribute type
> additional info: departmentnumber0: ìã
>Can any body help me on this . what does err=17 tells us about
17 means 'undefined attribute type', meaning that an
attribute type (departmentnumber0) is undefined.
>failed errno=11 (Resource temporarily unavailable) ?
Meaning the network read would block. quite normal.