LDAP read AND write?

Hello,

Learning how one could connect RT(4) and LDAP, I am wondering if RT can
write to the LDAP tree.

I am guessing that RT can check an LDAP directory for a given existing user
and validate a password.

But can RT create an LDAP entry (from the root User creation screen for
example)?

Thanks,
Thierry

Learning how one could connect RT(4) and LDAP, I am wondering if RT
can write to the LDAP tree. I am guessing that RT can check an LDAP
directory for a given existing user and validate a password. But
can RT create an LDAP entry (from the root User creation screen for
example)?

Neither RT::Authen::ExternalAuth or RT::Extension::LDAPImport write
back to LDAP.

Obviously - nothing stops you from using Net::LDAP (the module those
extensions are built on) to do so.

-kevin