ocfweb
ocfweb copied to clipboard
accounts: add page to update contact email
this is probably blocked by us not having a reasonable way to modify LDAP from python currently
three possible solutions:
- figure out how to get ldap3 working with kerberos
- set up a basic auth account for create or ocfweb to use
- add a ldapmodify wrapper to ocflib, similar to the ldapadd wrapper https://github.com/ocf/ocflib/blob/f37596f/ocflib/infra/ldap.py#L55-L136