#+TITLE: Notes on performing administrative tasks #+AUTHOR: Those involved with the administration * Investigate the user database Log in on imap-server : $ ssh-add : $ ssh imap.fripost.org Dump the LDAP configuration (offline) : $ slapcat -n0 Dump our LDAP database (offline) : $ slapcat -b "o=mailHosting,dc=fripost,dc=org" Dump our LDAP database (online) : $ ldapsearch -xWD "" -b ou=virtual,o=mailHosting,dc=fripost,dc=org ldapsearch will prompt for a password, which can be found (alongside with your "") in ~/.fripost.yml * FAQ about fripost tools