Customaization of Frappe Doctype and Python files

Hi everyone,

I am trying to customize the LDAP functionalities for these two aspects:

  • Using role profile instead of just roles (that should be much more convenient)
  • Assigning a module profile automatically to each created user

For this the doctypes ldap_settings and ldap_group_mapping need to be customized. Is there a good way to do these customizations in a custom app and thereby override the standard frappe one?

Thank you so much any help!

Any idea? I guess it should be doable to customize existing python scripts in a custom app?