AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only

idsldap update attributes with Net::LDAP needing administration control

  • 1.  idsldap update attributes with Net::LDAP needing administration control

    Posted Tue December 13, 2011 07:33 PM

    Originally posted by: michael.d.schwarz@spiritaero.c


    Is it possible to update LDAP attributes using perl Net::LDAP that require the administration control flag on idsldapmodify (-k). Specifically, using Net::LDAP I can query the pwdChangedTime attribute by requesting it or requesting '+ibmpwdpolicy' attribute. All the normal attributes can be modified using Net::LDAP except when trying to modify the pwdChangedTime perl returns back an error:

    The request specifies a change to an existing entry or the addition of a new
    entry that does not comply with the servers schema

    Is there someway to specify the idsldapmodify '-k' option equivalent within Net::LDAP?

    We are using idsldap v6.2 on AIX.