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.